-
Notifications
You must be signed in to change notification settings - Fork 7.6k
ESP323-C3 UART communication #5273
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
There is currently an issue with uart1 on the C3. #5247 |
Thanks for sharing this @lbernstone! |
Does that mean currently with Version 2.0.0-alpha1 Uart1 is not usable? Until the HardwareSerial library was updated |
Yes, experimental hardware support is experimental 😄 |
@lbernstone By any means have you guys tested the ADXL accelerometer sensors with the ESP32C3 DevKitM1 ? |
What I can see is that the default ADXL example script does compile for ESP32C3 from Arduino IDE....but since I presently don't have the sensor with me I wanted to check if anyone from you might have got to communicate with the ADXL sensors for ESP32C3 ? |
See #5287 |
@lbernstone |
Just wait |
I have created a PR to solve this issues, as well as other Arduino UART issues. If you want to help testing it and then send commentaries, please use |
## Summary This PR is a complete reffactoring of UART Serial Hardware and respective HAL in order to use IDF instead of current Register manipulation approach. It implements Arduino SerialEvent functionality. Fix #5287 Fix #5273 Fix #5519 Fix #5247 Fix #5403 Fix #5429 Fix #5047 Fix #5463 Fix #5362 Fix #5112 Fix #5443 ## Impact It solves many reported issues related to UART. It was tested and works fine for ESP32, ESP-S2 and ESP32-C3.
|
Please don't hijack issues. This issue was for a previous version. Open a new issue and follow the posting instructions. |
Hardware:
Board: ESP32C3 Dev Module
Core Installation version: 2.0.0-alpha1
IDE name: Arduino IDE
Flash Frequency: 80Mhz
PSRAM enabled: No
Upload Speed: 115200
Computer OS: Ubuntu 20.04
Description:
Hi there,
I'm new to UART and would like to ask for some help from receiving accelerometer data from an Arduino Nano 33 BLE Sense to an ESP32-C3 DevKitM-1 via UART.
Can somebody please help me out ?
Thanks
The text was updated successfully, but these errors were encountered: