Become a leader in the IoT community!
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Join our community of embedded and IoT practitioners to contribute experience, learn new skills and collaborate with other developers with complementary skillsets.
Hi everyone, I’m encountering an issue with Zephyr SDK this is the error CMake Error at C:/Users/CLIENT/source/repos/zephir/zephyrproject/zephyr/cmake/modules/FindHostTools.cmake:104 (include): include could not find requested file: C:/Users/CLIENT/source/repos/zephir/zephyrproject/zephyr/cmake/toolchain/gnu/generic.cmake CMake Error at C:/Users/CLIENT/source/repos/zephir/zephyrproject/zephyr/cmake/modules/extensions.cmake:4519 (message): […]
@melta101 or @32bitwidesaviour can either of you show me a rudimentary hardware driver in linux? How much of it is config and how much of it is code?
hey @melta101 are you aware if Linux has had a set maximum buffer size for serial?
I am building an OS for my STM32MP175F dk2 board using Buildroot. The audio sound card is recognized in U-Boot boot messages and alsamixer, but /proc/asound/cards does not list the […]
Has anyone tried using the ESP32-CAM driver with ESP-IDF? I’m facing an issue where I can’t build the project, and I’m unable to access menuconfig. When I try the command […]
i am doing project using Flask where I’m streaming video to a website and also have a buttons iicons to control a robot (left and right up and down ..). […]
Hi guys, using zephyr rtos, someone know the best way to toggle a gpio pin, from a thdead that runs in user mode? Thank you very much!
hello ! I am working with grid maps, representing an environment in terms of 2D or 3D cells that store values and can be plotted to create a map of […]
I am trying to exchange data between MS Excel (using VBA) and my STM32 Nucleo board via a serial line (virtual COM port). I am using the Microsoft Datastream add-in, […]