<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>AZSMZ mini + LCD</title>
        <description>I have bought AZSMZ mini board and managed it to work properly with my Delta 3d printer setup But i am curious about RepRapDiscount Smart Controller. Can someone tell me if it&#039;s possible to connect RepRapDiscount Smart Controller to AZSMZ mini? If yes could someone describe how to do it? 
Link to board setup and schematic:
 http://reprap.org/wiki/AZSMZ_Mini
Link to LCD setup and schematic:
http://reprap.org/wiki/RepRapDiscount_Smart_Controller</description>
        <link>https://reprap.org/forum/read.php?13,486023,486023#msg-486023</link>
        <lastBuildDate>Sun, 09 Aug 2026 21:20:12 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,820122#msg-820122</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,820122#msg-820122</link>
            <description><![CDATA[ HI paboman<br />
<br />
You got it right<br />
SCK and MOSI from AUX_3 have to be connected to both EXP_1 &amp; EXP_2<br />
You need to make this 1 to 2 pins connections<br />
<br />
Adding same diagram with connection lines<br />
Hope it helpes]]></description>
            <dc:creator>Argaman</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 25 Apr 2018 15:00:20 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,819967#msg-819967</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,819967#msg-819967</link>
            <description><![CDATA[ many thanks for your connection diagram.<br />
I have one question: do I have to connect SCK from aux 3 of the azsmz to both SCK pins in EXP 1 and EXP2 ?<br />
I understand that I need to make this 1 to 2 pins connection also for MOSI, is that correct ?<br />
<br />
right now the panel is working and recognize the SD card but cant get the files to be listed.]]></description>
            <dc:creator>paboman</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 24 Apr 2018 15:16:49 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,819397#msg-819397</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,819397#msg-819397</link>
            <description><![CDATA[ Hi all<br />
<br />
I've recently purchased AZSMZ mini and for some reason original display didn't work so i hooked up RRD GLCD.<br />
<br />
Eventually it worked but was little bit tricky because i had to make my own cable.<br />
Thanks to 3DFreezeMe for his connection table and config.<br />
<br />
I`m adding my connection scheme. ( pay attention that same MOSI and SCK are connected to both EXT1 and EXT2)<br />
<br />
Both LCD and external SD card are working<br />
<br />
And my config is:<br />
<br />
<br />
# LCD Panel<br />
# ---------------------------------------------------------------------<br />
panel.enable                                 true             # set to true to enable the panel code<br />
panel.lcd                                    reprap_discount_glcd <br />
panel.spi_channel                            0                 # spi channel to use  ; GLCD EXP1 Pins 3,5 (MOSI, SCLK)<br />
panel.spi_cs_pin                             SSEL1              # spi chip select     ; GLCD EXP1 Pin 4 <br />
panel.encoder_a_pin                          0.3!^            # encoder pin         ; GLCD EXP2 Pin 3<br />
panel.encoder_b_pin                          0.2!^            # encoder pin         ; GLCD EXP2 Pin 5 <br />
panel.click_button_pin                       3.26!^            <br />
panel.buzz_pin                               2.6        <br />
<br />
# SD<br />
#-------------------------------------------------------------------------<br />
panel.external_sd                            true              # set to true if there is an extrernal sdcard on the panel<br />
panel.external_sd.spi_channel                0                 # set spi channel the sdcard is on<br />
panel.external_sd.spi_cs_pin                 1.31              # set spi chip select for the sdcard<br />
panel.external_sd.sdcd_pin                   3.25!^            # sd detect signal (set to nc if no sdcard detect)]]></description>
            <dc:creator>Argaman</dc:creator>
            <category>Controllers</category>
            <pubDate>Thu, 19 Apr 2018 16:32:22 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,764651#msg-764651</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,764651#msg-764651</link>
            <description><![CDATA[ Hi, can you explain how to read the pdf for wiring, thanks<br />
<br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>3DFreezeMe</strong><br />
I have put some time into sorting out the pinouts of the connectors of the RepRapDiscount Full Graphic Smart Controller LCD panel.<br />
This lcd panel is called 'reprap_discount_glcd' for the 'panel.lcd' option in the config.txt file.<br />
<br />
I had one laying around and did not want to buy the AZSMZ mini lcd controller yet. The pint outs of the reprap_discount_glcd are not compatible with the AZSMZ mini board connectors, so you need to make the correct connections yourself.<br />
<br />
To help others with the same task ahead, I have created a table to make the correct wire connections and assign the correct pins to the SmoothieWare firmware config.txt file.<br />
The external SD card reader I have not tried to connect yet, the connections for this are thus missing in the pdf. <br />
I have also read there are some issues with that specific combination (SPI channel conflict) and will use the internal micro SD card reader on the board for now.<br />
<br />
The lines I have in my config.txt for this lcd panel, which work correct for me:<br />
<pre class="bbcode">
# Panel See [<a href="http://smoothieware.org/panel" target="_blank"  rel="nofollow">smoothieware.org</a>]
panel.enable                                 true              # set to true to enable the panel code

# Example for reprap discount GLCD
# on glcd EXP1 is to left and EXP2 is to right, pin 1 is bottom left, pin 2 is top left etc.
# +5v is EXP1 pin 10, Gnd is EXP1 pin 9

panel.lcd                                   reprap_discount_glcd 	       #
panel.spi_channel                           0                 # OK spi channel to use  ; GLCD EXP1 Pins 3,5 (MOSI, SCLK)
panel.spi_cs_pin                            SSEL1             # OK spi chip select     ; GLCD EXP1 Pin 4
panel.encoder_a_pin                         1.27!^            # OK encoder pin         ; GLCD EXP2 Pin 3
panel.encoder_b_pin                         1.25!^            # OK encoder pin         ; GLCD EXP2 Pin 5
panel.click_button_pin                      3.26!^            # OK click button        ; GLCD EXP1 Pin 2
panel.buzz_pin                              1.30              # OK pin for buzzer      ; GLCD EXP1 Pin 1
#panel.button_pause_pin                      1.23!^            # kill/pause          ; GLCD EXP2 Pin 8 either
#panel.back_button_pin                       1.23!^            # back button         ; GLCD EXP2 Pin 8 or
kill_button_enable                          true              # OK set to true to enable a kill button
kill_button_pin                             1.23^             # OK kill button pin. default is same as pause button 2.12 (Add ^ for external buttons)

panel.contrast                               18               # OK override contrast setting (default is 18)
panel.encoder_resolution                     2                # OK override number of clicks to move 1 item (default is 2)
panel.menu_offset                            1                # OK here controls how sensitive the menu is. some panels will need 1

panel.alpha_jog_feedrate                     6000             # x jogging feedrate in mm/min
panel.beta_jog_feedrate                      6000             # y jogging feedrate in mm/min
panel.gamma_jog_feedrate                     3000             # z jogging feedrate in mm/min

panel.hotend_temperature                     242              # temp to set hotend when preheat is selected
panel.bed_temperature                        100              # temp to set bed when preheat is selected

# setup for external sd card on the RRD GLCD which shares the onboard sdcard SPI port
panel.external_sd                            false            # set to true if there is an extrernal sdcard on the panel
panel.external_sd.spi_channel                1                # set spi channel the sdcard is on
panel.external_sd.spi_cs_pin                 0.28             # set spi chip select for the sdcard (or any spare pin)
panel.external_sd.sdcd_pin                   0.27!^           # sd detect signal (set to nc if no sdcard detect) (or any spare pin)

</pre></div></blockquote>]]></description>
            <dc:creator>paboman</dc:creator>
            <category>Controllers</category>
            <pubDate>Thu, 27 Apr 2017 11:46:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,760346#msg-760346</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,760346#msg-760346</link>
            <description><![CDATA[ Hi, <br />
i have connected the geetech 12864 lcd to the azsmz mini, already rotated the connectors by 180° to match the panel V+ and GND.<br />
tried you config and many other options but still cant get anything to show on the display. The buzz and backlight works. Can you guide to get this working ?<br />
many thanks!<br />
<pre class="bbcode">
# LCD Panel
# ---------------------------------------------------------------------

panel.enable                                 true              
panel.lcd                                    reprap_discount_glcd             

panel.spi_channel                            0                 # spi channel to use  ; GLCD EXP1 Pins 3,5 (MOSI, SCLK)
panel.spi_cs_pin                             1.22              # spi chip select     ; GLCD EXP1 Pin 4
panel.a0_pin                                 2.6   

panel.encoder_a_pin                          1.27!^            # encoder pin         ; GLCD EXP2 Pin 3
panel.encoder_b_pin                          1.25!^            # encoder pin         ; GLCD EXP2 Pin 5
 
panel.click_button_pin                       3.26!^            
panel.buzz_pin                               1.30   

#panel.button_pause_pin                      1.23!^            # kill/pause          ; GLCD EXP2 Pin 8 either
#panel.back_button_pin                       1.23!^            # back button         ; GLCD EXP2 Pin 8 or     
  
panel.reverse                                1

panel.contrast                               18
 
panel.external_sd                            false              # set to true if there is an extrernal sdcard on the panel
panel.external_sd.spi_channel                0                 # set spi channel the sdcard is on
panel.external_sd.spi_cs_pin                 0.16              # set spi chip select for the sdcard
panel.external_sd.sdcd_pin                   3.25!^            # sd detect signal (set to nc if no sdcard detect)
       

 
#pins used with other panels
#panel.up_button_pin                         0.1!              # up button if used
#panel.down_button_pin                       0.0!              # down button if used
#panel.click_button_pin                      1.22!             # click button if used
 
panel.menu_offset                            0                 # some panels will need 1 here
panel.encoder_resolution                     2   
 
panel.alpha_jog_feedrate                     4000              # x jogging feedrate in mm/min
panel.beta_jog_feedrate                      4000              # y jogging feedrate in mm/min
panel.gamma_jog_feedrate                     4000              # z jogging feedrate in mm/min
 
panel.hotend_temperature                     185               # temp to set hotend when preheat is selected
panel.bed_temperature                        50                # temp to set bed when preheat is selected

panel.display_extruder                       true              # display Extruder position on the Watch screen
</pre>]]></description>
            <dc:creator>paboman</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 03 Apr 2017 17:15:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,736982#msg-736982</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,736982#msg-736982</link>
            <description><![CDATA[ Has anyone tried the last available firmware ? <br />
[<a href="https://github.com/Smoothieware/Smoothieware/tree/edge/FirmwareBin" target="_blank"  rel="nofollow">github.com</a>]<br />
<br />
My azsmz board hangs when try to enter the "configuration" menu using the LCD, the leds just stops flashing.<br />
<br />
If i flash back to smoothieware version 14 oct 2016 it works just fine.<br />
<br />
I want to use the last firmware because the sensor SEMITEC 104NT-4 is added as supported temp sensor.<br />
<br />
any ideas?]]></description>
            <dc:creator>paboman</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 09 Jan 2017 10:31:51 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,702037#msg-702037</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,702037#msg-702037</link>
            <description><![CDATA[ Skimmey - Spot on!<br />
<br />
Your firmware version did it - both outputs can work with PWM now. A little disappointing though, that Mr. Rose Fish will sell his boards with incomplete firmware... This is my first experience with the AZSMZ mini and the Smoothieware, so surprises like that is time consuming. Besides the firmware flaw, I am quite satisfied with the board – small form factor and great price/performance level.<br />
<br />
Thanks a lot for saving me here :)<br />
<br />
Nice Dice, btw.]]></description>
            <dc:creator>Bahrt</dc:creator>
            <category>Controllers</category>
            <pubDate>Sat, 20 Aug 2016 02:27:44 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,701725#msg-701725</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,701725#msg-701725</link>
            <description><![CDATA[ It works on my 2 boards.<br />
<br />
I have the fan connected to D09 / pin 2.7<br />
<br />
the part of the code is this:<br />
<br />
<pre class="bbcode">

###===============================###
### Switch module for fan control ###
###===============================###

switch.fan.enable              true #
switch.fan.input_on_command    M106 #
switch.fan.input_off_command   M107 #
switch.fan.output_pin          2.7  # 0.26 is fanpin on AZSMZ board ver 2.1; D09 = 2.7
switch.fan.output_type         pwm  # pwm output settable with S parameter in the input_on_comand
switch.fan.max_pwm             255  # set max pwm for the pin default is 255</pre>
<br />
I can control the fan via <br />
<br />
<pre class="bbcode">
M106 Sxxx</pre>
<br />
and M106 S0 is the command to shut it of. My host (octoprint) doesn't use M107.<br />
<br />
I also use the firmware of date: 10. may 2016<br />
<br />
You can see my config, firmware.bin and a small readme that I wrote in my public dropbox-folder at: [<a href="https://www.dropbox.com/sh/f8mhgv7xhtrez1o/AAA1WLBVnC7XG8OxWoOinquFa" target="_blank"  rel="nofollow">www.dropbox.com</a>] in the sub-folder "firmware". I got pretty "intimate" with the board and smoothieware because of my build of the DICE and because I needed to explain every detail about the config...  so feel free to ask.]]></description>
            <dc:creator>Skimmy</dc:creator>
            <category>Controllers</category>
            <pubDate>Thu, 18 Aug 2016 16:31:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,701710#msg-701710</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,701710#msg-701710</link>
            <description><![CDATA[ I am running the AZSMZ mini 2015.7.22 ver 2.1 - sourced here: [<a href="http://www.aliexpress.com/item/New-Version-AZSMZ-Mini-12864-LCD/32421047617.html?spm=2114.13010608.0.84.TjuGC1" target="_blank"  rel="nofollow">www.aliexpress.com</a>]<br />
<br />
I have purchased 3 pieces and the issue applies to all three boards.]]></description>
            <dc:creator>Bahrt</dc:creator>
            <category>Controllers</category>
            <pubDate>Thu, 18 Aug 2016 15:42:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,701697#msg-701697</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,701697#msg-701697</link>
            <description><![CDATA[ Can anyone please confirm that the 'switch module for fan control' are able to voltage/speed regulate output 'pin 0.26 - fan1' or 'pin 2.7 - D9', when assigned for pwm?<br />
<br />
No matter if I do this -<br />
<br />
# Switch module for layer cooling fan control (fan1 - pwm)<br />
switch.fan1.enable                                  true                # enable this module<br />
switch.fan1.input_on_command              M106   	      # Calling this command sets the switch ON<br />
switch.fan1.input_off_command              M107             # Calling this command sets the switch OFF<br />
switch.fan1.output_pin                            0.26               # if fan to D9 set 2.7 or fan1 set 0.26<br />
switch.fan1.output_type                          pwm               # pwm output settable with S parameter in the input_on_command<br />
switch.fan1.max_pwm                            255                # set max pwm for the pin default is 255<br />
<br />
... Or this -<br />
<br />
# Switch module for layer cooling fan control (D9 - pwm)<br />
switch.fan1.enable                                  true                # enable this module<br />
switch.fan1.input_on_command              M106   	      # Calling this command sets the switch ON<br />
switch.fan1.input_off_command              M107             # Calling this command sets the switch OFF<br />
switch.fan1.output_pin                             2.7                 # if fan to D9 set 2.7 or fan1 set 0.26<br />
switch.fan1.output_type                           pwm              # pwm output settable with S parameter in the input_on_command<br />
switch.fan1.max_pwm                             255                # set max pwm for the pin default is 255<br />
<br />
... I can only apply voltage to the outputs if I set them for full speed - M106 S255 - every pwm value below 255 will not give me any voltage on any of the two outputs... I can ‘zero’ the output using the M106 S0 command. I can also assign the switch modules for digital operation and then on/off control my fan.<br />
<br />
My layer fan will run (full speed) with the following G-code (Switching to 100% layer fan speed) -<br />
<br />
G1 X-23.712 Y-20.206 F672<br />
G1 X-24.622 Y-19.474 F672<br />
; layer 2, Z = 0.4<br />
M106 S255<br />
; tool H0.200 W0.500<br />
; inner perimeter<br />
; inner perimeter<br />
G1 X-24.738 Y-19.997 F7200<br />
G1 Z0.400 F300<br />
G92 E0<br />
G1 X-23.974 Y-20.605 E0.0414 F960<br />
<br />
… But will not run at all, with the following G-code (Switching to 80% layer fan speed) -<br />
<br />
G1 X-23.712 Y-20.206 F672<br />
G1 X-24.622 Y-19.474 F672<br />
; layer 2, Z = 0.4<br />
M106 S204<br />
; tool H0.200 W0.500<br />
; inner perimeter<br />
; inner perimeter<br />
G1 X-24.738 Y-19.997 F7200<br />
G1 Z0.400 F300<br />
G92 E0<br />
G1 X-23.974 Y-20.605 E0.0414 F960<br />
<br />
I really hope I miss something here…]]></description>
            <dc:creator>Bahrt</dc:creator>
            <category>Controllers</category>
            <pubDate>Thu, 18 Aug 2016 14:37:37 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,700264#msg-700264</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,700264#msg-700264</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Snupple</strong><br />
Hi,<br />
<br />
I have almost got my board working, the only problem I have now is the probe, Im using one of those inductive probes and whenever I run the G32 command, the axis all home ok, but when going to actually do the probing the whole board powers off and I have to press the reset button a few times to get it to come back on and power up?<br />
<br />
Any ideas?</div></blockquote>
<br />
Worked it out.. It was the alpha_min setting in smoothieware that was triggering]]></description>
            <dc:creator>Snupple</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 15 Aug 2016 22:12:29 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,700243#msg-700243</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,700243#msg-700243</link>
            <description><![CDATA[ What type of  the probe? if powers off, maybe too much current.]]></description>
            <dc:creator>cxandy</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 15 Aug 2016 18:57:59 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,700060#msg-700060</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,700060#msg-700060</link>
            <description><![CDATA[ Hi,<br />
<br />
I have almost got my board working, the only problem I have now is the probe, Im using one of those inductive probes and whenever I run the G32 command, the axis all home ok, but when going to actually do the probing the whole board powers off and I have to press the reset button a few times to get it to come back on and power up?<br />
<br />
Any ideas?]]></description>
            <dc:creator>Snupple</dc:creator>
            <category>Controllers</category>
            <pubDate>Sun, 14 Aug 2016 23:28:08 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,699815#msg-699815</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,699815#msg-699815</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>cxandy</strong><br />
1++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br />
      D10      For heat1<br />
      D9        For heat2<br />
      D8        For bed<br />
      Fan1           1  Fan -    2  Fan +        this fan will always working.<br />
      Fan2           3  Fan -    2  Fan +        this fan can be controlled to on  off and speed.<br />
2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br />
      D10      For heat1<br />
      D8        For bed<br />
      Fan1           D9                                this fan can be controlled to on  off and speed.<br />
      Fan2           3  Fan -    2  Fan +        this fan can be controlled to on  off and speed.<br />
3 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br />
      D10      For heat1<br />
      D9        For heat2<br />
      Fan1           D8                               this fan can be controlled to on  off and speed.<br />
      Fan2           3  Fan -    2  Fan +       this fan can be controlled to on  off and speed.<br />
<br />
[attachment 72069 fan.jpg]</div></blockquote>]]></description>
            <dc:creator>cxandy</dc:creator>
            <category>Controllers</category>
            <pubDate>Sat, 13 Aug 2016 06:54:22 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,676364#msg-676364</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,676364#msg-676364</link>
            <description><![CDATA[ Skimmy, so how do you connected the fan?<br />
thx]]></description>
            <dc:creator>paboman</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 20 Jun 2016 10:08:34 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,627385#msg-627385</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,627385#msg-627385</link>
            <description><![CDATA[ baaaahhh.....<br />
<br />
I am so stupd 8-)<br />
<br />
It works. The reason for 3.8V was: I had the powersupply off and board was sourced by USB X(<br />
<br />
So, shame on me :D]]></description>
            <dc:creator>Skimmy</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 16 Feb 2016 13:51:00 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,627381#msg-627381</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,627381#msg-627381</link>
            <description><![CDATA[ yeah, i tried both. digital and pwm. Results are the same, both switch to 3,8V.<br />
<br />
Reason there is "digital" in my post above, because I changed it to testing purposes...]]></description>
            <dc:creator>Skimmy</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 16 Feb 2016 13:47:16 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,627376#msg-627376</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,627376#msg-627376</link>
            <description><![CDATA[ you have to set <b>switch.fan.output_type</b> from <b>digital</b> to <b>pwm</b>]]></description>
            <dc:creator>paboman</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 16 Feb 2016 13:41:50 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,627359#msg-627359</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,627359#msg-627359</link>
            <description><![CDATA[ So, status-update...<br />
<br />
Google: still no better answers :(<br />
<br />
But found an <a href="http://3d-grottan.se/AZSMZ-2.1-32-bit" target="_blank"  rel="nofollow">swedish 3d-printing-onlineshop</a> with a preview thumb of  the needed schematic and asked via contact-form on the page...<br />
<br />
Used <s>default config from xcandy</s> added this code:<br />
<br />
<pre class="bbcode">
#Switch module for fan control
#------------------------------------
switch.fan.enable              true #
switch.fan.input_on_command    M106 #
switch.fan.input_off_command   M107 #
switch.fan.output_pin          0.26 # pin on board ver 2.1
switch.fan.output_type         digital  # pwm output settable with S parameter in the input_on_comand
switch.fan.max_pwm             255  # set max pwm for the pin default is 255</pre>
<br />
to my config, and now I can switch the pin with M106 / M107 commnd,  <b>BUT</b> only toggle between 0V <b>or</b> 3,8V! No PWM and no higher voltage :(]]></description>
            <dc:creator>Skimmy</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 16 Feb 2016 13:13:02 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,627347#msg-627347</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,627347#msg-627347</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>paboman</strong><br />
<blockquote class="bbcode"><div><small>Quote<br /></small><strong>Skimmy</strong><br />
So, one more info, to maybe help with this issue:<br />
<br />
[attachment 72682 IMG_0902.jpg]<br />
<br />
These 3 Pins, with a small mosFET right beside them. I think, this mosFET should be able to trigger the fan-pin... Maybe I have a wrong pin-declaration?</div></blockquote>
<br />
It should work because I encountered this issue in one board only. The strange thing is that you are controlling D09 instead. Double check your config<br />
<br />
Ciao</div></blockquote>
<br />
I tripple-checked :D even with the original config it is the same behaviour :(<br />
<br />
I need the actual schematic, all I can find is V2.0.1, but I need the schematic of V2.1 :( Best result I could google: <div id="div_be5d1a06dfdbba3d94e0260fdb29c12d"
     class="mod_embed_images_extended"
     style="width:400px">

  

    
      
    

    <div id="imagediv_be5d1a06dfdbba3d94e0260fdb29c12d" class="mod_embed_images_image"
         style="width:400px; height:400px">

    

    <a href="http://3d-grottan.se/image/cache/catalog/products/electronics/control/AZSMZ/AZSMZ_2.1-500x500.png">
        <img src="/forum/thumbcache/049/7a2/b20/dc8/c46/303/114/66c/64f/8d2/b6_800x400.png"
             width="400"
             height="400"
             id="image_be5d1a06dfdbba3d94e0260fdb29c12d"
             alt="AZSMZ_2.1-500x500.png"
             title="AZSMZ_2.1-500x500.png"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info " id="info_be5d1a06dfdbba3d94e0260fdb29c12d"
      style="display:block">
      <a id="link_be5d1a06dfdbba3d94e0260fdb29c12d" href="http://3d-grottan.se/image/cache/catalog/products/electronics/control/AZSMZ/AZSMZ_2.1-500x500.png">AZSMZ_2.1-500x500.png</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('be5d1a06dfdbba3d94e0260fdb29c12d', '/forum/thumbcache/049/7a2/b20/dc8/c46/303/114/66c/64f/8d2/b6_800x400.png', 'http://3d-grottan.se/image/cache/catalog/products/electronics/control/AZSMZ/AZSMZ_2.1-500x500.png', 'https://reprap.org/forum/addon.php?13,module=embed_images,check_scaling=1,url=http%3A%2F%2F3d-grottan.se%2Fimage%2Fcache%2Fcatalog%2Fproducts%2Felectronics%2Fcontrol%2FAZSMZ%2FAZSMZ_2.1-500x500.png', '', 627347, 800, 400, 'Loading image ...', false);
</script>
<br />
<br />
But in this pic I cannot identify enough... :(<br/>]]></description>
            <dc:creator>Skimmy</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 16 Feb 2016 12:49:07 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,627345#msg-627345</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,627345#msg-627345</link>
            <description><![CDATA[ <blockquote class="bbcode"><div><small>Quote<br /></small><strong>Skimmy</strong><br />
So, one more info, to maybe help with this issue:<br />
<br />
[attachment 72682 IMG_0902.jpg]<br />
<br />
These 3 Pins, with a small mosFET right beside them. I think, this mosFET should be able to trigger the fan-pin... Maybe I have a wrong pin-declaration?</div></blockquote>
<br />
It should work because I encountered this issue in one board only. The strange thing is that you are controlling D09 instead. Double check your config<br />
<br />
Ciao]]></description>
            <dc:creator>paboman</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 16 Feb 2016 12:46:52 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,627333#msg-627333</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,627333#msg-627333</link>
            <description><![CDATA[ So, one more info, to maybe help with this issue:<br />
<br />
[attachment 72682 IMG_0902.jpg]<br />
<br />
These 3 Pins, with a small mosFET right beside them. I think, this mosFET should be able to trigger the fan-pin... Maybe I have a wrong pin-declaration?]]></description>
            <dc:creator>Skimmy</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 16 Feb 2016 12:19:59 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,627251#msg-627251</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,627251#msg-627251</link>
            <description><![CDATA[ I have the same issue. I wrote a PM to xcandy, maybe he can give some information about getting this to work (tu)<br />
<br />
Also, if I toggle pin 0.26 via M42 or M43 Gcode-commands, instead D09 is switched on or off :D<br />
<br />
<pre class="bbcode">
M42 P0.26 S255; &lt;- D09 goes on
M42 P0.26 S0; &lt;- D09 goes off
</pre>]]></description>
            <dc:creator>Skimmy</dc:creator>
            <category>Controllers</category>
            <pubDate>Tue, 16 Feb 2016 09:24:26 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,623201#msg-623201</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,623201#msg-623201</link>
            <description><![CDATA[ I just received new boards, it works!]]></description>
            <dc:creator>paboman</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 08 Feb 2016 06:01:31 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,623179#msg-623179</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,623179#msg-623179</link>
            <description><![CDATA[ Hi,<br />
Im trying again and again but it does not work.<br />
<br />
Im using AZSM Mini 2015.7.22 ver 2.1<br />
<br />
Pin <b>3</b> in your image is <b>P0.26</b> (printed on the back of the board)<br />
<br />
Pin <b>2</b> in your image is <b>Vcc</b> (printed on the back of the board)<br />
<br />
Pin <b>1</b> in your image is <b>Gnd</b> (printed on the back of the board)<br />
<br />
My config file:<br />
-----------------------------------------------------------------------------------------------------------------------------------------------------<br />
#Switch module for fan control<br />
<br />
switch.fan.enable                                                         true                     #<br />
switch.fan.input_on_command                                      M106                   #<br />
switch.fan.input_off_command                                      M107                  #<br />
switch.fan.output_pin                                                   0.26                    # pin on board ver 2.1<br />
switch.fan.output_type                                                 pwm                   # pwm output settable with S parameter in the input_on_comand<br />
switch.fan.max_pwm                                                   255                     # set max pwm for the pin default is 255<br />
-----------------------------------------------------------------------------------------------------------------------------------------------------<br />
<br />
<b>after boot:</b><br />
pin 3 and pin 2 = 24 v<br />
pin 3 and pin 1 = 0 v<br />
pin 2 and pin 1 = 24 v<br />
<br />
<b>after issuing M106</b> FAN icon appear on the LCD<br />
pin 3 and pin 2 = 24 v<br />
pin 3 and pin 1 = 0 v<br />
pin 2 and pin 1 = 24 v<br />
<br />
<b>after issuing M107</b> FAN icon disappear on the LCD<br />
pin 3 and pin 2 = 24 v<br />
pin 3 and pin 1 = 0 v<br />
pin 2 and pin 1 = 24 v<br />
<br />
<br />
<br />
I have 2 AZMSZ boards and they behave the same.<br />
please help<br />
thx]]></description>
            <dc:creator>paboman</dc:creator>
            <category>Controllers</category>
            <pubDate>Mon, 08 Feb 2016 05:29:09 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,623019#msg-623019</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,623019#msg-623019</link>
            <description><![CDATA[ 1++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br />
      D10      For heat1<br />
      D9        For heat2<br />
      D8        For bed<br />
      Fan1           1  Fan -    2  Fan +        this fan will always working.<br />
      Fan2           3  Fan -    2  Fan +        this fan can be controlled to on  off and speed.<br />
2 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br />
      D10      For heat1<br />
      D8        For bed<br />
      Fan1           D9                                this fan can be controlled to on  off and speed.<br />
      Fan2           3  Fan -    2  Fan +        this fan can be controlled to on  off and speed.<br />
3 ++++++++++++++++++++++++++++++++++++++++++++++++++++++++++<br />
      D10      For heat1<br />
      D9        For heat2<br />
      Fan1           D8                               this fan can be controlled to on  off and speed.<br />
      Fan2           3  Fan -    2  Fan +       this fan can be controlled to on  off and speed.<br />
<br />
[attachment 72069 fan.jpg]]]></description>
            <dc:creator>cxandy</dc:creator>
            <category>Controllers</category>
            <pubDate>Sun, 07 Feb 2016 21:09:11 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,622017#msg-622017</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,622017#msg-622017</link>
            <description><![CDATA[ Hi guys,<br />
I need help with the fan header, i cant get it to work.<br />
<br />
my config have:<br />
<br />
#Switch module for fan control<br />
<br />
switch.fan.enable                        true #<br />
switch.fan.input_on_command     M106 #<br />
switch.fan.input_off_command     M107 #<br />
switch.fan.output_pin                  0.26 # pin on board ver 2.1<br />
switch.fan.output_type                pwm  # pwm output settable with S parameter in the input_on_comand<br />
switch.fan.max_pwm                  255  # set max pwm for the pin default is 255<br />
<br />
im gettin always 24v on pins 0.26(fan) and vcc<br />
issuing m106 and m107 nothing happen :(<br />
cant figure it out<br />
<br />
thanks]]></description>
            <dc:creator>paboman</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 05 Feb 2016 14:04:03 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,613945#msg-613945</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,613945#msg-613945</link>
            <description><![CDATA[ works fine ：)]]></description>
            <dc:creator>cxandy</dc:creator>
            <category>Controllers</category>
            <pubDate>Fri, 22 Jan 2016 10:28:26 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,589125#msg-589125</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,589125#msg-589125</link>
            <description><![CDATA[ Has anyone figured out how to get the wi-fi working yet? Thanks!]]></description>
            <dc:creator>DeltaDavey</dc:creator>
            <category>Controllers</category>
            <pubDate>Wed, 25 Nov 2015 20:04:27 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?13,486023,551924#msg-551924</guid>
            <title>Re: AZSMZ mini + LCD</title>
            <link>https://reprap.org/forum/read.php?13,486023,551924#msg-551924</link>
            <description><![CDATA[ anyone figure out a way to connect a azsmz mini lcd to an azteeg x5 mini?]]></description>
            <dc:creator>oddwick</dc:creator>
            <category>Controllers</category>
            <pubDate>Sun, 30 Aug 2015 22:48:26 -0400</pubDate>
        </item>
    </channel>
</rss>
