Yesterday I attempted to assemble my Monochron clock kit (v1.1). Everything was going fine (voltage test registered 5.05V, 2-beep test passed) until I tried to hook up the LCD. Now, I have not actually soldered the LCD onto the board, I simply held it in place. The LCD will turn on and I can see the contrast ratio being adjusted but the clock does not actually do anything. I thought that maybe the chip did not come with any firmware on it so I used my FTDI Friend to try and upload the default firmware but no luck. The procedure is as follows:
- Plugged in the power supply to the Monochron board, 1 beep sounds
- Connect the long leads of the FTDI board to the monchron board (see pictures)
- The FTDI board flashes constantly when the USB is NOT plugged in to my PC
- Plug the FTDI USB into my PC
- Execute
- Code: Select all
sudo avrdude -c arduino -p m328p -P /dev/ttyUSB0 -b 57600
And receive a "programmer is not responding" error. The FTDI Friend is indeed registered as /dev/ttyUSB0; I followed the directions
here.
I am not sure what my next step should be. I do have an Arduino Deumilanove (starter kit) if that can assist in troubleshooting?