Resources
Works
Online Documentation
Official Micropython site :
General documentation on MicroPython :
http://docs.micropython.org/en/latest/
Example of using the pyb library; very useful, taking into account the pin differences between the NUCLEO-WB55 and the Pyboard:
http://docs.micropython.org/en/latest/pyboard/quickref.html#general-board-control
STMicroelectronics boards with MicroPyhton firmware :
https://micropython.org/stm32/
Source code of the MicroPython project :
https://github.com/micropython/micropython
Official Pythin 3 site :
Technical Documentation of the NUCLEO-WB55 :
https://www.st.com/en/evaluation-tools/p-nucleo-wb55.html
Documentation of the Android application STBLESensor :
https://github.com/STMicroelectronics/STBlueMS_Android
Ressurces for Python 3 for the embedded (drivers) :
- Libraries and EPS8266 Drivers for MicroPython)
- A comprehensive summary of pilots and libraries for MicroPython
- Libraries and drivers for Adafruit CircuitPython (easily transposable to MicroPython)
- Seeed-Studio grove.py libraries and drivers (for Raspberry Pi mainly)
- Libraries and drivers for the OpenMV board (for MicroPython)