How can I communicate between the arduino rp2040 and the esp 01 that is connected to the arduino. I have my rp2040 outside getting the temperature and I want to send that data to my arduino using the esp 01.
Any idea how I can do it?
Thanks
How can I communicate between the arduino rp2040 and the esp 01 that is connected to the arduino. I have my rp2040 outside getting the temperature and I want to send that data to my arduino using the esp 01.
Any idea how I can do it?
Thanks
what is "Arduino RP2040"? "Arduino Nano RP2040 Connect"? that has an esp32 on board. Why would you connect an esp8266 to it?
just use the WiFiNINA library
I want to communicte between an arduino nano RP2040 connect and arduino uno that is connected to the esp 01.