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
Trying to interface the BMI088 IMU with an i2c multiplexer
How does the processor pipeline handle instruction fetch latency?
I have a problem with an RL model

Is it correct that most BLE communication uses GATT server/client relationships or BLE mesh networks
Help Needed: Error in Real-Time Data Acquisition Using I2C on BeagleBone Black
Failed to acquire bus access and/or talk to slave.
This is my code
```c...Help Needed: OpenCV Error While Implementing Object Detection on BeagleBone AI
OpenCV Error: Unspecified error (Can't open darknet config file: yolov3.cfg) in cv::dnn::ReadDarknetFromCfgFile, file /home/user/opencv/modules/dnn/src/darknet/darknet_io.cpp, line 517
OpenCV Error: Unspecified error (Can't open darknet config file: yolov3.cfg) in cv::dnn::ReadDarknetFromCfgFile, file /home/user/opencv/modules/dnn/src/darknet/darknet_io.cpp, line 517
Trying to access the sensor's registers using memory-mapped I/O in a flat memory model
```global _start section .text _start:...
How can I scan for available I2C devices on the bus?
Could not open file /dev/i2c-1: No such file or directory
, I have ensured the I2C device tree overlay is loaded using echo BB-I2C1 > /sys/devices/bone_capemgr.*/slots
, what could be wrong
Here's my prompt
```sh
i2cdetect -y -r 1...Could not open file /dev/i2c-1: No such file or directory
Could not open file /dev/i2c-1: No such file or directory
HELP: Need to configure MCP2515 using Raspberry pi's SPI 0 bus.
Can i use Edge Impulse to collect data, train a model and deploy it on an Arduino Nano 33 BLE Sense
I need to monitor hall sensors for position encoding with up to 350 changes per second.
How can I initialize the I2C bus on the BeagleBone Black Rev C running Embedded Linux?
Failed to open the bus: No such file or directory
, but I have verified that the I2C module is loaded and checked the device tree overlay. Here are the steps I took to verify the I2C module:
1. Loaded the I2C module using modprobe i2c-dev
.
2. Checked that the device tree overlay for I2C is applied correctly.
...May I know is there any different between this two group FreeRTOS API?
working on a project that involves monitoring temperature using an LM35 sensor with an STM32F4
float temperature = (raw_adc_data * 3.3 / 4096) * 100;
float temperature = (raw_adc_data * 3.3 / 4096) * 100;
Are there any specific considerations for MSVC to avoid unexpected truncation during such conversion
getDouble()
function returning a double value slightly above INT_MAX (2147483647). The program attempts to convert this value to an unsigned int using both direct and indirect casting.
When compiling and running this code on MSVC x86
, the direct cast truncates the double value to 2147483648 that's one more than INT_MAX. This is unexpected because the value should fit within the range of an unsigned int typically 32-bits on x86. Funny enough, this behavior is not observed on GCC which is another compiler.
I've checked the Microsoft documentation but haven't found a specific explanation for this truncation on x86.
Is this a known behavior of MSVC x86 for double to unsigned int conversions, especially when the double value is slightly above INT_MAX?...Help Needed: Handling Serialized Data with Escaped Characters in Paho MQTT/Packet Library
paho mqtt/packet
. The example provided with it performs serialization of the data that needs to be sent and then sends it over TCP just like that. I have written the code for the ESP, and it works fine without any issues. However, when I serialize the data, it looks like this (as seen in the debugger):
\020\016\0\004MQTT\004\002\0\024\0\002me
\020\016\0\004MQTT\004\002\0\024\0\002me
memset(buf, 0, 200);
to my code, but I'm still facing the same issue with the serialized data being interpreted incorrectly ...
How to custom USB Class on Zephyr RTOS with nrf52840DK?
change the priority of a task in FreeRTOS at runtime using STM32CubeIDE and STM32 HAL libraries
vTaskPrioritySet(xTaskHandle, 2);
vTaskPrioritySet(xTaskHandle, 2);
How can I clean and print the sensor data to the monitor before loading it onto the model
Are there any known issues with timer configuration in CubeMX for the STM32F407VG?
TIMx_CR1: Unable to configure Update Event source (URS) as it depends on the One Pulse Mode (OPM) bit.
TIMx_CR1: Unable to configure Update Event source (URS) as it depends on the One Pulse Mode (OPM) bit.