Hello, i am trying to integrate ethernet with NRf’s boards on Nordic connect sdk 4.2 and there are so many build related problems i am encountering. If someone has experience […]
any suggestions for learning parallel TFT interface from scratch?
In my spare time I am learning Zephyr RTOS and working on a “portfolio project”. These are the repositories in which I am working on: https://github.com/silvio-vallorani/zephyr_container https://github.com/silvio-vallorani/zephyr_devcontainer Atm I trying […]
Hello, I’m an electronics and systems engineer. I’m currently working on the development of a system to control internal combustion engines for dual-fuel operation.
I’ve problem that USB serial cannot detected on device manager. The message is “USB\DEVICE_DESCRIPTOR_FAILURE”. Did everyone here experience the same problem when connecting MKR device for the first time. Please […]
Good day devs, I tried integrating a SIM800 module with FreeRTOS for a small start up. I plan to use HAL_UART functions with a timeout mechanism for UART communication, but […]
How do I set up and establish communication between the ESP32 and the R307 fingerprint sensor, ensuring that the sensor can be recognized and initialized by the ESP32? My aim […]
I’m programming an STM32 NUCLEO-F207ZG board and trying to output a PWM signal on pin PE_9 (D6) to drive an LED. I’m using low-level register programming (no HAL/LL drivers). However, […]
I currently face a situation where I have to use Google Test for C-Code. So I am not really able to use gmock to mock C-modules. What I want to […]