It started off as me just wanting to play with an Arduino while repurposing some old .NET Gadgeteer hardware I had laying around the house. It turned into quite a bit more than that over the months that I worked on it. Hopefully the source code will help someone interested in replicating the success I had with my project with their own. Happy coding!
Branch | Status |
---|---|
master |
Because this project requires the use of symbolic links, you will need to use the command line to clone the repository. Visual Studio Code can do it, but it does not permit symbolic links by default.
git clone -c core.symlinks=true
These are the boards and hardware being used by the project:
- Adafruit Feather M4 Express - Mainboard sketch
- Adafruit Micro SD SPI or SDIO Card Breakout Board
- Tactile Button Switch (6mm square, 5mm tall)
- Pololu Dual G2 High-Power Motor Driver 18v18 Shield for Arduino
- Pololu G2 High-Power Motor Driver 18v17
- Pololu 5V, 500mA Step-Down Voltage Regulator
- Adafruit Feather nRF52840 Express - Bluetooth sketch
- MaxAmps LiPo 3250 3S 11.1v Battery Pack
If you wish to use the Bluetooth connectivity included with this device, please see the Wiki page.