DevHeads IoT Integration Server
The DevHeads IoT Integration Server accelerates technology engineering by helping pro devs learn, share and collaborate.
JoinDevHeads IoT Integration Server
The DevHeads IoT Integration Server accelerates technology engineering by helping pro devs learn, share and collaborate.
Joinseeking-collabs
firmware-and-baremetal
middleware-and-os
edge-networking
pcb-and-analog
jobs
iot-cloud
code-review
devheads-feed
general-dev-chat
What is the name of this 10 pin connector ?
I need a MicroPython firmware for the ESP32-S2 AI Thinker CAM
How can I read data from an I2C temperature sensor (TMP102) using an STM32 microcontroller?
Failed to read from the I2C bus: Remote I/O error
despite confirming that the sensor is powered and the I2C connections are correctly set up. Here is my current code snippet, which attempts to read 10 bytes of data from the sensor:
```c
char buffer[10];
if (read(file, buffer, 10) != 10) {...Why Doesn't Intel Expose the Internal RISC Core to Programmers?
How should I configure the ADC on my STM32F407VG to properly acquire data from an LM35?
Would you recommend buying an authentic STLink over a Chinese STLink V2?
Is it normal that I can't upload code when my W5100 Ethernet Shield is on my Arduino Uno?
Seeking Feedback and Suggestions on Custom ESC Design for Drone Integration
How to delay() easily when you don't have delay()?
Does anyone know if there are any special steps to using SPI1 on the STM32F407-DISC1 board?
I want to update/flash the firmware on an STM32G4 using another ESP32 microcontroller over I2C.
What specific considerations should I take into account when selecting an STM32F4 variant?
How to Apply FSMs for Control Flow in Cryptographic IP Design on FPGA?
trying to code a stm32 board and receiving this error how to fix it - Target no device found
Seeking open-source project without ST HAL for learning low-level drivers & best practices.
How to Implement PID Control on STM32F4 to Maintain 1500 RPM for an ECU?
Can you give me good snippet of code for AT commands resender?
Whatโs the best option if I need a GUI? Anything for IPad?
How to Implement OTA Updates for ESP32 with FreeRTOS on Google Cloud IoT Core?
over the air
(OTA) firmware update of an ESP32 microcontroller running FreeRTOS and connect it to Google Cloud IoT Core for data monitoring, please i would need any form of guidance i can get i.e code examples or documentation and suggested libraries that can aid me in OTA updates for ESP32 with FreeRTOS...utilize a microcontroller's GPIO pins to control peripheral devices in an IoT embedded software in C