The repo contains all the firmware codes for the project and instructions on how to load them to the hardware
- Set up the IDE, for this application you will need to down the Arduino ide here if you don't have it already installed for your distributions
- Once downloaded and proceed to the next instructions
- Download all the files on the
Code
🔽 on this platform, In your downloads you will get the a folder 📁relay_logic_firmware -master
this will have all the codes and related libraries.
- Do this on older version of arduino particularly version 1.6.0 grab the software here
- Once you have the setup to burn the bootloader please follow this tutorial here
- You need to have a functional Arduino Nano with you - just buy one locally as it's used in the process of bootloading
You can buy the USBASP from here 🔗 buy usbasp or here :link: buy usbasp
- Insert the ISP programmer cable socket onto ISP header. ...
- Open Arduino IDE software. ...
- Next, call out the source code. ...
- Select “USBasp” from the Tools > Programmer menu.
- Select “Upload using Programmer” from the File menu.
You can also explore more from the following tutorial 🔗How to Use USBasp Programmer with Arduino Boards
- To see the serial data as sent or received from either of the boards we can use the FTDI programmer or any USB to TTL converter so that you can have access to a serial port. Check out the headers on the board for uart communications