https://github.com/rhumbertgz/mbit-keynote
Control your Keynote presentation using the buttons of your micro:bit
https://github.com/rhumbertgz/mbit-keynote
keynote microbit
Last synced: 13 days ago
JSON representation
Control your Keynote presentation using the buttons of your micro:bit
- Host: GitHub
- URL: https://github.com/rhumbertgz/mbit-keynote
- Owner: rhumbertgz
- License: mit
- Created: 2017-02-24T18:14:53.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-25T15:22:35.000Z (over 8 years ago)
- Last Synced: 2025-03-12T17:25:37.127Z (7 months ago)
- Topics: keynote, microbit
- Language: JavaScript
- Homepage:
- Size: 188 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# mbit-keynote
Control your Keynote presentation using the buttons of your micro:bit.## Prerequisites
Flashing micro:bit firmware
1. Save hex file from [firmware folder](firmware/) to computer.
1. Connect micro:bit to computer using USB cable.
1. Copy hex file to micro:bit disk drive.
1. Calibrate magnetometer, by rotating micro:bit around in a circle.## Usage
* Install module dependencies
```
npm install
```* Run in a terminal
```
node index.js
```* Control your presentation using the buttons.
1. Button A - shows previous slide.
1. Button B - starts the presentation, and shows next slide.