GBOARD and library

Try setting:

Board -> Arduino Duemilanove w/ ATmega328

Your serial port will be something like:

/dev/tty.usbserial-[something]

Can't say for certain on the serial port. I am using an FTDI friend from AdaFruit and am able to upload and run sketches. Haven't got the GSM figured out yet though.

If you do go the FTDI friend route, make sure to reroute the pins. As the assignments are slightly different between the G-Board and the FTDI friend.

Hope this helps.

  • Ben T. Eisemann

hqbeyers:
Hi all,

I am stuck at the first step:

Uploading the Blink example to my new iteadstudio gboard.

The problem is that I have no idea which Board to select from "Tools->Board->" in the Arduino IDE.

So I keep getting the error:
avrdude: stk500_getsync(): not in sync: resp=0x00

I am using a Foca FT232RL Tiny Breakout to connect USB to the Gboard. The Foca is running at 3.3V

Help would be HIGHLY appreciated!!!

Hec