Closed Humancell closed 1 year ago
Thanks, I don't have any S3 boards so haven't tried it yet. Serial port numbering on these ESP32s with multiple hardware Serial and also the USB Serial can get a bit wordy to cover all the cases.
Hello ... yes, I didn't expect that you had total coverage. It is a great library, and easy to get things working. I wasn't super familiar with the S3 either, but it only took a little bit to get it working.
BTW, I created a little more complete sensor solution using the library, adding MQTT publishing and OTA. https://github.com/Wovyn/esp32-ld2410-radar-sensor-mqtt-ota
Non-optimized code at this point, but your library helped this become a 3-4 hour project instead of more. :-)
Also, as a side note here is a link where I found the S3 pins defined: https://github.com/espressif/arduino-esp32/blob/3ec5f4efa1de4342aaab742008dc630091e5e035/cores/esp32/HardwareSerial.cpp#L27
Hello,
Thank you very much for this library! It is great and is working well after a little troubleshooting.
I'm using a SmartBee Bee S3 (https://www.tindie.com/products/smartbee/bee-s3-esp32-s3/) and found a few issues:
After these changes it worked great!