I bought an Arduino FIO to build a bGeigieNano, it requires Flash Firmware to work.
Unfortunately, I cannot access the FIO from my PC using FTDI TTL-232R-3V3 cable.
I tried to reset the board and it didn’t change anything.
The board is turned off and connected to TTL-232R-3V3.
After plugging in the USB port, the red led between D13 and A7 will blink 10 times.
I can confirm the usb cable is aliased as COM4 port but I cannot flash firmware by Xloader.
Even the Arduino IDE cannot recognize or connect to the board.
I also try to work through in CLI with latest avrdude by the following command.
avrdude -c arduino -P com4 -p m328p -v
It return
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0xfa
avrdude -c ttl232r -p m328p -v
It return
avrdude said Device is not responding to program enable.
Either of those commands cannot connect the board.
At first, I thought it was the USB cable issue. I bought a FTDI Basic Breakout - 3.3V and came up with the same result.
I am a newbie to Arduino, I don’t even know where the problem is.
Please give me some advice.
Arduino FIO - https://www.sparkfun.com/products/10116
bGeigieNano - How to Update the Firmware · Safecast/bGeigieNanoKit Wiki · GitHub