Cannot get HyperHDR to recognise HyperSerialESP32 on S2-Mini #37
Replies: 2 comments
-
Hi |
Beta Was this translation helpful? Give feedback.
-
Maybe your esp32-s2 came clean without bootloader so it doesnt work at all? Try to flash factory version of the firmware from your build artifacts at the correct flash address (manual on the main page) and check if other pc/laptop will detect esp32-s2 serial port after that (in the system devices, HyperHDR is not necessary for such test). |
Beta Was this translation helpful? Give feedback.
-
Hi
I have been unable to get HyperHDR to recognise my S2-Mini.
On the logs I get the line
2023-06-19T16:31:50.026Z [LEDDEVICE_ADALIGHT] Device disabled, device 'adalight' signals error: 'Permission denied'
I have serial connections on both /dev/ttyS0 and /dev/ttyS1 and neither work
The user running HyperHDR is part of both the tty and dialout groups
I have tried flashing the S2-mini with the baudrate set to 5000000 and 2000000 and neither work
My platformio.ini configuration is here: (https://raw.githubusercontent.com/mattsmithuk/HyperSerialESP32/master/platformio.ini) - compiled using the GitHub Action
My HyperHDR log is here: (https://pastebin.com/hzVuzSVD)
Any thoughts?
Beta Was this translation helpful? Give feedback.
All reactions