Using an ESP-01 to WiFi-enable an Arduino Nano

Moderators: grovkillen, Stuntteam, TD-er

Post Reply
Message
Author
User avatar
dynamicdave
Normal user
Posts: 257
Joined: 30 Jan 2017, 20:25
Location: Hampshire, UK

Using an ESP-01 to WiFi-enable an Arduino Nano

#1 Post by dynamicdave » 15 Aug 2020, 10:57

Has anyone any useful links on how to WiFi-enable an Arduino Nano with an ESP-01 running ESP Easy ??
I've looked around on the web and found most documents are either "old" or don't specifically mention using ESP Easy.

My objective is to collect information from a remote weather station and process it using Node-RED running on a Raspberry Pi.

So far I've got two Nanos (over 200m apart) talking to each other using nRF24L01+ radio devices.
The next step I'd like to do is to send data, via MQTT, to my Node-RED server.

Any suggestions or pointers to useful documents would be "greatly" appreciated.

TD-er
Core team member
Posts: 8739
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: Using an ESP-01 to WiFi-enable an Arduino Nano

#2 Post by TD-er » 15 Aug 2020, 12:17

How do you want to connect both boards?
Via I2C (slave on the Nano, master on the ESP) or UART?
Maybe the last one is the simplest one and then you could use the P087_SerialProxy, which essentially does echo the received string on the selected serial port to a MQTT controller.
That may be the best fit for your application.

User avatar
dynamicdave
Normal user
Posts: 257
Joined: 30 Jan 2017, 20:25
Location: Hampshire, UK

Re: Using an ESP-01 to WiFi-enable an Arduino Nano

#3 Post by dynamicdave » 16 Aug 2020, 20:46

Where would I locate the P087_SerialProxy plugin ?

TD-er
Core team member
Posts: 8739
Joined: 01 Sep 2017, 22:13
Location: the Netherlands
Contact:

Re: Using an ESP-01 to WiFi-enable an Arduino Nano

#4 Post by TD-er » 16 Aug 2020, 21:12

You probably have to build it yourself, unless it may be included in the 'custom' build?

Post Reply

Who is online

Users browsing this forum: No registered users and 28 guests