Search found 3 matches

by imliubo
Fri Dec 11, 2020 8:59 am
Forum: ESP32 boards
Topic: SIM800L + UART + network module?
Replies: 14
Views: 10739

Re: SIM800L + UART + network module?

Hi, did you find out about this? I'm struggelig with similar issues, cant get IP from ppp. Modem is working when using sockets directly, but no PPP. using firmware 1.12 with spiram. nimbelink skywire modem on UART2 Hi, I got same issue, did you find any solution? I find the reason: https://github.c...
by imliubo
Fri Dec 11, 2020 8:48 am
Forum: ESP32 boards
Topic: Ethernet + DM9051
Replies: 0
Views: 1188

Ethernet + DM9051

I saw in the ESP-IDF warehouse that Ethernet already supports the DM9051 module, so I want to ask whether micropython can also use DM9051 for network communication? I know that currently micropython only supports PHY_LAN8720 , PHY_TLK110 , PHY_IP101 in ESP32, so I want to make sure if there are plan...
by imliubo
Sun Nov 08, 2020 8:30 am
Forum: ESP32 boards
Topic: SIM800L + UART + network module?
Replies: 14
Views: 10739

Re: SIM800L + UART + network module?

eldstado wrote:
Wed Aug 26, 2020 8:01 pm
Hi, did you find out about this? I'm struggelig with similar issues, cant get IP from ppp.
Modem is working when using sockets directly, but no PPP.

using firmware 1.12 with spiram. nimbelink skywire modem on UART2
Hi, I got same issue, did you find any solution?