DevHeads IoT Integration Server

DII

DevHeads IoT Integration Server

The DevHeads IoT Integration Server accelerates technology engineering by helping pro devs learn, share and collaborate.

Join

🀝-seeking-collabs

πŸͺ²-firmware-and-baremetal

πŸ“¦-middleware-and-os

πŸ“‘-edge-networking

🟩-pcb-and-analog

πŸ’Ό-jobs

☁-iot-cloud

βœ…-code-review

πŸ””-devheads-feed

πŸ’¬-general-dev-chat

can anyone tell me how to connect my 0V7670 camera to my esp32 wroom 32?

can anyone tell me how to connect my 0V7670 camera to my esp32 wroom 32?

How can I see this debug message in this way any idea anyone?

```cc void SysWriteDebugConsole(const char* s) { asm("mov r0, #0x04\n" // SYS_WRITE0 "mov r1, %[str]\n" "bkpt #0xAB\n"...

What should an entry-level embedded software engineer focus on?

What should an entry level embedded software engineer should look up

Have you tried to make a firmware to implement OTA update?

@Umesh Lokhande Have you tried to make a firmware to implement OTA update?

Why is west not detecting STM32CubeProgrammer after update?

it seems like west cant find the stm32programmer after an update

How can I improve the stability and sensor placement for my line-following robot?

Hey! We built a robot with wheels and we are doing line follower using 3 black/white sensors to detect a black line. We place the sensor in front of the robot The problem is that the robot is a bit too large for the line, making it hard to stay on track. Its movements are also unstable and sometimes veers off.
Do you have tips on stabilizing movement or optimizing sensor placement?...

Can you provide feedback on the clock configuration for the MicroPython board Sp!ne mentioned here?

@Umesh Lokhande @Edison_ngunjiri see a screenshot of the micropython board Sp!ne mentions above. Perhaps you guys can take a look and provide feedback on the clock config?
attachment 0

Help me in implementing fsm in zynq z7000 10

Hello guys im looking for someone to help me in implementing fsm in zynq z7000 10 ?

Why isn’t my printf output showing on the SWV ITM console for STM32F401CDU6?

Good day @everyone I am trying to use the printf and the SWV for stm32f401CDU6 board wrote my code on the stm32cubeIDE (main.c) I have pasted the ITM funtionality code to the syscalls.c and have done the changes needed at the write function...

Can I stream video from the rpi5 running bookworm?

Embedded linux people, Can I stream video from the rpi5 running bookworm? the system knows the camera exists and I can get videos and images. But I cant get the browser to see the camera @MCU, MPU & Firmware Please help if you can

How to Build ARM Firmware Using Bazel?

Hey @araki we need some help from you please, we are also in the same boat you were. We are trying to get arm firmware built using bazel and we can't seem to get that going @undefined.elf is working on this now, could we get some help from you pleae

Is it the right community to newbie like me to learn esp8266 and iot stuff?

Hi everyone, πŸ‘‹ im new here... Is it the right community to newbie like me to learn esp8266 and iot stuff?
attachment 0

Could you guys help me decipher these please

@Ming @32bitSaviour could you guys help me decipher these please ``` flasher@flasher:~ $ dmesg | grep -i imx219 [ 0.064637] platform 3f801000.csi: Fixed dependency cycle(s) with /soc/i2c0mux/i2c@1/imx219@10...

Testing ESP32-CAM

I just got an ESP32-CAM from a friend, but he's not sure if it's working properly. I'm testing it using the Arduino IDE with the example camera code. I’ve wired the ESP32-CAM to an Arduino as the programmer. The code uploads successfully, but I gett this error in the serial monitor:
E (396) quad_psram: PSRAM ID read error 0xffffffff, PSRAM chip not found or not supported
E (396) quad_psram: PSRAM ID read error 0xffffffff, PSRAM chip not found or not supported
...

Does anyone work on caravel board, which is based on RISC V Architecture?

Does anyone work on caravel board, which is based on RISC V Architecture. It's provided by efabless.

Anyone using any tft display with capacitive touch?

Anyone using any tft display with capacitive touch?

any good resources for getting started with the DCMI on stm32s?

hey there, any good resources for getting started with the DCMI on stm32s? got an ov7670 here

How to Optimize Energy Calculations for STM32 Energy Meter Without Overloading Interrupts?

Hello team, so I have been working on an energy meter for some time using stm32f103c8t6 as my controller, zmct103 current transformer for measuring AC current and then using LM324 op-amp in differential mode to measure ac voltage. I have been able to get data with ac load, but my readings(adc readings) and calculations(energy calculation) are done inside interupt. I know the interrupt is meant to be short, is there a better way to handle calculations? I will appreciate your insights. here is t...

Anyone who's done Embedded CI/CD

Anyone who's done Embedded CI/CD I'm trying to plan the architecture for a project I'm working on a console I'm building on an ESP32-S3 Would love to see how you've set it up before....

Anyone who used FreeRTOS before can suggest me a good documentation for it

Anyone who used FreeRTOS before can suggest me a good documentation for it
Next