I am using an STM32 Nucleo-F446RE with the Ethernet Wiznet W5500 via SPI. The SPI is configured as Master, CPOL = Low, CPHA = 1st Edge, 8-bit data, BaudRatePrescaler = […]
I’m working with the STM32 Nucleo L476RG board and the X-Nucleo IDB05A1 expansion board to develop Bluetooth Low Energy applications. My development environment is Keil uVision5, and I’ve successfully built […]
It has been a while since I created a public GitHub repo, but this topic deserves a proper explanation. I was helping a customer solve that specific issue and decided […]
Hi guys on an ESP32 using TensorFlow Lite for Microcontrollers, I encounter the error `RuntimeError: Failed to run model at node 13 with status 1` during inference, often with longer […]
Please who has connected to AWS iot core using A7670E specifically?? I’m facing +CMQTTCONNECT: 0,34 error AT+CMQTTCONNECT=0,”tcp://xxxxx:8883″,60,1 +CMQTTCONNECT: 0,34
when i try to add a bulb to home assistant i get this error message Connection to device succeeded but no datapoints found, please try again. Create a new issue […]
I have been wrestling with a persistent segmentation fault in a multi-threaded C++ program running on a cluster of AMD Barcelona CPUs Linux/x86_64. The code causing the crashes is a […]
Hey guys, a friend of mine is currently working on AT91SAM9M10-EKES. The Code registers IRQ for 2 GPIO pins (PA20 & PA21) but only receives 22/26 expected interrupts (random). Could […]
Hey guys, I’m still having issues trying to log temperature data from the MCP9808 sensor to an SD card using an ATmega2560 and Zephyr OS, how can I resolve the […]