Skip to content

Latest commit

 

History

History
49 lines (25 loc) · 1.95 KB

File metadata and controls

49 lines (25 loc) · 1.95 KB

MicroPython example.

Note

This example was tested with NUCLEO-WB55RG board

How to use

nucleo_wb55_Power

  • Install the ExpressLink module on the NUCLEO_WB55 board

  • Use the USB MCU USB port instead of the ST-Link USB port. The one under the reset button

nucleo_wb55_Power

  • Copy and paste the main.py to the NUCLEO_WB55 board

PYBFLAH

  • Open the main.py from the PYBFLAH and Update the AWS Endpoint, Wi-Fi SSID and password

MicroPython_Config

  • Save main.py file

  • Reset the board

  • User a serial terminal to observe the application debug output

MicroPython_Terminal

PublishSensorData

The PublishSensorData.py example reads humidity and temerature from the hts221 sensor mounted on the X-NUCLEO-IKS01A3 and publish to AWS

Requiers the micropython_hts221 library and the X-NUCLEO-IKS01A3

You need to remove the following soldering brideges from the X-NUCLEO-IKS01A3

  • SB38, SB39, SB42, SB43, SB45 and SB47

MicroPython_Terminal