https://github.com/jabraham17/beepboop
https://github.com/jabraham17/beepboop
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jabraham17/beepboop
- Owner: jabraham17
- Created: 2021-03-18T21:13:05.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-04-14T06:01:03.000Z (about 4 years ago)
- Last Synced: 2025-02-06T06:27:24.792Z (4 months ago)
- Language: C++
- Size: 28.3 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# BeepBoop Project
## Requirements
Uses [this](https://github.com/sudar/Arduino-Makefile) project to allow for Makefile building. This requires the Arduino IDE to be installed, but once installed the user does not need to open it.
### Mac Quick Install
```
brew tap sudar/arduino-mk
brew install arduino-mk
python3 -m pip install pyserial
```You may need to update the Makefile for your system, modify the necessary variables.
## Building
To build and check that the code compiles, run `make`. To upload to the board, run `make upload`.
NOTE: ensure the bluetooth module is NOT connected when uploading, otherwise it will fail. Nothing can be connected to the Tx/Rx pins.
## Resources
- [Main Wiki Page For Kit](https://www.uctronics.com/wiki/K0072)
- [Library for Kit and Examples](https://github.com/UCTRONICS/Smart-Robot-Car-Arduino)
- [Makefile reference](https://github.com/sudar/Arduino-Makefile)