Search found 12 matches

by xvinny
Sat Feb 03, 2018 12:42 pm
Forum: Showcase
Topic: ESP32 with GSM modem - PPP over Serial (PPPoS) client example
Replies: 34
Views: 208531

Re: ESP32 with GSM modem - PPP over Serial (PPPoS) client example

Not that I'm aware of. Our own code is implementing that ourselves (main/ovms_netmanager). We have the structure there, but haven't implemented the actual switch yet. You are welcome to use our code base. It is component based, and menuconfig can be used to enable/disable components. We've done a l...
by xvinny
Tue Jan 30, 2018 7:54 pm
Forum: Showcase
Topic: ESP32 with GSM modem - PPP over Serial (PPPoS) client example
Replies: 34
Views: 208531

Re: ESP32 with GSM modem - PPP over Serial (PPPoS) client example

I'm using your code as a base for my application. My project contains a ESP32 together with GPS and a SIM800L board. The target is to do GPS tracking through Wi-Fi and 3G. Is there some library that does the connection management, switching between GPRS and Wi-Fi (when the configured network is avai...