0c2ff15b92
This pr is auto merged as it contains a mandatory file and is opened for more than 10 days. |
||
---|---|---|
.gitignore | ||
LICENSE | ||
README.md | ||
SECURITY.md | ||
morse_code.py |
README.md
Introduction
Microcontroller code for Microsoft Hacking STEM Harnessing Electricity to Communicate lesson plan adapted for micro:bit
Getting Started
- Download lesson assets at https://www.microsoft.com/en-us/education/education-workshop/telegraph.aspx
- Build your Telegraph! and attach your Speaker!
- Use uflash and nudatus to flash code to micro:bit microcontroller (See Flashing Controller)
- Verify data interactions in Excel
- Ready, Set, Science!
Flashing Controller:
Microbit has a very limited amount of space for code, to flash this program you will need to "minimize" it, which strips out extraneous stuff (like comments). We recommend using nudatus to minimize and uflash to flash.
Get uflash
pip install uflash
Get nudatus
pip install nudatus
Minimize Code
nudatus morse_code.py morse_code.minified.py
Flash Code
uflash morse_code.minified.py
Microsoft Data Streamer Resources
Make it your own!
This project is licensed under the MIT open source license, see License. The MIT license allows you to take this project and make awesome things with it! MIT is a very permissive license, but does require you include license and copyright from LICENSE in any derivative work for sake of attribution.
Fork away! Let us know what you build!