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 […]
I’m working on a project to control a display using an 8-bit parallel RGB interface with the Nucleo-F411RE, requiring a 1 MHz PCLK. Since the STM32F411RE lacks LTDC peripherals, I […]
How do i optimize and deploy a deep learning model on an ESP32? still based on my project image recognition system that can analyze images of tissue samples, identify malignancies, […]
I’m working on a project to build a storage system for electronic components where its kept inrack’s drawer. Inspired by the FindyBot3000, I aim to create a typed search interface […]
Hi, I’m building a weather station using Arduino to measure temperature, humidity, and atmospheric pressure. Now, I want to take it a step further and establish IoT connectivity to transmit […]
In case you missed it, AWS will discontinue the IoT Fleet Hub. Does it matter? It is hard to say. I always perceived that service as a bit limited and […]
Hey @MCU, MPU & Firmware @Helper Guys, i have a slight logic problem, So i built a BLE HID device using zephyr which tags input from a console and send […]
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 […]
Hello, I am trying to interface a BME280 sensor with a Raspberry Pi Pico using MicroPython over I2C to monitor environmental conditions such as temperature, humidity, and pressure. However, I […]