Why bourduino not work?

For other supported Arduino products from Adafruit: Shields, accessories, etc.

Moderators: adafruit_support_bill, adafruit

Why bourduino not work?

Postby Hamradio2008 » Sat Oct 30, 2010 9:07 am

Why bourduino not work? Red light blink a few times when "upload to I/O board" but error shown in picture...
IMG_0001_2.jpg
IMG_0001_2.jpg (331.41 KiB) Viewed 3127 times
Youtube Channel "Hamradio2008"
http://www.youtube.com/user/HamRadio2008
User avatar
Hamradio2008
 
Posts: 107
Joined: Sun Oct 10, 2010 3:37 pm
Location: USA

Re: Why bourduino not work?

Postby adafruit_support_bill » Sat Oct 30, 2010 10:09 am

Do you have the right board type selected in the "Tools" menu? Assuming you have a recent version with the 328 chip, you should select "Duemilanove or Nano w/ Atmega 328".
User avatar
adafruit_support_bill
 
Posts: 15962
Joined: Sat Feb 07, 2009 9:11 am

Re: Why bourduino not work?

Postby Hamradio2008 » Thu Nov 04, 2010 8:06 pm

Yes I have the right board and com port selected. Still not work.
Youtube Channel "Hamradio2008"
http://www.youtube.com/user/HamRadio2008
User avatar
Hamradio2008
 
Posts: 107
Joined: Sun Oct 10, 2010 3:37 pm
Location: USA

Re: Why bourduino not work?

Postby adafruit_support_bill » Fri Nov 05, 2010 4:55 am

What are the LEDs doing during the download attampt?

Edit the preferences.txt file (in Documents and Settings/<USERNAME>/Application Data/Arduino) and set upload.verbose to true. (Be sure to close the Arduino software before doing this). Then restart, try to download again and report what you see.
.
User avatar
adafruit_support_bill
 
Posts: 15962
Joined: Sat Feb 07, 2009 9:11 am

Re: Why bourduino not work?

Postby Hamradio2008 » Fri Nov 05, 2010 9:12 am

I am using Windows 7, the file directories and paths you suggested don't exist. I did find the "preferences.txt" file and the "upload.verbose" statement was not found within it.

First can I ask basic question is; Does the Bourduino work with Windows 7?

From my internet googles and searches indicate others have reported unresolved problems using Windows 7 and the Bourduino as well.

I have an old Windows XP system out in the garage I haven't gotten it out to start up and try.

Any info on Windows 7 would be helpful, and by the way the UNO works with Windows 7.

Please advise.
Youtube Channel "Hamradio2008"
http://www.youtube.com/user/HamRadio2008
User avatar
Hamradio2008
 
Posts: 107
Joined: Sun Oct 10, 2010 3:37 pm
Location: USA

Re: Why bourduino not work?

Postby adafruit_support_bill » Fri Nov 05, 2010 10:06 am

Windows 7 does obfuscate those directory paths. The first thing I do on a new system is reset the default folder settings so that I can see where my files actually are.
The upload.verbose statement is not in the file by default, you have to add it.
Does the Bourduino work with Windows 7?

I have programmed several Boarduinos from my Windows 7 64-bit machine - as recently as last evening. I use the FTDI cables from the Adafruit Store. I believe I had to download the correct driver from the FTDI site. http://www.ftdichip.com/Drivers/VCP.htm
User avatar
adafruit_support_bill
 
Posts: 15962
Joined: Sat Feb 07, 2009 9:11 am

Re: Why bourduino not work?

Postby Hamradio2008 » Fri Nov 05, 2010 10:59 am

I am using the adfruit FTDI board (see picture above) I have tried adding the upload.verbose=true statement as well. I noticed in my search for the file preferences.txt that it is in two locations. Please if you could give me your path to the location for the preferences.txt file while maybe not exactly the same path as mine it will give me some better idea what to todo to make it work.
Youtube Channel "Hamradio2008"
http://www.youtube.com/user/HamRadio2008
User avatar
Hamradio2008
 
Posts: 107
Joined: Sun Oct 10, 2010 3:37 pm
Location: USA

Re: Why bourduino not work?

Postby adafruit_support_bill » Fri Nov 05, 2010 11:21 am

On the Win7 machine, the file is in: C:\Users\<user name>\AppData\Roaming\Arduino
(Not sure why it sticks it in "Roaming".)

Also, with earlier versions of the IDE, there is a file by that name in the /lib folder in your Arduino install path. That is not the one you want to edit.

I haven't actually had a need to try the "verbose" setting in v21. But in previous versions it gave you a bit more information about what was going on during the upload attempt.
User avatar
adafruit_support_bill
 
