Problems using with esphome #99
Replies: 6 comments 1 reply
-
Does the default firmware of prebuilt tindie modules have UART included ? |
Beta Was this translation helpful? Give feedback.
-
More logs (no logic level invertion), but logging as hex, not strings:
|
Beta Was this translation helpful? Give feedback.
-
Odd that your logs are being printed as hex, possibly a bug with the ESP32 build. Unless @gcormier changed it since the v2021.09 build, serial is not enabled on the shipping boards. If you don't have any programmer to flash a different firmware onto the megadesk controller, then you could try using https://github.com/ESP32-Musings/OTA_update_AVR_using_ESP32. I have not tried or used it, but it may be worth a shot before purchasing a programmer. |
Beta Was this translation helpful? Give feedback.
-
Phil is correct - the serial firmware is not flashed by default.
|
Beta Was this translation helpful? Give feedback.
-
What are the reasons for not compiling it in the default firmware ? The solution by @tagno25 requires bidirectional voltage shifters, which i don't have at my current location :/ Probably due to the chip shortage i can only find knock-offs of the AVR Programmer recommended in the DIY section for twice the price in germany😐 So i guess my Megadesk project needs to be delayed about 6 months when i am back at this location. Thanks anyways :) |
Beta Was this translation helpful? Give feedback.
-
I found a different AVR programmer in stock and it worked :) Thanks for this awesome project. |
Beta Was this translation helpful? Give feedback.
-
I bought a prebuilt Megadesk module, connected it to a ESP32 and flashed that using esphome and the provided yaml file.
I get the following logs:
My configuration is:
I tried inverting the UART RX and TX logic levels:
But as i don't know what the communication is supposed to look like i don't know if that helped at all.
Are the UART answers as you would expect ?
Beta Was this translation helpful? Give feedback.
All reactions