Page 1 of 1

How to connect Arduino with Nodemcu running ESPEasy?

Posted: 29 Jul 2018, 00:20
by trumee
Hello,

I have an Arduino with a pressure transducer connected to it like this. I also have a Nodemcu running Espeasy connected to an openhab server via MQTT. How can i send pressure data from Arduino to Nodemcu so it can send it along via MQTT?

Thanks

Re: How to connect Arduino with Nodemcu running ESPEasy?

Posted: 29 Jul 2018, 11:17
by wim16

Re: How to connect Arduino with Nodemcu running ESPEasy?

Posted: 29 Jul 2018, 14:22
by Shardan
Maybe take a look at the "MiniProExtender".

It's an Arduino Nano used as a GPIO Extender for ESPeasy.
https://github.com/letscontrolit/ESPEas ... roExtender

Re: How to connect Arduino with Nodemcu running ESPEasy?

Posted: 30 Jul 2018, 17:26
by sentinel
Why not connecting the sensor directly to Nodemcu?
Take a look at this: https://www.letscontrolit.com/wiki/inde ... ure_sensor

Re: How to connect Arduino with Nodemcu running ESPEasy?

Posted: 30 Jul 2018, 17:32
by trumee
@sentinel, thanks for the link. I will create a separate post about that.