Sensors is a repo containing all the related code for the "Dance Dance" wearable unit for the Bluno Beetle V1.1.
- Bluno Beetle V1.1
- GY-521 MPU6050 IMU Motion Sensor
- SEN-13723 MyoWare Muscle Sensor
- Arduino IDE
- pySerial
- Any other requirements needed from the Arduino-Makefile
- Modify the Makefiles based on the Arduino-Makefile README, but don't commit the changed configurations.
- Run
make
in thesrc/
directory to compile the code inmain.ino
- Connect the device to the computer's ports
- run
make upload
to upload the code to the board.
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.