Loading...
 

Zephyr project on STM32

   Zephyr Workbench, a VSCode extension to manage Zephyr on STM32.
It enables users to easily create, develop, and debug Zephyr applications.
Main features:
  • Install host dependencies.
  • Import toolchain and SDK.
  • Create, configure, build and manage apps.
  • Debug STM32.
You can directly download it from the VSCode marketplace
For more details, visit the Zephyr Workbench

System Workbench for STM32


DS18B20 sensors data not appearing

I have two DS18B20Question connected through 1-wire, I can see data coming from them on SSH ls -l /sys/bus/w1/devices/ and they’re registered inside my code, addresses are visible. However, data isn’t appearing in the dashboard, any clue why is that?