Hey all,
I’m brand new with this, so bear with me. I’m trying to create an audio player that would immediately start an audio file at powerup, and loop the file indefinitely.
I’ve got my PapaSoundie and my FTDI board working together, and both have power. They are recognized by the Arduino software.
When I go to Tools>Get Board Info, I get the following response:
BN: Unknown board
VID: 0403
PID: 6001
SN: Upload any sketch to obtain it
When I try to upload the example sketch from the PapaSoundie page, I get the following:
Sketch uses 2724 bytes (8%) of program storage space. Maximum is 30720 bytes.
Global variables use 212 bytes (10%) of dynamic memory, leaving 1836 bytes for local variables. Maximum is 2048 bytes.
avrdude: stk500_recv(): programmer is not responding
avrdude: stk500_getsync() attempt 1 of 10: not in sync: resp=0x00
It runs through 10 attempts and fails out. I’ve read online to try unplugging everything and plugging it back in which I’ve done to no avail. I’ve rebooted the computer and I’ve tried a different USB cable, but neither of those options have worked either.
I know the USB connection is functioning, because I can see the FTDI on my iMac’s System Information>USB device manager (plus the PapaSoundie red LEDs are lighting up that say “VLSI RDY” and “RDY” from USB bus power).
I can see that I have power to the board from the USB cable plugged in, but do I also need to supply 3.3v from a walwart power supply? I can’t imagine I do, because I can see the board is getting power via the LEDs being lit, but maybe I’m wrong? If that’s the case, would a 3.3v/1amp center positive power supply suffice? And would it connect to the GND and VIN through holes at the top right of the board (upper right from where the board says “PapaSoundie”?
I know I’m choosing the right port because if I choose the only other USBSerial Port, when I click “Get Board Info” it returns an error. Additionally, the FTDI serial number matches the port that is selected, and it’s the only port that has that serial number in its name.
I’ve also gone down the list and chosen every programmer option to see if a different programmer would work, but the only two that don’t error out immediately are AVRISP and AVRISP mkII.
Not totally sure where to go from here, but once I get this sorted out, I’ll probably be buying and putting together like 50 of these, so it would be huge for me to be able to resolve this.
Any help would be greatly appreciated!
Thanks,
Dan