You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
But none of the additional uart pins (for port uart1/2) are broken out, so I'll need to go the software serial route.
In esphome, the arduino framework, we can use the software serial and use any pin available but for the esp-idf I'm not sure if that's possible. Any suggestion/idea?
I saw this https://github-com.translate.goog/junhuanchen/esp-idf-software-serial?_x_tr_sl=auto&_x_tr_tl=zh-CN&_x_tr_hl=en-US&_x_tr_pto=wapp, a software serial lib for esp-idf, but it doesn't look easily integratable into esphome (my uneducated guess, pls correct if wrong) and before going into that rabbit hole, I rather check here 1st, maybe someone faced this issue before, as most of the sample yaml code is esp-idf based.
Thanks!
The text was updated successfully, but these errors were encountered:
netweaver1970
changed the title
using HD1125 on Atom Lite (software serial in esp-idf, on atom lite?)
using LD1125H on Atom Lite (software serial in esp-idf, on atom lite?)
Jun 30, 2023
mea culpa, it seems to 'just work' as well with the Atom Lite. When putting my scope on the TX pin I see negative going (5V->0V) pulses appearing when changing the mthx and rmax device sliders in HA. So all should be fine (fingers crossed) after proper connecting the mmWave module. Closing issue.
Duh, I forgot to click the 'comment' button, I wrote this closing comment 30 min after opening the issue :( -
Anyway, extra update: all works fine indeed! Thanks a lot for the hard work in coding/decoding the messages and creating all esphome yamls for these nice nifty sensors
Hi,
Sorry for abusing the 'issue' form, but I didn't have another public way for interacting.
I would like to interface my HD1125 to my Atom Lite ESP32-Pico-D4 equipped MCU. https://docs.m5stack.com/en/core/atom_lite
But none of the additional uart pins (for port uart1/2) are broken out, so I'll need to go the software serial route.
In esphome, the arduino framework, we can use the software serial and use any pin available but for the esp-idf I'm not sure if that's possible. Any suggestion/idea?
I saw this https://github-com.translate.goog/junhuanchen/esp-idf-software-serial?_x_tr_sl=auto&_x_tr_tl=zh-CN&_x_tr_hl=en-US&_x_tr_pto=wapp, a software serial lib for esp-idf, but it doesn't look easily integratable into esphome (my uneducated guess, pls correct if wrong) and before going into that rabbit hole, I rather check here 1st, maybe someone faced this issue before, as most of the sample yaml code is esp-idf based.
Thanks!
The text was updated successfully, but these errors were encountered: