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

For Anyone Interested in the RPi Yocto Project

@ZacckOsiemo (and anyone else interested in a RPi Yocto Project) Yes, the Pi is supported by the Yocto Project. You need to include the meta-raspberry-pi layer from https://git.yoctoproject.org/meta-raspberrypi In your local.conf file, set the MACHINE variable to to one of the machines listed in meta-raspberry-pi/conf/machine
I would then also highly recommend enableing the UART by adding the following line to local.conf...

Is Yocto just a better way to manage embedded Linux builds, avoiding countless scripts?

@32bitSaviour @Ming Is yocto just westbut for embedded linux. As in does this just help me keep a handle on my builds rather than a million scripts?

in LVGL, how do we add a style on arc's indicator part?

Hey guys, in LVGL, how do we add a style on arc's indicator part?...

Did you hear about RDNIS being removed from the Linux kernel? Thoughts?

have you heard the recent news RDNIS will get removed from linux kernel...

Have you worked with Renesas Synergy and ThreadX RTOS?

Hi, @ZacckOsiemo @Umesh Lokhande @techielew have you got a chance to work on Renesas synergy with ThreadX rtos...

How can I make video streaming and robot control work smoothly together in my Flask project?

i am doing project using Flask where I’m streaming video to a website and also have a buttons iicons to control a robot (left and right up and down ..). Both the video streaming and the button works on their own, but I’m struggling to get them to run smoothly together. I need the video stream to stay continuous and responsive while still being able to control the robot without any hiccups , any body have ideas how to do that ?

Has anyone tried using the ESP32-CAM driver with ESP-IDF?

Has anyone tried using the ESP32-CAM driver with ESP-IDF? I'm facing an issue where I can't build the project, and I'm unable to access menuconfig. When I try the command idf.py menuconfig, it takes me to the Python file instead of the menu. I have run both export.bat and export.sh but still face the issue....

How to Enable and Troubleshoot Audio Functionality on STM32MP175F Using Buildroot?

I am building an OS for my STM32MP175F dk2 board using Buildroot. The audio sound card is recognized in U-Boot boot messages and alsamixer, but /proc/asound/cards does not list the sound card, and I cannot play or record audio. I intend to use headphones as both input (microphone) and output (speaker) for voice calls between boards. What configurations and packages should I enable in Buildroot to ensure audio functionality? How can I verify and troubleshoot the audio setup to ensure proper operation during voice calls?...

Does Linux Have a Maximum Buffer Size for Serial on Embedded Systems?

hey @melta101 are you aware if Linux has had a set maximum buffer size for serial?

Zephyr and userspace

Hi guys, using zephyr rtos, someone know the best way to toggle a gpio pin, from a thdead that runs in user mode? Thank you very much!...

can you show me a rudimentary hardware driver in linux?

@melta101 or @32bitSaviour can either of you show me a rudimentary hardware driver in linux? How much of it is config and how much of it is code?

I'm encountering an issue with Zephyr SDK

Hi everyone, I'm encountering an issue with Zephyr SDK this is the error CMake Error at C:/Users/CLIENT/source/repos/zephir/zephyrproject/zephyr/cmake/modules/FindHostTools.cmake:104 (include): include could not find requested file: C:/Users/CLIENT/source/repos/zephir/zephyrproject/zephyr/cmake/toolchain/gnu/generic.cmake CMake Error at C:/Users/CLIENT/source/repos/zephir/zephyrproject/zephyr/cmake/modules/extensions.cmake:4519 (message):...

Has anyone used TensorFlow Lite Micro with STM32 project recently?

Has anyone used TensorFlow Lite Micro with STM32 project recently? I am trying to do it on my own but I don't even know what to build and include in my project.There is no good documentation or tutorials for it.

I have a BBB, How do i change the build-in bus driver to a module?

Hello Guys, I have a BBB, How do i change the build-in bus driver to a module?...

Has anybody ever tried to build a project using Bazel? any comments?

has anybody ever tried to build a project using Bazel? any comments?

Does anyone have a good study plan or resources to get started with embedded Linux

Does anyone have a good study plan or resources to get started with embedded Linux. I want something that will take me down the rabbit hole. Which of the dev. board would you suggest too?...

How to Configure DTS and Struct for SPI Controller Driver with Child Nodes in Zephyr?

Hello Guys, I am developing a SPI Controller Driver for TI processors for Zephyr, I have a doubt on how do i set the Dts to look like? ideally it should like this if we include soc.dtsi, board.dts, overlay.dts...

Does anyone have ideas or suggestions for resolving this error?

Hi everyone, I'm trying to clone the Zephyr repository, but I'm encountering the following error: ```plaintext Cloning into 'zephyrproject'... remote: Enumerating objects: 1150419, done....

First Contributions to Zephyr Approved for v4.1.0 – Happy to Chat About Testing and Development!

Hey @here. Happy to announce that I have managed to complete my first contributions(s) to Zephyr and most of them have been approved and marked for v4.1.0. It was a lot of learning around the Zephyr POSIX architecture, but seeing things actually go through is amazing. If you wanna talk testing or zephyr, I happy to chat. All the issue are linked in this main issue https://github.com/zephyrproject-rtos/zephyr/issues/79454...

How to Detect and Track Eggs Passing a Specific Checkpoint in a Conveyor Belt Setup?

Hey everyone! I was working on my egg-counting project, and it’s going really well so far! Now, I want to detect only the eggs that pass a specific checkpoint on a conveyor belt, rather than detecting all the eggs in the scene. Any suggestions on how to set this up? Maybe something to help track just the eggs as they pass a certain point?...
Next