Page 1 of 1

microPython board with GPS and GSM/GPRS/LTE ?!?

Posted: Sun Sep 16, 2018 2:34 pm
by jedie
What's the best microPython board with GPS and GSM/GPRS/LTE ?

I only found the M5Stack stuff. Any alternatives?

My Destination is a GPS Tracker that will send the position to my server.

Re: microPython board with GPS and GSM/GPRS/LTE ?!?

Posted: Sun Sep 16, 2018 7:03 pm
by loboris
You can easily use any ESP32 board (or other MicroPython boards) with any of GSM/GPRS/3G/GPS mini dev boards like SIM5380E, SIM808, SIM868 ...
They are cheap and works wery well (on some you have to be carefull with Tx/Rx levels).
Only Tx, Rx, GND and power are needed to interface them.
I've tested SIM5360E board with gsm module on my MicroPython port and it works very well (The GPS support for those boards will be added soon).

I've also designed an ESP32-WROVER based board with SIM900, SIM800, SIM5300E or SIM7000E (all pin-compatible) + SIM28M (GPS).
The board will be open hardware project and will be available probably in November. It will be fully supported by my MicroPython port.

Re: microPython board with GPS and GSM/GPRS/LTE ?!?

Posted: Mon Sep 17, 2018 7:42 am
by jedie
Thanks for the information... I order a SIM800L (and a ESP32 and ESP8266) ... ;)

Re: microPython board with GPS and GSM/GPRS/LTE ?!?

Posted: Mon Sep 17, 2018 11:44 am
by HermannSW
jedie wrote:
Mon Sep 17, 2018 7:42 am
... and ESP8266) ...
No sure whether ESP-01 type boards are an option for the project, but if so be sure to get the ESP-01s model with 1MB flash for running full Micropython (592KB).

Re: microPython board with GPS and GSM/GPRS/LTE ?!?

Posted: Mon Sep 17, 2018 1:01 pm
by jedie
Oh, shit. I didn't think about different RAM expansions :o

In the ebay descriptions there is no more detailed information :evil:

I ordered:
https://www.ebay.de/itm/253681023287
and
https://www.ebay.de/itm/192449831481

Any idea?

Re: microPython board with GPS and GSM/GPRS/LTE ?!?

Posted: Mon Sep 17, 2018 3:41 pm
by HermannSW
ESP-32 is fine, and ESP-WROOM-02 as well:
https://www.espressif.com/sites/default ... pdf#page=9
ESP-WROOM-02 currently integrates a 2-MB SPI flash.

Re: microPython board with GPS and GSM/GPRS/LTE ?!?

Posted: Tue Dec 10, 2019 8:48 pm
by Ivan de Almeida
Hi Loboris,

I am trying to connect without wifi with a SIM800L card and an ESP-WROOM-32 but I can't install the gsm module. I accessed your link
https://github.com/loboris/MicroPython_ ... o/wiki/gsm, installed ESP-IDF, enabled PPP and PAP support, but didn't find the option → MicroPython → Modules → Use GSM module.
I am entering import gsm, but always returns ModuleNotFoundError: No module named 'gsm'. I'm not finding the gsm.py module in your github either. Would you help me?

Re: microPython board with GPS and GSM/GPRS/LTE ?!?

Posted: Wed Dec 11, 2019 8:55 am
by pythoncoder
You are more likely to get his attention in his forum.