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

object detection with raspberry pi

Hi , Myself Dileep , can anyone provide me with information or video content on object detection and segmentation using raspberry pi 4 model B with USB camera ... mainly for trash detection

emg sensor with esp32

Currently, I am working on a project to transfer data from an EMG sensor using an ESP32 to a computer wirelessly. I will use the Wi-Fi available on the ESP32. I have three ESPs, two of which will be used as slaves and one as a master to collect data from them. Then, I will send this data to the computer. Additionally, after receiving this data on the computer, I can process and display it in Excel or plot it I think this is long and unprofessional way to do it ... Am i right... And can u segest other ways to do so...
Solution:
@wafa_ath Use ESP-NOW protocol for fast and low-latency communication between the ESP32s, One ESP32 can act as the master to collect data from the other two and then send the collected data to the computer over, then Implement a TCP or UDP server on the computer and have the master ESP32 send the collected data directly to the server....

esp32 on a VPN

I am trying to connect esp32 as a VPN client . Anybody has done that before?
Solution:
it's great that u successfully done it with openwrt , and using openvpn IoT Devices is a great way to securely manage and access them remotely , can u specify the iot devices that u are using (whether they have the capability to run an OpenVPN client or support VPN connections)

Can I use the Logicrom SDK to program a Neoway58 in PlatformIO or Arduino?

@MCU, MPU & Firmware Has anyone used logicrom's sdk for the Neoway58 with platformio / arduino successfully ? Looking for some help here

between mqtt and Coap

Hello #edge-networking am developing a smart automation system for factory The system needs to collect large data from sensors ( temperature, humidity, motion, door/window status) and control actuators (lights, thermostats, locks). And the system needs to be very secure. When i was doing my research i stopped between MQTT and CoAP protocols, what do u think is the best one for this project

what is the best service to send periodic HTTP requests (pings) to your application's URL every 10mn

hello everyone. what is the best service to send periodic HTTP requests (pings) to your application's URL every 10-15 minutes

How to Transmit Sensor Data Between Arduinos Over Long Distances with Minimal Power Consumption?

I would like to send values from an Arduino to another one (one value every 10 minutes). I have a distance of 80-100m outdoors with trees between the Arduinos. The transmitter should consume as little power as possible because it will be on battery, while the receiver will be on mains power. What solution do you suggest? I don’t know the maximum distance (WiFi, radio, Bluetooth, IR…). Thanks...
Solution:
Another option is Bluetooth with Coded PHY support. This extends the range of bluetooth and is likely the lowest cost and power. LoRa is a good option as well, but your receiver has to function as a gateway. LoRa will have the best range, but BT coded PHY should meet or exceed your range needs as well. As always with wireless range, I would do some field testing with existing product or dev kits before finalizing your design. Also, antenna design/performance is always a large factor with any...

RFID

what kind of technology that is used to identify and track objects that can replace RFID technology?
Solution:
This is a big topic, there are a number of technologies that are evolving to address indoor location/tracking, but they all have their own unique properties. Bluetooth is adding features such as time-of-flight and HADM (now called channel sounding). Those are worth reading up on. Also Ultra Wide Band (UWB) is another technology targeting location/tracking applications. Cost, power, range, accuracy and infrastructure requirements are all factors to consider.

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?