Resources

Works

MicroPython et Pyboard, Python sur microcontrôleur : de la prise en main à l’utilisation avancée (Editions ENI)

Online Documentation

Official Micropython site :

https://micropython.org/

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 :

https://www.python.org/

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) :