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
Uploaded it to a ESP32 (NodeMCU ESP32) that has been connected to a MicroBCU (NCN5120) on Uart2 (Serial2 / GPIO16 and GPIO17)
Additional i hooked up a LED (with Current lim. Resistor) and a Button (with Pullup) to GPIO18 (LED) and GPIO19 (BUTTON)
When i press the button the LED toggles on/off and i get
"progmode on" and "progmode off" in the serial (Serial1) monitor.
But the system does not connect to the KNX Bus.
I already hooked up a logic analyzer (to RXd and TXD) and can see the MicroBCU (NCN5120) sending Data (19200, 8E1) to the ESP GPIO16 but the ESP32 does nothing on the TXD Pin.
In the Example the only parts that i change are the Button/LED definitions. Should there be anything additional changed... / added... that is not documented there ?
I'am a bit lost now how to go further.
The text was updated successfully, but these errors were encountered:
@labmaster I have problem with this example, ETS could not programing it. When I send program it show: "Please press programing button" but I have press button to change to "progmode on".
Logs:
readMemory
RESTORED FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF FF
DataObject api changed, any data stored in flash is invalid.
expexted DataObject api version: 1, stored api version: FFFF
ETS has to reprogram PA and application!
TP is disconnected
TP is connected
progmode on
I pulled https://github.com/thelsing/knx/tree/master/examples/knx-demo-diy and built it (PlatformIO) without errors.
Uploaded it to a ESP32 (NodeMCU ESP32) that has been connected to a MicroBCU (NCN5120) on Uart2 (Serial2 / GPIO16 and GPIO17)
Additional i hooked up a LED (with Current lim. Resistor) and a Button (with Pullup) to GPIO18 (LED) and GPIO19 (BUTTON)
When i reset the System i get the following:
When i press the button the LED toggles on/off and i get
"progmode on" and "progmode off" in the serial (Serial1) monitor.
But the system does not connect to the KNX Bus.
I already hooked up a logic analyzer (to RXd and TXD) and can see the MicroBCU (NCN5120) sending Data (19200, 8E1) to the ESP GPIO16 but the ESP32 does nothing on the TXD Pin.
In the Example the only parts that i change are the Button/LED definitions. Should there be anything additional changed... / added... that is not documented there ?
I'am a bit lost now how to go further.
The text was updated successfully, but these errors were encountered: