https://github.com/hakobe/microbit-ble-control-move
micro:bit with :MOVE mini buggy kit controlling sample via BLE
https://github.com/hakobe/microbit-ble-control-move
microbit
Last synced: 10 months ago
JSON representation
micro:bit with :MOVE mini buggy kit controlling sample via BLE
- Host: GitHub
- URL: https://github.com/hakobe/microbit-ble-control-move
- Owner: hakobe
- Created: 2018-01-11T12:17:45.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-11T12:18:46.000Z (over 8 years ago)
- Last Synced: 2025-05-14T20:12:00.307Z (about 1 year ago)
- Topics: microbit
- Language: JavaScript
- Size: 39.1 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# micro:bit with :MOVE mini buggy kit controlling sample via BLE
Controls [:MOVE mini buggy kit](https://www.kitronik.co.uk/5624-move-mini-buggy-kit-excl-microbit.html) which uses [micro:bit](http://microbit.org/).
## firmware
+ Goto https://makecode.microbit.org/
+ Select JavaScript mode
+ Paste code in `firmware.js`
+ Download a hex file
+ Flash the hex file to your micro:bit
## controlling script
+ Install `node` and `yarn`
+ Run `yarn` to install dependencies
+ Turn on and start micro:bit
+ Run `node dist/index.js`
+ Input commands to the prompt shown and control buggy!
- `l` to turn left
- `r` to turn right
- other key to go straight
## License
MIT