Help for Sanguino from Bhasha Electronics

Hello

I recently bought a sanguino from bhasha technologies , Pune , I connected the board to arduino IDE 0017

the green board led is on and an amber led is blinking but when i upload a sketch it gives 2 stk errors

please tell me what to do
i am totally confused

is my board broken , i reset it many times and tried changing the bootloader ,

please advice as i am very worried

thanking you

Has your version of the Arduino IDE 17 been modified to handle the Sanguino?
Check in the tools/board selection list to see if a Sanguino is listed as a selection option.

If a Sanguino choice is not there then you still need to modifiy the IDE per the Sanquino web site instructions.

http://sanguino.cc/

Lefty

Please check the reference manual supplied on bhasha website, we suggest you opt for Arduino 0012 instead of Arduino 0017.

Since the green LED is ON, and amber LED is blinking means the board is working, since default Blink program is loaded into the system.

Load Arduino 0012 software supplied with the CD, follow the necessary instructions given in the reference manual.

You should be able to see Sanguino board in the Tools --> Board options, Connect the FTDI Break out board to the computer and the other side of the break out board with 6 pins to the Sanguino board. Make sure you connect the pin 1 (GND ) on FTDI Break out board to Pin (1) Sanguino board, connecting incorrectly can damage the board.

Also don't try to change the bootloader, you can damage the board. It is mentioned strictly in the reference manual, that the board is pre-programmed with the bootloader, incorrect bootloader programming can corrupt the existing bootloader and then board may malfunction.

Compile your program on Arduino IDE software, and upload the program to your board, once you have pressed the upload to board/ Ctrl + U, immediately press the Reset button on the board and release it. The program should get uploaded into the board.

If still not able to upload the program, contact the vendor where you purchased it.