Problem NodeMCU - Arduino Mega - logic level after reset
Posted: Sun Apr 10, 2016 5:40 pm
Hey everyone,
I got a very mysterious problem with mit NodeMCU V1.0 and Arduino Mega 2560.
I've connected both like this:
A short description about the basically logic software on each controller:
NodeMCU:
Turns on a digital output, if I got a HTTP request - works very solid and well
Arduino:
Checks in a loop function, if a digital input from the NodeMCU to the Arduino is logically high.
If so, it opens a short function.
Now my problem description:
When I power both devices, the logic level of the in the sketch defined NodeMCU Outputs are high just for a second.
After that, everything works well.
If I press the reset button on the NodeMCU, or if I switch the power supply for the NodeMCU, I got all defined Inputs on the Arduino logically high. If I turn on the power supply for the NodeMCU, all defined Outputs are logically high.
Now my very simple question:
- What can I do against this circumstances?
Best regards,
Julian
I got a very mysterious problem with mit NodeMCU V1.0 and Arduino Mega 2560.
I've connected both like this:
A short description about the basically logic software on each controller:
NodeMCU:
Turns on a digital output, if I got a HTTP request - works very solid and well
Arduino:
Checks in a loop function, if a digital input from the NodeMCU to the Arduino is logically high.
If so, it opens a short function.
Now my problem description:
When I power both devices, the logic level of the in the sketch defined NodeMCU Outputs are high just for a second.
After that, everything works well.
If I press the reset button on the NodeMCU, or if I switch the power supply for the NodeMCU, I got all defined Inputs on the Arduino logically high. If I turn on the power supply for the NodeMCU, all defined Outputs are logically high.
Now my very simple question:
- What can I do against this circumstances?
Best regards,
Julian