Posts: 15962
Joined: Sat Feb 07, 2009 9:11 am

Re: Why bourduino not work?

Postby Hamradio2008 » Fri Nov 05, 2010 12:38 pm

ok, I added the "upload.verbose=true" and ,,, here is the result...

bourduino.upload.windows.7.failattempt.1a.jpg
bourduino.upload.windows.7.failattempt.1a.jpg (113.48 KiB) Viewed 3043 times
Youtube Channel "Hamradio2008"
http://www.youtube.com/user/HamRadio2008
User avatar
Hamradio2008
 
Posts: 107
Joined: Sun Oct 10, 2010 3:37 pm
Location: USA

Re: Why bourduino not work?

Postby adafruit » Fri Nov 05, 2010 12:47 pm

did it ever work? did you Set RTS on Close?
User avatar
adafruit
 
Posts: 10485
Joined: Thu Apr 06, 2006 3:21 pm
Location: nyc

Re: Why bourduino not work?

Postby Hamradio2008 » Fri Nov 05, 2010 1:02 pm

adafruit wrote:did it ever work?


Negative

adafruit wrote:did you Set RTS on Close?


How do that?
Youtube Channel "Hamradio2008"
http://www.youtube.com/user/HamRadio2008
User avatar
Hamradio2008
 
Posts: 107
Joined: Sun Oct 10, 2010 3:37 pm
Location: USA

Re: Why bourduino not work?

Postby Hamradio2008 » Fri Nov 05, 2010 1:13 pm

FWIW pic of bourds...
IMG_0001.jpg
IMG_0001.jpg (223.56 KiB) Viewed 3032 times
Youtube Channel "Hamradio2008"
http://www.youtube.com/user/HamRadio2008
User avatar
Hamradio2008
 
Posts: 107
Joined: Sun Oct 10, 2010 3:37 pm
Location: USA


Re: Why bourduino not work?

Postby Hamradio2008 » Fri Nov 05, 2010 10:23 pm

adafruit wrote:http://www.ladyada.net/make/boarduino/use.html


Still not working, I will pick it up later thanks for the help so far! :?
Youtube Channel "Hamradio2008"
http://www.youtube.com/user/HamRadio2008
User avatar
Hamradio2008
 
Posts: 107
Joined: Sun Oct 10, 2010 3:37 pm
Location: USA

Re: Why bourduino not work?

Postby Hamradio2008 » Sun Nov 14, 2010 7:52 pm

Any news on how to make work for Windows 7 ?? All info that I know is shown in thread and still not working. Thanks? :?
Youtube Channel "Hamradio2008"
http://www.youtube.com/user/HamRadio2008
User avatar
Hamradio2008
 
Posts: 107
Joined: Sun Oct 10, 2010 3:37 pm
Location: USA

Next

Return to Other Arduino products from Adafruit

Who is online

Users browsing this forum: adafruit_support_mike and 1 guest

Stuff to buy from the Adafruit store and links to product documentation!


New Products [102]

Raspberry Pi[80]
 
FLORA[23]
 
Bunnie Studios[9]
 
FPGA[1]
 
mbed[11]
Arduino[60]
 
NETduino[14]
 
BeagleBone[24]
 
Android[6]
 
XBee[10]
More Dev Boards[30]


 
BoArduino[8]
 
SpokePOV[4]
 
TV-B-Gone[4]
 
MiniPOV[3]
 
SIM reader[3]
 
Microtouch[5]
 
Clocks & Watches[18]
 
Drawdio[4]
 
Brain Machine[1]
 
Game of Life[2]
 
MintyBoost[2]
More DIY Kits[16]


 
MaKey MaKey[3]
 
Tweet-a-Watt[5]
 
Young Engineers[33]
 
Discover Electronics[2]
 
Snap Circuits[4]
 
littleBits[3]
 
Project packs[8]


 
Breakout Boards[33]
LCDs & Displays[48]
Components & Parts[69]
Batteries & Power[49]
EL Wire/Tape/Panel[52]
LEDs[108]
 
Wireless[14]
Cables[60]
 
Lasers[6]
Sensors/Parts[145]
 
Enclosures/Cases[11]
 
Solar[11]
 
RFID / NFC[13]
Prototyping[69]
 
iDevices[13]
Tools[71]
 
Wearables[39]
 
CNC[37]
 
Robotics[29]
 
3D printing[1]
 
Materials[24]


 
Stickers[41]
 
Skill badges[55]
 
Books[25]
 
Circuit Playground[7]
 
Gift Certificates[4]