Skip to main content
0 votes
1 answer
85 views

I’m currently working on SPI communication between two microcontrollers. The MOSI frames are working as expected; however, I’m facing an issue on the MISO line. It appears that the end of the frame is ...
Aravinth's user avatar
0 votes
1 answer
57 views

I’m trying to communicate with a WaterRower S4 Performance Monitor (firmware version 2.10) over USB, using standard serial communication. The connection itself works, but I’m having trouble accessing ...
Phil's user avatar
  • 1
1 vote
1 answer
155 views

I wrote the function below to read data from a serial port. When I call it to read 33 bytes, it stops reading halfway. The bytearray msg returned contains only the first few bytes, the rest is lost. ...
Caroline 's user avatar
1 vote
0 answers
66 views

I want to build an react native chat application which use the Bluetooth to communication between two user! both the user have the application and turn on their Bluetooth device and connected with ...
Awais Ali's user avatar
1 vote
0 answers
394 views

I’m working on an ESP32 project using the Arduino IDE, and occasionally, the Serial Monitor displays garbled characters instead of the expected output. The baud rate in the Serial Monitor is set to ...
0xdeadbeef's user avatar
0 votes
0 answers
364 views

I am attempting to create a GUI to communicate with a WAGO 3-Phase Power Measurement Module (Item No. 2857-570/024-005) to read measured values and change measurement parameters (referred to as WAGO ...
aidanbarefoot2's user avatar
2 votes
0 answers
877 views

I'm trying to interface a SIM A7670C GSM/GPRS module with an ESP32, but I'm encountering some issues in receiving proper responses using AT commands. Below are the steps I've taken so far: Direct ...
Vaibhav Pendke's user avatar
1 vote
0 answers
109 views

I'm working on a car logger project that needs to log data frequently and quickly from multiple sensors using the elmobd GitHub repository for Golang. Although I have experience fetching data with ...
Traviz9's user avatar
  • 11
1 vote
0 answers
55 views

i want to turn on led pin on arduino mega using php code. i'm using phpserial in order to communicate with the arduino board, but instead of turning on the new led, it turns on the last led. below is ...
meravwebs's user avatar
0 votes
2 answers
532 views

I’m trying to control a relay using Python, but I’ve hit a roadblock. Unfortunately, I couldn’t find the datasheet for this specific relay, which means I don’t have the correct commands to send. Here’...
ukser's user avatar
  • 1
0 votes
0 answers
51 views

I'm using Visual Studio Code with PlatformIO and the Arduino framework to work with the STM Nucleo F091RC. I'm encountering an issue where only 4 out of the 8 USART ports are responding when using the ...
raven tramper's user avatar
0 votes
1 answer
137 views

I wrote a minimal two way python and serial communication script that sends an integer to the arduino. Then, the arduino increments the integer and sends it back over serial. comm.py from time import ...
itisyeetimetoday's user avatar
0 votes
0 answers
169 views

I'm trying to click on the read button on my Qt app and read an integer from an STM32 board. I can send a frame from the Qt app to the STM32 board which is "5\r" and the board reads it ...
Hamza Maxmouri's user avatar
0 votes
1 answer
361 views

I'm trying to write a program for serial communication on TRB246 from Teltonika (BusyBox v1.34.1). Incoming data is raw, in hex bytes, coming every seconds. Three solutions: Use microcom in a shell ...
SFrancis's user avatar
0 votes
1 answer
68 views

I am currently using a Raspberry Pi 4 to send and receive data in Python from sensors, DHT22, AS312 etc. My main issue is when I receive an image here is the abstraction (note paths seen here aren't ...
liam hogan's user avatar

15 30 50 per page
1
2 3 4 5
63