Hi! I want to use Pico Max as a router network. I connect a network cable to RJ45 and want to connect the esp32 to Pico and distribute the internet connection.
The W5500 can be connected to the Esp32 via the SPI interface.
How can I connect the esp32 to Pico and configure the internet connection?
My task is to connect Pico to the internet network, and to connect esp32 to Pico so that it has an internet network. Esp32 -> Pico -> Network
LuckFox Pico Max as router network
Hello, we haven't dealt with this solution before. The RV1106 only has one Ethernet controller. Therefore, I suggest you try the Luckfox Pico Pro with its USB connection for USB to ETH to expand one RJ45 interface. Through NAT traffic forwarding, the network of the USB can be forwarded to the native ETH. Finally, use ESP32 + W5500 to introduce the RJ45 interface to connect to the Luckfox Pico Pro.
I have no experience in developing related to ESP32. For more details, it is recommended to analyze based on the wired networking methods supported by ESP32.
I have no experience in developing related to ESP32. For more details, it is recommended to analyze based on the wired networking methods supported by ESP32.