-
Notifications
You must be signed in to change notification settings - Fork 57
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
Can't get it to display pm values on esp32 #24
Comments
This is common issue of hardware problem in hardware tty |
Don't use the RX/TX pins (pin 0 and 1 on arduino). This serial port is used for communication between your arduino/esp and computer.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hi,
I hope this is still active, as I would really like to use your code for my PMS5003 on the ESP32 WROOM. When uploading the basic code (after downloading the library) to my esp32 it displays thefollowing:
⸮!⸮H⸮�>⸮\x⸮K⸮$�⸮
At first I thought it had something to do with the baud rate, but this is set to 9600.
Do you have a clue what might be the issue here?
Thanks,
Bas
The text was updated successfully, but these errors were encountered: