Chat freely about anything...

User avatar
By neveregret
#92530 Hello everyone, I am using Raspberry Pi Pico with Esp01 and working really good. I am using UART between Esp01 and Raspberry Pi Pico.I need a ethernet on raspberry pi pico. I searched but I couldn't find any ethernet module (I am using Micropython that's why I couldn't find ). Here are my questions.
-I only worked with Esp01 so I don't know Esp12. Can I program Esp12 from Arduino.(Like I did with Esp01 https://simple-circuit.com/wp-content/uploads/2018/06/arduino-esp-01-program.png )
-Can I convert Esp 12 to ethernet ? (https://github.com/cnlohr/espthernet/blob/gh-pages/hardware/nodemcu-ethernet.png) here I found something.
-I am like beginner level. I am using Esp01 very easy with UART. I need this Esp ethernet thing. Is it possible ?