Quantcast
Channel: Arduino does not show my Sanguino board
Viewing all 54 articles
Browse latest View live

Arduino does not show my Sanguino board

$
0
0
Hi Guys
I have a Sanguinololu Baord ( Atmega1284p )controller and windows 7.

1. In the device manger its on com3 but shows it as USB serial Port( com3) but does not show it up as a sanguinololu board ??
2. I load Arduino 0023 and downloaded & copied Sanguino1284p-master to the Arduino folder under hardware, however when I run Arduino, Sanguino board does not reflect under Tools / board ?? The is no sanguino under the boards ??

what am I doing wrong that there no Sanguino board uner tools ?

Thanks

Re: Arduino does not show my Sanguino board

$
0
0
Hi
I eventually got Arduino to see my Sanguino board but now when I try upload thr Firmwaer to the Sanguinololu board I get this error:

Arduino: 1.6.1 (Windows 7), Board: "Sanguino W/ ATmega1284p 16mhz"

Third-party platform.txt does not define compiler.path. Please report this to the third-party hardware maintainer.

Error while uploading: missing 'recipe.cpp.o.pattern' configuration parameter

This report would have more information with
"Show verbose output during compilation"
enabled in File > Preferences.

Please could you help,

Thanks

Re: Arduino does not show my Sanguino board

$
0
0
Hi
Wow this hectic, 111 views and not one person can give some advice.

Re: Arduino does not show my Sanguino board

$
0
0
use ARDUINO 1.0.6

It doesnt come with support for the 1284p, you have to add it

by adding files from [code.google.com] Sanguino-0101r1.zip

If you are putting you own bootloader on the chip you will need to edit the boards.txt file and set the fuses you want as the default leaves the jtag enabled wich stops all endstops and x direction lines working.

Re: Arduino does not show my Sanguino board

$
0
0
I did everything fine but here is the error message what the arduino compiler said:

Arduino: 1.0.6 (Windows XP), Board: "Sanguino W/ ATmega1284p 16mhz"

In file included from /pins.h:38,
from /Conditionals.h:172,
from /Configuration_adv.h:476,
from /Configuration.h:729,
from /Marlin.h:22,
from BlinkM.cpp:5:
/pins_RAMPS_13.h:15:4: error: #error Oops! Make sure you have 'Arduino Mega' selected from the 'Tools -> Boards' menu.

But I have this board.... What's the problem then? o.O

Re: Arduino does not show my Sanguino board

$
0
0
you have not set you board type in configuration .h

Presuming your using the latest marlin...
Line [github.com]

you need to set it to change it from BOARD_RAMPS_13_EFB to BOARD_SANGUINOLOLU_12

Re: Arduino does not show my Sanguino board

Re: Arduino does not show my Sanguino board

$
0
0
Hi, I have the same problem. How you make Arduino to see the Sanguino board on the menu? Zee, Simply copying the sanguino folder into the hardware folder does not work.

Re: Arduino does not show my Sanguino board

Re: Arduino does not show my Sanguino board

Re: Arduino does not show my Sanguino board

$
0
0
Dust, thanks. So, how can i do it with my arduino v1.6.x. Complicated long story?

Re: Arduino does not show my Sanguino board

Re: Arduino does not show my Sanguino board

$
0
0
As far as I know you can only use arduino v1.01. If the Sanguino board is not shown under the boards menue you need the boards file under the hardware/arduino folder. If you look at it with a text editer you should see the Sanguino board.

Re: Arduino does not show my Sanguino board

$
0
0
Does anyone have a comprehensive set of instructions on how to burn the bootloader to the sanguino boards? There are lots of piecemeal comments but they only seem to work for a small subset of users. The instructions for adding the sangrino boards to the Arduino ISP do not work as is. The download is missing the platform.txt file which can be obtained from Github but you have to dig for the information. There is also an apparent incompatibility with the ld application that causes a compile failure. You have to extract the ld.exe from an earlier version of the Arduino IDE. Finally you can upload the program to your Uno. But to burn the boot loader, you need to change the board to the target board - sanguino in this case. The option does not appear in he Tools/board dropdown so you have to wonder how to accomplish this. So far I am stuck. I have not been able to find anything that details how to accomplish this. Searching through the forums answers have the file existing in any number of directories. I have put the sanguino directory as a subdirectory under every subdirectory under Program Files\Adruino| but the options never appear in the tools/boards dropdown.

