solvaholic / micropython

@solvaholic's MicroPython scripts
MIT License
0 stars 0 forks source link

Switch to MicroPython #5

Closed solvaholic closed 7 months ago

solvaholic commented 8 months ago

This weekend I tried putting MicroPython on one of these Wifi Kit 32 v2, and lost interest in programming these devices with C. I'm finding the workflow more intuitive, the tools more straightforward, and all the code much, much easier to read. So: Switch to MicroPython.

Browse this repository at to_micropython branch, to see work in progress: https://github.com/solvaholic/arduino/tree/to_micropython

### To Do
- [x] Replicate bluetooth and wifi examples in MicroPython
- [x] Delete or update scripts
- [x] Change Arduino to MicroPython in docs
- [x] Rename **solvaholic/arduino** to **solvaholic/micropython**
### Scripts Checklist
- [x] Convert esp32_hello
- [x] Convert web_server
- [x] Convert scan-n-show
- [x] Convert ble_server
- [x] Convert bootstrap.sh
- [x] Convert update.sh
- [x] Replace upload.sh with run.sh
- [x] Delete build.sh