Hi.
I may be old but I'm willing to learn if somebody could walk me through how to add a sketch to my Arduino nano v3 board. Been trying to get my head around it but my brain just goes nope...lol.
The sketch/program is for my SCX Digital slot car set to run an app to connect it to my pc so my kids can have more fun with the set.
If been given links with 2 options to make it work but for the life of me, I couldn't.
1st is the precompiled version. with the comment- set up for the PD2 pin. Upload it to Arduino using the following command (some options can be different on different host operating systems, of course):
avrdude -patmega328p -c arduino -P /dev/ttyUSB0 -b 57600 -U flash:w:scxreader.hex:i
2nd being the source code. with the comment- compile it, and upload it to Arduino:
cd scxreader
make
make program_flash
I have the Arduino software on my computer ready to go and running win 11 pro, but that's as far as I'm able to figure out. I don't know what one to click on or where in the links or the app.
I've done all the wiring and stuff to the track (the easy part) and now it's ready for the Arduino to be programed and hidden inside the control box.
Someone's patience and help would be very appreciated in directing me.
Jono