Skip to main content

Questions tagged [uart]

A UART is a Universal Asynchronous Receiver/Transmitter. This refers to the "hardware" serial port in the processor. Use this tag for questions about hardware serial.

1 vote
1 answer
119 views

I have 2 Arduino Nano that will communicate in half duplex mode with transceiver using MAX485. But the master has libraries like Wire.h, uses tone() and also receives UART communication. I'm a ...
steve d.'s user avatar
  • 113
1 vote
1 answer
69 views

So I am working on an Arduino project and have trouble communicating over UART. I have a SIM7600G-H 4G Module from Waveshare and hooked it up to an Arduino Nano ESP32. The connections are as follows: ...
Bjarne Voigtländer's user avatar
-1 votes
1 answer
120 views

The essence of the task I have a task to connect an external device with my arduino and transfer data to each other via the UART protocol. The external device has 4 pins (Two for power supply and RS-...
Michael's user avatar
-1 votes
1 answer
210 views

Setup: OV7670 -> STM32F103... --USART--> ESP01 --UDP--> Gateway --> Internet --> Server I want to achieve a real-time streaming experience. Here is my analysis: According to the ...
Muhammad Ikhwan Perwira's user avatar
2 votes
1 answer
87 views

I'm currently trying to test an extremely simple circuit where I use an ATTiny86 to output some arbitrary values via serial to an Arduino micro. The problem I am facing is that all of the values being ...
Patrick Voorhoeve's user avatar
0 votes
1 answer
184 views

I am trying to hook up to an A9G Pudding GSM board via an Arduino. I intend to use the onboard UART chip to facilitate TTL-UART conversion between PC and A9G. I have initiated a software serial ...
Mwasela's user avatar
  • 19
1 vote
1 answer
843 views

I have two ESP32 that are communicating via USART (TTL) on the Serial2. The TX2 pin of ESP_Alice is connected with the RX2 pin of ESP_bob. The RX2 pin of ESP_Alice is connected with the TX2 pin of ...
Carlo Tavian's user avatar
1 vote
1 answer
111 views

I have a Seeeduino XIAO board with Firmata running on it. I'm currently trying to write C# client to communicate with this board. I have tried using Iot.Device.Arduino, SolidSolis.Arduino and ...
Cregennan's user avatar
1 vote
1 answer
124 views

TL;DR: Attempting to connect UART2 on ESP32-WROOM to a physical PC RS232 results in odd behavior and ESP32 crashes or errors. Suspect electrical design problems. Wondering if I need special ...
Jason Rohm's user avatar
0 votes
4 answers
413 views

I would like to decode a serial communication. I have already found out how the protocol works. I can also send serial data with my logic analyzer and control the device this way. I would like to ...
user avatar
0 votes
1 answer
129 views

I'm trying to convert an Arduino Uno program for use with the ESP2866. I've converted most of the program successfully, but there are a few lines I can't seem to figure out. For example, UCSR0B = ...
blk986's user avatar
  • 1
2 votes
1 answer
382 views

I have 4 Arduino boards pushing data over UART to 4 serial ports on the Arduino Due at 115200 baud rate. Data format - <Short URL>,<Number of the Node> Eg: px.ht/d/mCxG,1" Arduino Due ...
Hako's user avatar
  • 23
0 votes
0 answers
999 views

I have designed a test board to understand ESP32-S3 working pins. I am using USB interface D+, D- for programing so Serial0 is free to use. This is my test circuit for testing an RS485 converter. For ...
mehmet's user avatar
  • 297
2 votes
1 answer
2k views

I've designed a test PCB that utilizes an ESP32 S3 and testing pins. During program uploads, I use the USB interface over GPIO20 and GPIO19 as D+ and D-. Everything works fine in this configuration. ...
mehmet's user avatar
  • 297
2 votes
1 answer
800 views

I am using a Portenta Arduino Breakout Board that is connected to the Portenta H7 for a project I am working on. The project requires me to use three Adafruit Ultimate GPS sensors and connect each to ...
rcs13's user avatar
  • 21

15 30 50 per page
1
2 3 4 5
17