<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
    <channel>
        <title>Reprap Forum - Sanguino(lolu)</title>
        <description>The Sanguino is an extension of the popular Arduino board designed and developed by Zach Hoeken et.al. for the RepRap Research Foundation.</description>
        <link>https://reprap.org/forum/list.php?158</link>
        <lastBuildDate>Tue, 09 Jun 2026 19:26:45 -0400</lastBuildDate>
        <generator>Phorum 5.2.23</generator>
        <item>
            <guid>https://reprap.org/forum/read.php?158,891622,891622#msg-891622</guid>
            <title>Sanguino into Arduino (2 replies)</title>
            <link>https://reprap.org/forum/read.php?158,891622,891622#msg-891622</link>
            <description><![CDATA[ I am trying to resurrect a Mendel 90 and get the latest Marlin from nophead on it.  I cannot find a way to get 'Sanguino' to appear in the Boards menu.  I have managed to 'burn a boot loader' using a utility from TH3D but beyond that I can't find Sanguino or Melzi 1284p anywhere !<br />
<br />
What am I missing or better yet how do I get it  ?<br />
<br />
Thnx in advance]]></description>
            <dc:creator>Bill_of_the_North</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Thu, 12 Jan 2023 14:57:27 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,887544,887544#msg-887544</guid>
            <title>Melzi Ardentissimo 1.1.9 marlin config (no replies)</title>
            <link>https://reprap.org/forum/read.php?158,887544,887544#msg-887544</link>
            <description><![CDATA[ Hi <br />
<br />
Trying to update my mendel i2 from 1.0 to 1.1.9 marlin please.<br />
Does anyone have a configure.h file for this printer and controler board please.<br />
<br />
Thanks<br />
<br />
Joseph]]></description>
            <dc:creator>yaboo</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Mon, 20 Dec 2021 09:58:55 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,881579,881579#msg-881579</guid>
            <title>Using Pin 29 on a Creality v1.1.4 Melzi Board... (1 reply)</title>
            <link>https://reprap.org/forum/read.php?158,881579,881579#msg-881579</link>
            <description><![CDATA[ Hi,<br />
I hope this is the best part of the forum in which to ask this. I could not decide. I want to use Pin 29 rather than the usual Pin 27 to install a BLTouch style probe ono a machine with a Creality v1.1.4 melzi board. I just want to double check that a don't have to make any other changes in any part of the Marlin firmware to make Pin 29 active rather than Pin 27 other than to write #define SERVO0_PIN 29 into the Marlin config.h file. The reason I ask is because, my probe does its little self test upon boot-up, the led turns on and the probe pin deploys and retracts twice but then it will not respond to any commands from the Marlin BLTouch menu and doesn't deploy the probe pin when sent g28 homing commands either and I have to switch off to avoid a nasty crash. Any help would be greatly appreciated. :)<br />
<br />
Oh, I should probably also add that the probe appears to be working 100% perfectly when attached to Pin 27. Hence my confusion...]]></description>
            <dc:creator>R23D</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Thu, 04 Mar 2021 10:20:44 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,871425,871425#msg-871425</guid>
            <title>Uploading marlin via Arduino as ISP in platformio (no replies)</title>
            <link>https://reprap.org/forum/read.php?158,871425,871425#msg-871425</link>
            <description><![CDATA[ Just documenting this here.<br />
<br />
If you want to upload to a Sanguino(lolu) or Melzi directly from platformio, without using a bootloader<br />
<br />
Firstly setup a arduino board as a ArduinoISP as documented here [<a href="https://www.arduino.cc/en/tutorial/arduinoISP" target="_blank"  rel="nofollow">www.arduino.cc</a>]<br />
Wire this to the ISP port of your controller. <br />
<br />
Now edit your platformio.ini file. <br />
<br />
Set default_envs = melzi<br />
<br />
In the [env:melzi] section <br />
<br />
comment out upload_speed  = 57600 with a #<br />
<br />
add the following lines. (settings from [<a href="https://docs.platformio.org/en/latest/platforms/atmelavr.html" target="_blank"  rel="nofollow">docs.platformio.org</a>]) <br />
<br />
<pre class="bbcode">
upload_protocol = stk500v1
upload_flags =
    -P$UPLOAD_PORT
    -b$UPLOAD_SPEED

; edit these lines
upload_port = SERIAL_PORT_HERE
upload_speed = 19200       #this is the default in the arduino as isp sketch.</pre>
 <br />
<br />
Then you need to "Upload using Programmer"<br />
eg use <br />
<div id="div_ddfc7ca362206ce59c5da5ba81c4b582"
     class="mod_embed_images"
     style="width:669px">

  

    
      
    

    <div id="imagediv_ddfc7ca362206ce59c5da5ba81c4b582" class="mod_embed_images_image"
         style="width:669px; height:366px">

    

    <a href="https://community.platformio.org/uploads/default/original/2X/3/39c0242c8036ed7582f0636075fa16258eb32038.png">
        <img src="/forum/thumbcache/ae0/cf2/174/882/d20/495/820/097/4b9/694/af_800x400.png"
             width="669"
             height="366"
             id="image_ddfc7ca362206ce59c5da5ba81c4b582"
             alt="39c0242c8036ed7582f0636075fa16258eb32038.png"
             title="39c0242c8036ed7582f0636075fa16258eb32038.png"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info " id="info_ddfc7ca362206ce59c5da5ba81c4b582"
      >
      <a id="link_ddfc7ca362206ce59c5da5ba81c4b582" href="https://community.platformio.org/uploads/default/original/2X/3/39c0242c8036ed7582f0636075fa16258eb32038.png">39c0242c8036ed7582f0636075fa16258eb32038.png</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('ddfc7ca362206ce59c5da5ba81c4b582', '/forum/thumbcache/ae0/cf2/174/882/d20/495/820/097/4b9/694/af_800x400.png', 'https://community.platformio.org/uploads/default/original/2X/3/39c0242c8036ed7582f0636075fa16258eb32038.png', 'https://reprap.org/forum/addon.php?158,module=embed_images,check_scaling=1,url=https%3A%2F%2Fcommunity.platformio.org%2Fuploads%2Fdefault%2Foriginal%2F2X%2F3%2F39c0242c8036ed7582f0636075fa16258eb32038.png', '', 871425, 800, 400, 'Loading image ...', false);
</script>
<br/>]]></description>
            <dc:creator>Dust</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Fri, 24 Apr 2020 12:04:22 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,865056,865056#msg-865056</guid>
            <title>Height of printed part is short +(Is it possible to supply a 20a current to the board without the heating bed? ) (2 replies)</title>
            <link>https://reprap.org/forum/read.php?158,865056,865056#msg-865056</link>
            <description><![CDATA[ hi everyone<br />
<br />
 I made this 3d printer myself.(https://www.instructables.com/id/Cherry-60-3D-Printer/)<br />
 I used the ender3/ender5 board (used) to make it work.<br />
 Currently, I used nema17 motor on x and y axis and 28Byj-48 motor on z axis <br />
 but, when printed (xyz 20mm cube), the printed one is much lower.  <br />
 However, the Stepps/mm has been modified to 4000 but still does not function as it is in the on-going firmware.<br />
<br />
 I also use the 12v 2.5a adapter temporarily now, but it is often turned off, so I have to change it.<br />
 So I want to buy a power supply over 12v 20a for most printers. However, since most of the current is used in heating beds, we are concerned that it is OK to use without heating beds.<br />
<br />
 Please help me solve these problems.<br />
 (The sentence may be strange because the translator was used.)]]></description>
            <dc:creator>booboo4641</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Wed, 01 Jan 2020 21:13:44 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,864575,864575#msg-864575</guid>
            <title>Bed thermistor failure. Negative temperature readout (please help) (7 replies)</title>
            <link>https://reprap.org/forum/read.php?158,864575,864575#msg-864575</link>
            <description><![CDATA[ Hi all, first time poster here and very inexperienced with software and configuring it.<br />
<br />
I have a very old Mendel with a Melzi 1.0 board (original from 2013)<br />
<br />
The other day the bed thermistor failed and the bed did not heat. That's understandable. <br />
I replaced the thermistor with another of the same type. The temperature is reading about -19C. The thermistor checks out at about 100k ohms.<br />
I swapped the bed and hot end thermistors but the problem is still there. <br />
The bed thermistor does detect changes in temperature but because its reading 30 lower than ambient temp it's preventing the bed from heating up. <br />
Any ideas what's going on? What can be done to fix it? <br />
Any help is appreciated as it's stopping me from completing a very important project ]]></description>
            <dc:creator>TBK2020</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Wed, 25 Dec 2019 02:53:30 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,864483,864483#msg-864483</guid>
            <title>How to install a bootloader on a Sanguinololu 1.3a with 1284P in 2019+ (18 replies)</title>
            <link>https://reprap.org/forum/read.php?158,864483,864483#msg-864483</link>
            <description><![CDATA[ Hi,<br />
<br />
I am trying to install a bootloader on my Sanguinololu 1.3a board (with new ATmega1284P) since days!<br />
<br />
Here are my previous attempts:<br />
<ul><li>Arduino IDE 0022 with <a href="https://code.google.com/archive/p/sanguino/downloads" target="_blank" rel="nofollow">Sanguino-0023r4</a> bootloader</li><li>Arduino IDE 0023 with <a href="https://github.com/jmgiacalone/sanguino1284p" target="_blank" rel="nofollow">jmgiacalone/sanguino1284p</a> bootloader</li><li>Arduino IDE 1.01 with <a href="https://code.google.com/archive/p/sanguino/downloads" target="_blank" rel="nofollow">Sanguino-0101r1</a> Bootloader</li><li>Arduino IDE 1.01 with <a href="https://github.com/Lauszus/Sanguino" target="_blank" rel="nofollow">Lauszus/Sanguino</a> Bootloader</li><li>Arduino IDE 1.01 with <a href="https://reprap.org/wiki/Gen7_Arduino_IDE_Support" target="_blank" >Gen7 Arduino IDE Support 2.1</a> Bootloader</li><li>Arduino IDE 1.01 with <a href="https://github.com/maniacbug/mighty-1284p" target="_blank" rel="nofollow">maniacbug/mighty-1284p</a> Bootloader</li><li>Arduino IDE 1.8.7 (TH3DUF_R2) with there integrated Sanguino 1284p Bootloader</li><li>Arduino IDE 1.8.10 with <a href="https://github.com/Lauszus/Sanguino" target="_blank" rel="nofollow">Lauszus/Sanguino</a> Bootloader</li><li>Arduino IDE 1.8.10 with <a href="https://github.com/maniacbug/mighty-1284p" target="_blank" rel="nofollow">maniacbug/mighty-1284p</a> Bootloader</li><li>aso.</li></ul>
<br />
I tried several Fuse-Settings, like <a href="https://reprap.org/wiki/Sanguinololu#1284P_Fuse_Settings" target="_blank" >'0xD6 LFuse, 0xDA HFuse &amp; 0xFD EFuse'</a> or <a href="https://dcgtek.blogspot.com/2013/05/installing-bootloader-on-sanguinololu.html" target="_blank"  rel="nofollow">'0xD7 LFuse, 0xDC HFuse &amp; 0xFD EFuse'</a> or '0xFF LFuse, 0xDE HFuse &amp; 0xFD EFuse' or '0xFF LFuse, 0xDA HFuse &amp; 0xFF EFuse' ...and several  programmers as well 'stk500v1', 'stk500v2', 'Arduino', ...<br />
<br />
BTW: I use an Arduino Uni as ISP, and i have used it successfully before with several creality boards. Wired this way...<br />
<div id="div_590b0f786921a81aa45bcce50e2fb867"
     class="mod_embed_images_extended"
     style="width:707px">

  

    
      
    

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

    

    <a href="https://www.arduino.cc/en/uploads/Tutorial/Arduino_ISP_wires.jpg">
        <img src="/forum/thumbcache/3cd/e43/497/63a/888/110/822/513/777/a7c/03_800x400.png"
             width="707"
             height="400"
             id="image_590b0f786921a81aa45bcce50e2fb867"
             alt="Arduino_ISP_wires.jpg"
             title="Arduino_ISP_wires.jpg"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info " id="info_590b0f786921a81aa45bcce50e2fb867"
      style="display:block">
      <a id="link_590b0f786921a81aa45bcce50e2fb867" href="https://www.arduino.cc/en/uploads/Tutorial/Arduino_ISP_wires.jpg">Arduino_ISP_wires.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('590b0f786921a81aa45bcce50e2fb867', '/forum/thumbcache/3cd/e43/497/63a/888/110/822/513/777/a7c/03_800x400.png', 'https://www.arduino.cc/en/uploads/Tutorial/Arduino_ISP_wires.jpg', 'https://reprap.org/forum/addon.php?158,module=embed_images,check_scaling=1,url=https%3A%2F%2Fwww.arduino.cc%2Fen%2Fuploads%2FTutorial%2FArduino_ISP_wires.jpg', '', 864483, 800, 400, 'Loading image ...', false);
</script>
<br />
Target = Sanguinololu 1.3a ICSP in this case and...<br />
<div id="div_f07eb119ea34f43ac61c563ac20471f6"
     class="mod_embed_images"
     style="width:500px">

  

    
      
    

    <div id="imagediv_f07eb119ea34f43ac61c563ac20471f6" class="mod_embed_images_image"
         style="width:500px; height:283px">

    

    <a href="https://reprap.org/mediawiki/images/thumb/2/29/SDSL_reset.jpg/500px-SDSL_reset.jpg">
        <img src="/forum/thumbcache/8fa/802/d54/ccb/ff1/321/44f/935/dfa/97d/62_800x400.jpg"
             width="500"
             height="283"
             id="image_f07eb119ea34f43ac61c563ac20471f6"
             alt="500px-SDSL_reset.jpg"
             title="500px-SDSL_reset.jpg"/>
    </a>

    

    </div>

    <div class="mod_embed_images_info " id="info_f07eb119ea34f43ac61c563ac20471f6"
      >
      <a id="link_f07eb119ea34f43ac61c563ac20471f6" href="https://reprap.org/mediawiki/images/thumb/2/29/SDSL_reset.jpg/500px-SDSL_reset.jpg">500px-SDSL_reset.jpg</a>
    </div>

  

 </div>


<script type="text/javascript">
mod_embed_images_loadimage('f07eb119ea34f43ac61c563ac20471f6', '/forum/thumbcache/8fa/802/d54/ccb/ff1/321/44f/935/dfa/97d/62_800x400.jpg', 'https://reprap.org/mediawiki/images/thumb/2/29/SDSL_reset.jpg/500px-SDSL_reset.jpg', 'https://reprap.org/forum/addon.php?158,module=embed_images,check_scaling=1,url=https%3A%2F%2Freprap.org%2Fmediawiki%2Fimages%2Fthumb%2F2%2F29%2FSDSL_reset.jpg%2F500px-SDSL_reset.jpg', '', 864483, 800, 400, 'Loading image ...', false);
</script>
<br />
The auto reset jumper was set! :-)<br />
<br />
Recently, I tried the following... [<a href="https://youtu.be/S95-5Ft4RPQ" target="_blank"  rel="nofollow">youtu.be</a>] (a horrible video, but without a 16Mhz resonator)<br />
<br />
<b>And yet so far no success!</b><br />
<br />
My last try will be the tutorial '<a href="https://reprap.org/wiki/Burning_the_Sanguino_Bootloader_using_Arduino_as_ISP" target="_blank" >Burning the Sanguino Bootloader using Arduino as ISP</a>' from RepRap. But as I said before I am (still) missing a 16Mhz resonator.<br />
<br />
First I got an error like 'ATmega1284p expected' from time to time, but now it just comes:<br />
<br />
<b>Yikes!  Invalid device signature. 0x000000</b><br />
<br />
<pre class="bbcode">
Arduino: 1.8.10 (Windows 10), Board: "Sanguino, ATmega1284 or ATmega1284P (16 MHz)"

C:\Arduino\hardware\tools\avr/bin/avrdude -CC:\Arduino\hardware\tools\avr/etc/avrdude.conf -v -patmega1284p -cstk500v1 -PCOM3 -b19200 -e -Ulock:w:0x3F:m -Uefuse:w:0xFD:m -Uhfuse:w:0xDC:m -Ulfuse:w:0xD7:m 

avrdude: Version 6.3-20190619
         Copyright (c) 2000-2005 Brian Dean, [<a href="http://www.bdmicro.com/" target="_blank"  rel="nofollow">www.bdmicro.com</a>]
         Copyright (c) 2007-2014 Joerg Wunsch

         System wide configuration file is "C:\Arduino\hardware\tools\avr/etc/avrdude.conf"

         Using Port                    : COM3
         Using Programmer              : stk500v1
         Overriding Baud Rate          : 19200
         AVR Part                      : ATmega1284P
         Chip Erase delay              : 55000 us
         PAGEL                         : PD7
         BS2                           : PA0
         RESET disposition             : dedicated
         RETRY pulse                   : SCK
         serial program mode           : yes
         parallel program mode         : yes
         Timeout                       : 200
         StabDelay                     : 100
         CmdexeDelay                   : 25
         SyncLoops                     : 32
         ByteDelay                     : 0
         PollIndex                     : 3
         PollValue                     : 0x53
         Memory Detail                 :

                                  Block Poll               Page                       Polled
           Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
           ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
           eeprom        65    10   128    0 no       4096    8      0  9000  9000 0xff 0xff
           flash         65    10   256    0 yes    131072  256    512  4500  4500 0xff 0xff
           lock           0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
           lfuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
           hfuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
           efuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
           signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00
           calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00

         Programmer Type : STK500
         Description     : Atmel STK500 Version 1.x firmware
         Hardware Version: 2
         Firmware Version: 1.18
         Topcard         : Unknown
         Vtarget         : 0.0 V
         Varef           : 0.0 V
         Oscillator      : Off
         SCK period      : 0.1 us

avrdude: AVR device initialized and ready to accept instructions

Reading | ################################################## | 100% 0.02s

avrdude: Device signature = 0x000000 (retrying)

Reading | ################################################## | 100% 0.02s

avrdude: Device signature = 0x000000 (retrying)

Fehler beim Brennen des Bootloaders.
Reading | ################################################## | 100% 0.02s

avrdude: Device signature = 0x000000
avrdude: Yikes!  Invalid device signature.
         Double check connections and try again, or use -F to override
         this check.


avrdude done.  Thank you.</pre>
<br />
<b>Please help me, I'm getting desperate. What am I doing wrong?</b><br />
<br />
Thanks and best regards,<br />
Chris :-)<br/>]]></description>
            <dc:creator>ChristianKxng</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Sun, 30 Aug 2020 23:41:00 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,859816,859816#msg-859816</guid>
            <title>Melzi 2.0 with Marlin 1.1.9 endstops are not working (7 replies)</title>
            <link>https://reprap.org/forum/read.php?158,859816,859816#msg-859816</link>
            <description><![CDATA[ Hello there!<br />
<br />
I have a Trony P802 which was working fine with the factory shipped Reprap 0.91 and with Marlin 1.1.9 which was compiled and uploaded by me.<br />
Both versions worked fine, until I made some changes in the source files, recompiled it and unfortunately I uploaded the wrong binary without the bootloader.<br />
After that, I successfully reuploaded the working binary with the bootloader, but the endstops - at least on the y axis - has stopped working, autohome fails and the servo motor just tries to move the heatbed after it reached the top end.<br />
I found that part on the wiki page: <a href="https://reprap.org/wiki/Melzi#X_axis_only_moves_in_one_direction_and.2For_Endstops_do_not_work" target="_blank" >X axis only moves in one direction and/or Endstops do not work</a>.<br />
I have the latest Sanguino version (1.0.3) in the Arduino builder files, so the fuse settings had to be correct from the beginning, right? I'm asking, because after I reuploaded the binary, I had to also change the fuse setting with avrdude, because - maybe - all of them were FF. But this didn't had any effect at all.<br />
I'm afraid for some reason the controller doesn't applies the written changes, can the bootloader overwrites it?<br />
I also had a try with the full working Reprap dump (created with avrdude), but no luck.<br />
I also had couple of other ideas, like uploading the bootloader with ISP and upload the whole firmware on USB an so on...<br />
<br />
<pre class="bbcode">
[user@comp]: /media/ramdisk&gt;$ sudo avrdude -c usbasp -p m1284p 
avrdude: AVR device initialized and ready to accept instructions
Reading | ################################################## | 100% 0.02s
avrdude: Device signature = 0x1e9705 (probably m1284p)
avrdude: safemode: Fuses OK (E:FD, H:DE, L:FF)
avrdude done.  Thank you.</pre>
<br />
Thanks]]></description>
            <dc:creator>vinibali</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Sun, 03 Jan 2021 05:50:06 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,855425,855425#msg-855425</guid>
            <title>Melzi 2.0 connectivity issues (2 replies)</title>
            <link>https://reprap.org/forum/read.php?158,855425,855425#msg-855425</link>
            <description><![CDATA[ Last week the heat bed of my Reprappro Huxley shorted the power wires, which caused the power adapter to shut off immediately. After screwing down the wires again, I plugged everything back in and got an "unrecognized USB device descriptor" message from Windows.  The hotend fan turns on, and the cooling fans twitch, so it appears something is working.  I switched the Melzi board to USB power, and tried re-uploading the firmware, which worked. I switched back to external power, but still got the same results.  I checked the voltage regulator, and it's sending 4.93v to the ATMEGA1284P like it's supposed to.<br />
<br />
I switched the board back to USB and plugged it in, and Windows was able to recognize the device.  I can even connect to it in Pronterface, get a response from M503, and the thermistors are returning the correct values.<br />
<br />
I can't figure out what's going on here.  I set the power jumper to USB, it's recognized.  Switch it so that the 19v adapter is sending 5v through the voltage regulator, it's not.  I've looked at the board schematics. 5v is being directed through the jumper either way.]]></description>
            <dc:creator>HyraxAttax</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Sat, 22 Jun 2019 20:11:41 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,846173,846173#msg-846173</guid>
            <title>BLTouch not working on Anet A8 (5 replies)</title>
            <link>https://reprap.org/forum/read.php?158,846173,846173#msg-846173</link>
            <description><![CDATA[ Hi everyone,<br />
<br />
I have installed a BLTouch bed probe on my Anet A8 running Marlin 1.1.9. When I either "Auto Home" or "Level Bed" X and Y are homed correctly. Then the Z axis moves up slightly (10mm) and the BLTouch extends and retracts once. With the BLTouch now retracted the Z axis moves down until the nozzle crashes into the table.<br />
What did I configure wrong?<br />
<br />
Additional Info:<br />
When starting the printer the probe does it's two extend/retract cycles and then lights up red (constant, not blinking). I assume that means it's happy.<br />
I had to disable the SD card in Marlin because the motherboard did not have enough memory for the code. I am running files through USB. Homing etc still happens through the LCD.<br />
Anet A8<br />
E3D V6 Hotend with direct drive<br />
Marlin 1.1.9<br />
LCD Display 12864 (same as in Anet A6)<br />
some mechanical upgrades like igus bearings etc, nothing relevant to the problem]]></description>
            <dc:creator>lukaspanic</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Wed, 06 Feb 2019 16:33:31 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,836835,836835#msg-836835</guid>
            <title>LCD Display probleme after upgrading firmware (3 replies)</title>
            <link>https://reprap.org/forum/read.php?158,836835,836835#msg-836835</link>
            <description><![CDATA[ Hello,<br />
<br />
I bought a CXY card, and all worked great, but after a firmware update MARLIN, I ended up with a display as we see on the attached image, I tested different firmware and I always have the same result and I can not find any solution. Every two seconds there is a refresh but it's never correct.<br />
<br />
Is a display speed problem? I do not know where to find.]]></description>
            <dc:creator>jiefel</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Thu, 06 Jun 2019 08:56:11 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,830469,830469#msg-830469</guid>
            <title>Sanguinololu 1.3a, Marlin 1.1.9 (11 replies)</title>
            <link>https://reprap.org/forum/read.php?158,830469,830469#msg-830469</link>
            <description><![CDATA[ Early this year, under Arduino 1.8.6 I managed to compile, upload, run Marlin 1.1.8 on this old board.<br />
<br />
Today, I wanted to give a try to 1.1.9 the last and final 8 bits Marlin. Using the same env., compilation of 1.1.9  it fails with this error: <br />
<br />
Arduino: 1.8.6 Hourly Build 2018/01/03 03:33 (Windows 7), Board: "Sanguino, ATmega1284 or ATmega1284P (16 MHz)"<br />
<br />
...<br />
pins_RAMPS.h:48: error: #error "Oops!  Make sure you have 'Arduino Mega' selected from the 'Tools -&gt; Boards' menu."<br />
<br />
   #error "Oops!  Make sure you have 'Arduino Mega' selected from the 'Tools -&gt; Boards' menu."<br />
<br />
    ^<br />
<br />
exit status 1<br />
#error "Oops!  Make sure you have 'Arduino Mega' selected from the 'Tools -&gt; Boards' menu."<br />
<br />
<br />
Compilation of 1.1.8 in the same env, still works.<br />
Had a quick look on the Marlin site but couldn't determine if this old board is still OK for 1.1.9. <br />
<br />
Note I am not really using this board anymore, I use Smoothie but wanted to see the difference between the two controller/firmware on the same 3D printer. This helps distinguish issues due to the mechanic of the printer and the controller/firmware.]]></description>
            <dc:creator>MKSA</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Sun, 30 Aug 2020 23:39:19 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,810389,810389#msg-810389</guid>
            <title>RepRap discount full graphic LCD for sanguinololu (3 replies)</title>
            <link>https://reprap.org/forum/read.php?158,810389,810389#msg-810389</link>
            <description><![CDATA[ Hi guys i have a tronxy x8 that has a Melzi based/clone board and since i changed the firmware i'm not able to see anything on the LCD, even if i uncomment the right controller, so I don't know what to do, maybe are wrong pins, or maybe not, i don't know. I'm actually new into marlin firmware, so can someone help me to understand how to activate correctly the LCD?]]></description>
            <dc:creator>Nabbissimo</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Fri, 16 Feb 2018 12:50:17 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,809996,809996#msg-809996</guid>
            <title>Changing the hot-end mosfet on my sanguinololu (1 reply)</title>
            <link>https://reprap.org/forum/read.php?158,809996,809996#msg-809996</link>
            <description><![CDATA[ Greetings to all,<br />
the hot-end mosfet is gone, and I want to change it, but I was questioning to myself if the power module for heat-bed found on amazon like this [<a href="https://www.amazon.com/BIQU-Power-Module-Expansion-Printer/dp/B01HEQVQAK" target="_blank"  rel="nofollow">www.amazon.com</a>] can be controlled directly from the 5V of the arduino. If not, can you suggest a mosfet or an alternative solution?]]></description>
            <dc:creator>Nabbissimo</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Tue, 22 Sep 2020 15:02:24 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,809051,809051#msg-809051</guid>
            <title>What is this board and can it run Marlin 1.1.8 (24 replies)</title>
            <link>https://reprap.org/forum/read.php?158,809051,809051#msg-809051</link>
            <description><![CDATA[ Hello everybody!<br />
Let’s give it a quick introduction: I am owner of an orcabot 0.43 since some weeks now. I made it work and print and also started modding it. <br />
Now I am at the point where I want to change some firmware settings. Unfortunately Igor the printer just as it is, no sifteare,, no docu and no one to ask. I did not find a single picture that matches my Bord. I guess it is a gen 6 electronic of some kind. <br />
Is there any intelligence out there to tell me<br />
<br />
<ol type="1"><li> What board that is</li><li> If Marlin 1.1.8 will run on it</li><li> What sanguino settings I need to choose in Arduino software for flashing</li></ol>
<br />
I thing I red something about backup. I will of course try that because the printer is working with whatever firmware is on it now. <br />
<br />
Enclosed is a picture of the board. Thanks for any ideas on that thing.<br />
<br />
...<br />
...<br />
<br />
Picture size is quite limited, so here is a link to the picture: <br />
<br />
[<a href="https://www.dropbox.com/s/oxxfpvbwwh8l39g/Foto%2006.02.18%2C%2019%2012%2020.jpg?dl=0" target="_blank"  rel="nofollow">www.dropbox.com</a>]]]></description>
            <dc:creator>NozzleMover</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Sun, 23 Aug 2020 15:10:51 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,784274,784274#msg-784274</guid>
            <title>Melzi - Heated bed is being powered via the USB cable (2 replies)</title>
            <link>https://reprap.org/forum/read.php?158,784274,784274#msg-784274</link>
            <description><![CDATA[ I've been using a Melzi (v1 I believe, with an Atmega644A) on my Mendel90 for several years now with Jumper 15 set to USB. It has suddenly dawned on me that I should be powering the Melzi from the PSU so I set the Jumper to VREG (the pins closest to the screw terminals) and tried heating the bed. It seemed to take a while so I checked the voltage at the terminal and it read 6.53V. It was at this point that I touched the USB cable and found it was very hot. Why is the heated bed being powered via the USB cable?<br />
<br />
The extruder heats up using the PSU power regardless of whether JP15 is set to USB or VREG.<br />
<br />
Could it be that my Melzi is a clone? I'd be pretty disappointed if it is because it came with a Prusa i2 kit from a reputable seller (RepRapKitStore) many years ago.]]></description>
            <dc:creator>remondo</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Tue, 22 Aug 2017 10:27:38 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,777210,777210#msg-777210</guid>
            <title>[solved] Max current on melzi v2.0 (2 replies)</title>
            <link>https://reprap.org/forum/read.php?158,777210,777210#msg-777210</link>
            <description><![CDATA[ Hi all,<br />
I'm trying to find out what's the max output current for the cooling fan on the melzi v2.0.<br />
google didn't help...<br />
does anybody have the answer ?<br />
thanks]]></description>
            <dc:creator>alvinflumox</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Sun, 09 Jul 2017 17:20:25 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,758168,758168#msg-758168</guid>
            <title>MELZI Signals query (1 reply)</title>
            <link>https://reprap.org/forum/read.php?158,758168,758168#msg-758168</link>
            <description><![CDATA[ Hi all, hope I have picked the correct section.<br />
<br />
I have an Anet A8 with the original control board, which is a variation on the circuit of the Melzi 2 board. The picture attached shows the control circuitry for the print cooling fan, which is identical to that for the hotbed and hotend. What I don't understand is that the control signal for the fan is shown as <u>FAN</u> (NOT_FAN). Similarly the respective signals for the bed and extruder are shown as <u>HOTBED</u> and <u>HOTEND</u>. The signals are also marked in the same manner on the respective pins of the ATMega1284P.<br />
<br />
The mosfets shown are N-channel enhanced mode, which requires that the gate voltage is higher than the source voltage before the mosfet will turn on. One of the output connections remains constantly at Vmot (12V). The other output connection is at Vmot when the mosfet is turned OFF and at 0V (GND) when the mosfet is turned ON. Thus the mosfet must be turned ON before there is a potential difference applied at the output.<br />
<br />
A gate voltage of +5V will turn the mosfet, and therefore the Fan, Bed or Extruder on, so why is the signal described on the circuit diagram as <u>FAN</u> (NOT_FAN).]]></description>
            <dc:creator>Supermec</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Mon, 28 Sep 2020 18:29:46 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,745317,745317#msg-745317</guid>
            <title>dual extruder (1 reply)</title>
            <link>https://reprap.org/forum/read.php?158,745317,745317#msg-745317</link>
            <description><![CDATA[ Hello <br />
<br />
  I've been using a Sanguinololu on a prusa mendel i2 since mid 2012 with excellent results.  I was interested in upgrading to a dual extruder.  I found the "SLUM" project but not any of the hardware for sale.  Is there something (aside from replacing the board) that people are doing to upgrade to dual extruder from this board?<br />
<br />
Regards]]></description>
            <dc:creator>badhank</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Mon, 28 Sep 2020 18:29:19 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,744457,744457#msg-744457</guid>
            <title>Questions about component choice (5 replies)</title>
            <link>https://reprap.org/forum/read.php?158,744457,744457#msg-744457</link>
            <description><![CDATA[ So I decided to take the first step in building a Sanguinololu and ordered all of the specialized parts off of Mouser last night. Today I went to RadioShack to find the components that I thought were more common. Unfortunately, they did not have many of the exact parts listed on the BOM.<br />
First off, there were only 3 tantalum capacitors in the entire store, and none of them had a proper uF spec. So I bought some ceramic ones with the correct uF as backup. I am wondering if it would be appropriate to substitute the ceramics for the tantalums.<br />
Second, there was only one type of MOSFET, so I bought two, again as backup. The manufacturer part # is L7812CV (<a href="http://datasheet.octopart.com/L7812CV-STMicroelectronics-datasheet-7271552.pdf" target="_blank"  rel="nofollow">Datasheet</a>). As with the capacitors, I am hoping that these will be suitable replacements.<br />
Hopefully someone with a bit more electronics knowledge will be able to guide me.]]></description>
            <dc:creator>spaceorange12</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Fri, 03 Feb 2017 11:03:33 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,737753,737753#msg-737753</guid>
            <title>Error backing up gen 6 sanguinololu board (1 reply)</title>
            <link>https://reprap.org/forum/read.php?158,737753,737753#msg-737753</link>
            <description><![CDATA[ Hey all,<br />
I'm about to install a 1280 chip on my gen 6 board to allow auto leveling and I want to back up my current settings.<br />
<br />
I've read the posts here but I am trying to send this...<br />
<br />
avrdude -p atmega644p -P com3 -c stk500v2 -b115200 -F -U flash:w:woody_backup.hex:i<br />
<br />
And I get an error that says..<br />
<br />
unexpected constructor, destructor, or type conversion before '-' token.<br />
<br />
Any ideas...<br />
<br />
Greg]]></description>
            <dc:creator>gregted</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Mon, 16 Jan 2017 17:19:56 -0500</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,710917,710917#msg-710917</guid>
            <title>Sanguinololu power problem (18 replies)</title>
            <link>https://reprap.org/forum/read.php?158,710917,710917#msg-710917</link>
            <description><![CDATA[ Hello,<br />
I have a problem with my Sanguinololu 1.3a based printer. It seems to not take power from the power supply for some reason. It takes power from usb just fine and everything lights up but as soon as I plug in the power supply everything goes dark and nothing works. I wanted to reroute the power to make it go through wires instead of the board pathways (I suspect conductivity problems on the board), but I have no clue how to do that correctly and which pins to connect with each other.<br />
<br />
Does anyone have any idea what might be the cause of the problem, or have any other ideas how I can fix this?<br />
<br />
Power supply is working correctly.<br />
<br />
Ebdac]]></description>
            <dc:creator>Ebdac</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Tue, 11 Oct 2016 12:33:19 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,694977,694977#msg-694977</guid>
            <title>Sanguinololu Rev 1.3a - how to load firmware (23 replies)</title>
            <link>https://reprap.org/forum/read.php?158,694977,694977#msg-694977</link>
            <description><![CDATA[ Hi all,<br />
<br />
I just got a new Sanguinololu Rev 1.3a board for my old Huxley printer. (the old one was broken)<br />
<br />
From what I understand I need to load the firmware and possibly a bootloader? I don't know anything about this kind of thing so I am completely in the dark. From what I understand if windows doesn't recognize the board then that means that there isn't a bootloader and I need some sort of programmer.<br />
<br />
Though I hope some sort of luck is on my side as windows recognizes the board and is in the device manager as a comp-port. I have installed the FTDI driver too.<br />
<br />
I assume now I need to use Arduino.exe to load the firmware (as far as I know that is Marlin) that I have downloaded from Github. Arduino.exe didn't have the board in the board manager but managed to install the Singuino settings and now I can see the board. Though I don't know if I am supposed to choose 8MHz or 16MHz?<br />
<br />
From here I am completely stuck. From what I can see I must drag the Marlin directory/files into the Arduino program and then there are things that need to be changed to make it work with a Huxley? I have no idea if this is right and if it is, what needs to be changed or what to do next. I hope I don't have to do the bootloader as then I have to get some sort of programmer thing to burn it? Though this is just from a bunch of reading and I don't really know what I am doing. I just don't want to break anything. :)<br />
<br />
Any help would be greatly appreciated. Sorry for the long post.<br />
<br />
Much thanks.<br />
<br />
Damian]]></description>
            <dc:creator>Dam</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Wed, 24 May 2017 18:59:11 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,678624,678624#msg-678624</guid>
            <title>Sanguinololu 1.3a Huxley connection problem (13 replies)</title>
            <link>https://reprap.org/forum/read.php?158,678624,678624#msg-678624</link>
            <description><![CDATA[ Hi all,<br />
<br />
I posted this in the Huxley section but figured it should maybe be in the Sanguinololu section. I apologize if I shouldn't do that.<br />
<br />
I recently was given a Huxley 3d printer - the one from the original kickstarter.<br />
<br />
I am trying to connect it to the computer. But windows simply does not pick it up. It doesn't recognize that anything is connected via the USB. The red light does come on, on the  Sanguinololu 1.3a board.<br />
<br />
I really don't know what I am doing to be honest, but I assume that there is probably something wrong with the board? I have tried to install all the drivers that I can find but no luck.<br />
<br />
Any ideas would be greatly appreciated!<br />
<br />
Thanks,<br />
<br />
Damian]]></description>
            <dc:creator>Dam</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Fri, 19 Aug 2016 01:58:02 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,676754,676754#msg-676754</guid>
            <title>Sanguinololu with at1284p (3 replies)</title>
            <link>https://reprap.org/forum/read.php?158,676754,676754#msg-676754</link>
            <description><![CDATA[ Hello,<br />
<br />
I'm struggling with this one for a couple of days, and decided to come here and ask for some tips...<br />
<br />
I'm trying to upload a Marlin firmware to a sanguinololu but without success...<br />
<br />
I'm working with both a raspberry PI3 (arduino for ARM) and a normal PC with Linux LXLE (64-bit Ubuntu based) and the results are the same. I've also tried different AT1284p chips, just to cover the remote possibility that the new one is damaged.<br />
<br />
What I've done so far:<br />
<ul><li> Bought new AT1284p chip</li><li> Installed it in the sanguinololu board</li><li> With the great tips from [<a href="https://dustsreprap.blogspot.pt/2015/06/better-way-to-install-sanguino-in.html" target="_blank" rel="nofollow">dustsreprap.blogspot.pt</a>] I was able to install sanguino in the arduino IDE 1.6.9 (actually based on [<a href="https://github.com/Lauszus/Sanguino" target="_blank" rel="nofollow">github.com</a>])</li><li>With an arduino UNO acting as ISP, burned the bootloader to the AT1284p</li><li> To test it, uploaded an example sketch (examples/communications/ASCII table) with the "normal" programer - AVRISP mkll. Everything goes fine.</li><li> Success, with the Serial Monitor I can see the ascii table "arriving"</li><li> Then, with the exact same board options, I compile and try to upload the Marlin Firmware to it, and it gets stuck between 4% and 40%. The most common error is "avrdude: stk500_paged_write(): (a) protocol error, expect=0x14, resp=0x62"</li></ul>
<br />
What can I be doing wrong??<br />
<br />
Thanks, Joao Silva<br />
<br />
<br />
<pre class="bbcode">
root@nostromo:~# /home/jabss/Desktop/arduino-1.6.9/hardware/tools/avr/bin/avrdude -C/home/jabss/Desktop/arduino-1.6.9/hardware/tools/avr/etc/avrdude.conf -v -patmega1284p -carduino -P/dev/ttyUSB0 -b115200 -D -Uflash:w:/tmp/build7541ecec97c971a10b8d6f10b8688134.tmp/Marlin.ino.hex:i 

    avrdude: Version 6.0.1, compiled on Apr 14 2015 at 19:04:16
     Copyright (c) 2000-2005 Brian Dean, [<a href="http://www.bdmicro.com/" target="_blank"  rel="nofollow">www.bdmicro.com</a>]
     Copyright (c) 2007-2009 Joerg Wunsch

     System wide configuration file is "/home/jabss/Desktop/arduino-1.6.9/hardware/tools/avr/etc/avrdude.conf"
     User configuration file is "/root/.avrduderc"
     User configuration file does not exist or is not a regular file, skipping

     Using Port                    : /dev/ttyUSB0
     Using Programmer              : arduino
     Overriding Baud Rate          : 115200
     AVR Part                      : ATmega1284P
     Chip Erase delay              : 55000 us
     PAGEL                         : PD7
     BS2                           : PA0
     RESET disposition             : dedicated
     RETRY pulse                   : SCK
     serial program mode           : yes
     parallel program mode         : yes
     Timeout                       : 200
     StabDelay                     : 100
     CmdexeDelay                   : 25
     SyncLoops                     : 32
     ByteDelay                     : 0
     PollIndex                     : 3
     PollValue                     : 0x53
     Memory Detail                 :

                              Block Poll               Page                       Polled
       Memory Type Mode Delay Size  Indx Paged  Size   Size #Pages MinW  MaxW   ReadBack
       ----------- ---- ----- ----- ---- ------ ------ ---- ------ ----- ----- ---------
       eeprom        65    10   128    0 no       4096    8      0  9000  9000 0xff 0xff
       flash         65    10   256    0 yes    131072  256    512  4500  4500 0xff 0xff
       lock           0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
       lfuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
       hfuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
       efuse          0     0     0    0 no          1    0      0  9000  9000 0x00 0x00
       signature      0     0     0    0 no          3    0      0     0     0 0x00 0x00
       calibration    0     0     0    0 no          1    0      0     0     0 0x00 0x00

     Programmer Type : Arduino
     Description     : Arduino
     Hardware Version: 3
     Firmware Version: 5.0
     Vtarget         : 0.3 V
     Varef           : 0.3 V
     Oscillator      : 28.800 kHz
     SCK period      : 3.3 us

    avrdude: AVR device initialized and ready to accept instructions

    Reading | ################################################## | 100% 0.00s

    avrdude: Device signature = 0x1e9705
    avrdude: safemode: lfuse reads as 0
    avrdude: safemode: hfuse reads as 0
    avrdude: safemode: efuse reads as 0
    avrdude: reading input file "/tmp/build7541ecec97c971a10b8d6f10b8688134.tmp/Marlin.ino.hex"
    avrdude: writing flash (98234 bytes):

    Writing | ##                                                 | 4% 0.46s
    avrdude: stk500_paged_write(): (a) protocol error, expect=0x14, resp=0x62
    Writing | ###                                                | 5%    0.55savrdude: stk500_recv(): programmer is not responding
</pre>]]></description>
            <dc:creator>joaoabs</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Fri, 19 Aug 2016 01:58:52 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,674855,674855#msg-674855</guid>
            <title>`.text&#039; will not fit in region `text&#039; during compile of firmware (1 reply)</title>
            <link>https://reprap.org/forum/read.php?158,674855,674855#msg-674855</link>
            <description><![CDATA[ I am trying to write the bootloader and firmware to the Sanguino controller board on my reprap printer. I got an SD card with the package that supposedly had all the software for the system. After many false starts, I think I am on the right track but unable to reach the finish line. There are two tracks I have tried:<br />
1. Assume that the hex file included in the firmware directory of the SD card is actually the combined bootloader and firmware saved as a hex file. I am trying to contact the manufacturer to verify this assumption. The first phase of the "burn bootloader" process is successful. The second step, actually uploading the hex data to flash memory goes through the write stage but hangs part way into the read stage where it is trying too verify the written data to the source data. Maybe the assumption is wrong but does this description pique any memories?<br />
<br />
2. The firmware on the original board I am replacing was based on the Repetier firmware. I used the Repetier Firmware Configurator to build a new firmware profile using what I remember from the original. It compiles OK but when trying to upload, it generates a stack overflow in the text region. Full text of the error:<br />
Arduino: 1.6.9 (Windows XP), Board: "Sanguino, ATmega1284 or ATmega1284P (16 MHz)"<br />
<br />
c:/program files/arduino/hardware/tools/avr/bin/../lib/gcc/avr/4.8.1/../../../../avr/bin/ld.exe: C:\DOCUME~1\John\LOCALS~1\Temp\build1d76ff8a31b0f78df26120a58e13e379.tmp/Repetier.ino.elf section `.text' will not fit in region `text'<br />
<br />
c:/program files/arduino/hardware/tools/avr/bin/../lib/gcc/avr/4.8.1/../../../../avr/bin/ld.exe: region `text' overflowed by 7708 bytes<br />
<br />
collect2.exe: error: ld returned 1 exit status<br />
<br />
exit status 1<br />
Error compiling for board Sanguino.<br />
<br />
Any ideas on how I can get around this?]]></description>
            <dc:creator>graybeardtx</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Fri, 17 Jun 2016 15:12:20 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,671817,671817#msg-671817</guid>
            <title>Need AVRDUDE guru/bootloader help (1 reply)</title>
            <link>https://reprap.org/forum/read.php?158,671817,671817#msg-671817</link>
            <description><![CDATA[ So here is the situation. I am using an Arduino UNO (Actually and OSEPP Uno R3 Plus) as an ISP programmer.<br />
The target board is a Melzi V3 Ebay upgrade to an ATmega1284P chip.<br />
Running the ATmega_Board_Detector sketch from Nick Gammon I can query the chip and get all the information about the chip and the bootloader from that sketch (See attached file Board_Detected.txt).<br />
When I run the ATmega_Board_Programmer sketch however, the sketch fails Because something is not defined. I am not a programmer by any stretch of the imagination so I don't know what this means or how to track it down.(See the attached file ProgrammerError.txt)<br />
If I run the programmer from the command line, I get an error about an invalid signature and the program exits.Even if I use the -F to force skipping the verification step, the program exist aftere setting everything into safe mode. (See attache file (CommandLine.txt)<br />
<br />
So since the Gammon Sketch was able to read the board signature, I'm guessing that something is missing in the command line but I have no idea what nor how to find out other than ask for help from the gurus on these forums.]]></description>
            <dc:creator>graybeardtx</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Thu, 09 Jun 2016 13:24:06 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,665484,665484#msg-665484</guid>
            <title>1284P Fuse settings confirmation? (7 replies)</title>
            <link>https://reprap.org/forum/read.php?158,665484,665484#msg-665484</link>
            <description><![CDATA[ Hey all, trying to get my repstrap up and running (Sanguinololu w/ a 1284p). I'm seeing different fuse settings depending on where I look.<br />
Currently I'm set to (l,h,e) D6,DA,FD. But I've also seen DC,D7,FD mentioned.<br />
<br />
So I figured I'd ask what the community thinks? Do I need a big boot flash? And what Oscillator/Startup/Power settings should I use?]]></description>
            <dc:creator>ipper</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Fri, 19 Aug 2016 01:58:35 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,636592,636592#msg-636592</guid>
            <title>Melzi lost USB connection (2 replies)</title>
            <link>https://reprap.org/forum/read.php?158,636592,636592#msg-636592</link>
            <description><![CDATA[ Hi all.<br />
During printing the other day I had my Prusa clone jamb to the extent that it tripped the house mains supply.<br />
On powering up again every thing works except there is no communication via USB. My Laptop doesn't respond (no comport recognition). I have changed the cable. Checked the Laptop is OK by using my other machine.<br />
I have control of the printer via the LCD controls and can print from SD.<br />
Its a Melzi V2.0 board running repetier firmware. Any ideas where it is broken? and how to fix?<br />
I can't find any reference to this failure on the web. I think there is only the connector, TTL (is that the protocol ?) chip and a couple of capacitors before it goes into the processor.<br />
If its the chip can I buy a USB to TTL lead and solder it in place of the on board chip?<br />
Tonight i will check if the processor powers up when the jumper is set to USB 5V to see if the 5V is there. My probes on my MM are a bit to big to measure it off the connector and board.]]></description>
            <dc:creator>MCcarman</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Tue, 22 Sep 2020 15:03:22 -0400</pubDate>
        </item>
        <item>
            <guid>https://reprap.org/forum/read.php?158,626790,626790#msg-626790</guid>
            <title>Help with Firmware upload (3 replies)</title>
            <link>https://reprap.org/forum/read.php?158,626790,626790#msg-626790</link>
            <description><![CDATA[ Hi!<br />
<br />
I have a problem with my Sanguinololu 1.3a<br />
<br />
I recently wanted to upload to it Marlin firmware, because I had to install new ATMEGA1284P-PU microcontroller, but in Arduino 0023 I keep getting "avrdude: stk500_getsync(): not in sync: resp=0x00" error after trying to upload.<br />
<br />
I tried ways described in [<a href="http://reprap.org/wiki/Sanguinololu" target="_blank"  rel="nofollow">reprap.org</a>] article:<br />
I tried that 10 seconds reset holding.<br />
I already had those 2-pin connected before.<br />
I can see USB Serial Port (COM3) under Ports (COM and LPT).<br />
I have RTS on close checked.<br />
<br />
<br />
Anyone have any suggestion on what I am doing wrong?]]></description>
            <dc:creator>Mellin</dc:creator>
            <category>Sanguino(lolu)</category>
            <pubDate>Tue, 16 Feb 2016 00:56:34 -0500</pubDate>
        </item>
    </channel>
</rss>