I am running on Win XP SP3, Arduino IDE 1.6.9
Any help?

Re: Arduino does not show my Sanguino board

$
0
0
The instructions work fine... no idea what your doing..

I downloaded latest Arduino 1.6.9 windows.zip onto my old Windows Xp machine

Extracted the zip to the desktop

Ran the IDE, as expected no Sanguino files

Open up the menu File|Preferences

At the bottom is a field Additional Boards manager URLs:
Enter "https://raw.githubusercontent.com/Lauszus/Sanguino/master/package_lauszus_sanguino_index.json"

Click OK

Open up the menu Tools|Board:|Boards manager...

This will open the manager. Scroll down till you see Sanguino
Click more info, this will reveal an install button.

Hit install.

Close the Board manager.

Sanguino is now in the list of boards at the bottom.

Select it and new menu item is now visable in the Tools menu. Processor
Now select the type of Processor 644p at 16mhz or 1284p at 16mhz are normal for Sanguino boards, though you can get 20mhz versions, for that you will need to edit the boards.txt file

Re: Arduino does not show my Sanguino board

$
0
0
In regard to writing a bootloader

You need some sort of avr ISP, you look to be trying to use a uno

Firstly you need to turn your uno into a avr ISP

following the steps 1-4 here [www.arduino.cc]

The uno is now your avi ISP

next you need to wire it to the SL board, this is different depending on exactly what board your programming, but they are wired the same, you just need to find the correct pins (most have a 6 pin ISP header, and they are all on there)


[www.arduino.cc]
The led and resistors are not needed, they are just so you can so something is happening. The power and crystal will already be there on the board.

This graphic presumes a 644p or 1284p chip not in a board, so it adds in everything you need to run the bare chip.

In reality with the chip in a board all you need its the following
uno d10 to reset on SL
uno d11 to mosi on SL
uno d12 to miso on SL
uno d14 to sck SL
uno gnd to SL gnd

Both the boards still need power. I would power the uno via usb cable as you have to have that connected anyways for serial communications. I prefer a usb power bank for the SL, just to ensure no crazy power loops and no guess work as to which com port to use (as you can't see the SL com port)
This way you just get a nice chain, no loops. ie computer -> usb cable -> uno -> isp wires -> SL <- USB Power bank

Now do steps 6-8 from [www.arduino.cc]

Re: Arduino does not show my Sanguino board

$
0
0
Thanks for the detailed instructions. I have followed the steps and everything works up until the BurnBootloader command. At that point
the load fails with an Access Denied to the COM port that the Arduino is using. I have attached the error file from the upload. I have double
checked the wiring - I am using a ribbon cable to connect the 2 boards via the 6 pin ICSP connectors. I did use a 47uf capacitor between the Reset
and ground on the Arduino running as the ISP because I couldn't find 10uf one.
Is there a simple way to tell if the board/processor is bad. I just got it from China so that is a possibility.

Re: Arduino does not show my Sanguino board

$
0
0
You say your getting a "Access Denied" but the error you show doesn't say that

Where are you seeing this?

Re: Arduino does not show my Sanguino board

$
0
0
Well as usual, going back to redo the command, I get different results. This time it apparently was able to communicate with the chip but unable to write the bootloader. The error log is attached. I notice that the output always seems to say the programmer used is stk500v1 rather than Arduino as ISP.
Don't know if that makes any difference.

Re: Arduino does not show my Sanguino board

$
0
0
stk500v1is the protocol that's fine.
Viewing all 54 articles
Browse latest View live


<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>