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

Is it possible to do ota update with mqtt in esp32 ?

Is it possible to do ota update with mqtt in esp32 ? Send all the firmware not the download link of the firmware thanks.

I'm looking for sim7600 alternative?

Team i'm looking for sim7600 alternative? I don't want simcop modules, i'm looking for 4g connectivity with GPS

Has anyone recorded I2S microphone data and sent it through MQTT or BLE using ESP32?

hi team, Has anyone recorded I2S microphone data and sent it through MQTT or BLE using ESP32?

Has anyone already used the MQTT protocol with an ESP32 for external access to the local network?

Hi! Has anyone already used the MQTT protocol with an ESP32 for external access to the local network? Is there any documentation available to set up such a system or a tutorial?

What is the maximum data size that can be sent using MQTT on an ESP32, and is this task blocking?

Hi team, What is the maximum data size that can be sent using MQTT on an ESP32, and is this task blocking?

Ask a Developer: Understanding MQTT Topic Structures

MQTT is one of the most popular IoT communications protocols for wireless sensor networks. Its publish-subscribe architecture can streamline, simplify, and scale the creation and provisioning of potentially massive edge networks—if you structure the pubsub technology appropriately from the start. In his time at AWS IoT, consultant and DevHeads cloud and networking expert Lukasz Malinowski gained a mountain of experience working with large-scale IoT deployments. He also and learned how to build MQTT networks for extensibility from the ground up. On this DevHeads Demo, Lukasz outlines key concepts for understanding and properly structuring MQTT topics in a Roblox environment to explain what it takes to ensure the success of your IoT deployment long term. Jump in and see for yourself....

How to connect Siemens LOGO SPS to the internet using a 4G modem?

Can anyone suggest how to connect Siemens LOGO SPS to the internet using a 4G modem? Any suggestions are very appreciated!

I need a guide on how to select the right gateway for my lorawan product.

I need a guide on how to select the right gateway for my lorawan product. Am Designing a Lora based device using the STM32WL family series. Stm32 Lora SoC, I need help in gateway selection process. For now I just need a little gateway I can use to prototype the product. @Edge Networking @PCB & Analog

The feature of Request/Response in MQTT version 5

hello, in MQTT version 5 the Request/Response feature , Could you clarify whether is the publisher, after initiating a request, receives a response from the subscriber? and could you provide a basic code example for both the publisher and subscriber to test it and add it to my code

Design Recommendations for Bluetooth Low Energy (BLE) in Wearable Device Data Streaming

Are there any challenges or limitations in using Bluetooth Low Energy (BLE) for continuous data streaming in a wearable device???

LoraWan Network

How can you optimize the scalability and capacity of a LoRaWAN network to accommodate a large number of devices in a dense urban environment?

MIMO technology!

Hello team, Can anyone of you please explain to me about MIMO technology!...
Solution:
This is quite an amazing technology. I first heard about this from my uncle who works at Continental automotive and then saw one team at BOSCH running some tests with demo car and crashes. This is automotive use case. Generally, MIMO is a type of RF technology expanded as Multiple Input, Multiple Output which only means that instead of one Tx and Rx, there is an array of it. I have seen one time a 64x64 array of patch antennas....

Implement edge computing in a battery-powered IoT device with limited resources

Morning everyone ! Is it feasible to implement edge computing in a battery-powered IoT device with limited resources? What are the trade-offs and potential challenges in offloading computation to the edge?
Solution:
Edge computing provides the following benefits: * Real-time local data processing enables immediate actions even without connectivity with the backend system. * Pre-processing and analyzing data before sending it to the backend system to reduce the payload size and communication frequency (resulting in lower cost and potential battery saving). * In case of connectivity issues, the device can locally store messages and transmit them once it is back online (you won't lose telemetry data during a network outage). ...

How to connect the node red dashboard to the MTQQ dashboard app ?

Im working on an IIOT automation project with rapsberry pi I cant seem to understand how to connect the node red dashboard to the MTQQ dashboard app...

What is the maximum number of nodes one ZigBee endpoint can communicate to?

I am currently digging into ZigBee and the following question came to my mind: What is the maximum number of nodes one ZigBee endpoint can communicate to?

Generic Modbus RTU Function Subset Implementation on Microcontroller

Hi ! I have created an open source C Library for Modbus RTU Function Subset for all those who are in Automation industries. I believe in always giving back to the community. Here is the blog of implementation of Library in TI Stellaris Board : https://www.embverse.com/blogs/ti-stellaris-launchpad-modbus-rtu-function-subset-implementation and Here is the Github project for the same : https://github.com/ieeetinu/embverse/tree/main/Modbus_RTU_TI_SL_v0 This C Library can be used in other microcontro...

Implementing LoRaWAN for long-range communication in a low-power IoT sensor network

Hi Has anyone successfully implemented LoRaWAN for long-range communication in a low-power IoT sensor network? I'm curious about the practical challenges and recommended configurations

Streaming a video over MQTT protocol

Is streaming a video over MQTT protocol feasible for Camera based application? Would like to know if someone tried sending a video to the server.

WiFiManager Integration in ESP32

Hi all, I have an ESP32 receiving information from another ESP32 equipped with sensors. Below is the code for the receiving ESP: ```C++ #include <WiFi.h> #include <ESPAsyncWebServer.h>...

i am looking for lora gateway with multiple nodes project

are there any resources which are available to learn