Program sketch using FTDI Friend, failed, photos
Hello.



I am trying to program Ganglion using FTDI Friend. I followed the tutorial, however, when I uploaded the default Ganglion sketch, it failed.



Is there any incorrect connection?
How can I solve this problem and upload the default sketch successfully?
Thank you for any help!
Comments
I'm using a different FTDI adaptor, but for mine Tx is connected to Tx and Rx to Rx. Your photos show Rx and Tx connections reversed. Also, I think the Ganglion board needs to be connected to batteries and powered on.
Best regards,
Michael
Could you tell me whether you using a PC or a Mac? I may be able to help if you are using a Mac.
Best regards,
Michael
I also started with a PC and couldn't get the upgrade to work. Last time I looked, the openBCI tutorials still had no instructions for the PC. The tutorial for the Mac didn't work, either, but I found an alternative method. If you are able to get access to a Mac, I'll be happy to tell you what I did.
Best regards,
Michael
Here are my notes on upgrading the Ganglion with a Mac:
1. Install Arduino in Applications and download OpenBCI_Ganglion_Library from github.
2. In Applications, right-click on Arduino and select Show Package Contents.
3. Place OpenBCI_Ganglion_Library folder in Contents/Java/libraries/ folder.
4. (Still in Arduino Package Contents) Find DefaultGanglion.ino in Contents/Java/libraries/OpenBCI_Ganglion_Library/examples/DefaultGanglion/
5. Double-click on this file and open with Arduino IDE. Delete the quotation marks from this line: #include <"openBCI.Ganglion_Library.h">. Save the revised file.
6. Connect battery and USB adaptor to Ganglion. Turn Ganglion On. Set Arduino for connection to Ganglion.
7. Open DefaultGanglion.ino with the Arduino IDE, compile and download to Ganglion.
8. In serial monitor, type "v" and look for version 1.1.2 to verify download.
Good luck with the upgrade. Please let me know how it works for you,
Best regards,
Michael