RP2 PPP #17191
Answered
by
robert-hh
shariltumin
asked this question in
RP2040 / Pico
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? |
Answered by
robert-hh
Apr 25, 2025
Replies: 1 comment 7 replies
|
Just using |
7 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.