Launch
button under STM32 to get started. SHT2X
Temperature and Humidity Sensor by selecting them from the list of available components. Finally, review that the name for the project and the selected sensors are correct and click on the Launch
button. Open
button will be visible. Click on this button to open and start working with our STM32. Open
. On the left side, we have the code editor window along with the terminal at the bottom. On the right side, we have our STM32 Nucleo board with a terminal for interacting with the board and the SHT2X sensor. /workspace
Type the following commands in the terminal:src
folder. To view any of these files just click on it to open it in our IDE..pio/build/nucleo_f411re
to /workspace
. Usually you would need to use the cp
command, but we have created a custom command called load-firmware
for ease of use. Just write the following command and the firmware.bin file will be copied to the workspace folder.