RP2 PPP #17191
-
According to the documentation, https://docs.micropython.org/en/latest/library/network.PPP.html#network.PPP class PPP – create network connections over serial
I have been trying but unable to build on rp2. I am unable to locate the
Has anyone managed to build firmware for rp2 or stm32 that supports PPP? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 7 replies
-
Just using |
Beta Was this translation helpful? Give feedback.
You can enable LWIP and LWIP_PPP on RP2. I considered a similar approach once, since there is a AT firmware for both ESP32 and ESP8266. But it seemed to be tricky to use, and the performance will be poor.