https://github.com/meqdaddev/microbit-cave
BBC micro:bit with microPython examples.
https://github.com/meqdaddev/microbit-cave
Last synced: over 1 year ago
JSON representation
BBC micro:bit with microPython examples.
- Host: GitHub
- URL: https://github.com/meqdaddev/microbit-cave
- Owner: MeqdadDev
- License: mit
- Created: 2022-06-05T11:18:31.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2024-04-29T06:49:50.000Z (about 2 years ago)
- Last Synced: 2024-10-12T11:15:10.979Z (over 1 year ago)
- Language: Python
- Size: 118 KB
- Stars: 6
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BBC micro:bit with MicroPython


Projects, code examples and modules for BBC micro:bit with MicroPython.
Upload projects are tested on BBC micro:bit v2.
## Uploaded Projects
Table of Contents
-
micro:bit only
- Display Text on LED Matrix
- Display Built-in Images
- Display DIY Images
- Radio Messaging: Sender
- Radio Messaging: Receiver
- Light Sensor (built-in)
- Random Activity: Dice
- Random Activity: Challenges
- Data Logging
- micro:bit Serial Communication
-
Tools with micro:bit
- LED and Buzzer
- OLED Screen (ssd1306)
- PIR Sensor (Motion Detection)
- Ultrasonic Sensor
- Servo Motor
- DHT11 Sensor
- IR Receiver (for Remote Control)
## Next Projects
- [x] IR Receiver (for Remote Control)
- [x] micro:bit Serial Communication
- [x] DHT11 Sensor
- [x] Data Logging
- [x] Random Library Activities
- [x] Light Sensor (built-in)
- [x] Servo Motor
- [x] PIR Sensor
- [x] OLED Screen
- [x] LED/Buzzer
- [x] Display String on LED Matrix
- [x] Display Built-in/DIY Images
- [x] Radio Messaging
- [x] Sender
- [x] Receiver
- [ ] Soil Moisture Sensor
- [ ] LDR Sensor
- [ ] Linear Potentiometer
- [ ] Touch Sensor
- [ ] Collision Sensor
- [ ] Switch Sensor
- [ ] DC Motor
And more fun projects.
## Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
For new projects/examples, please make sure you've tested your code in real environment. And to avoid duplications, please take a sneak peek on the uploaded projects before making your PR.
## License
[MIT](https://choosealicense.com/licenses/mit/)