Search found 4 matches

by jiXO
Tue Feb 13, 2018 8:17 am
Forum: MicroPython pyboard
Topic: hide main.py and boot.py
Replies: 8
Views: 7608

Re: hide main.py and boot.py

What is the way to disable REPL for security reasons?
by jiXO
Thu Oct 26, 2017 3:30 pm
Forum: ESP32 boards
Topic: ESP32 GPRS/PPP support
Replies: 10
Views: 13826

Re: ESP32 GPRS/PPP support

It works with my SIM868!

Many thanks for your excellent work!
by jiXO
Wed Oct 25, 2017 11:33 am
Forum: ESP32 boards
Topic: ESP32 GPRS/PPP support
Replies: 10
Views: 13826

Re: ESP32 GPRS/PPP support

loboris, I tried to buld a port with the CONFIG_MICROPY_USE_GSM option enabled. However, when I try to use a connection import network network.GSM.start(pin1, pin2, apn) Traceback (most recent call last): File "<stdin>", line 1, in <module> AttributeError: 'module' object has no attribute 'GSM' Than...
by jiXO
Fri Oct 13, 2017 11:40 am
Forum: ESP32 boards
Topic: ESP32 GPRS/PPP support
Replies: 10
Views: 13826

Re: ESP32 GPRS/PPP support

Hello.
Could you pls give an example of how the PPPoS function works in your port?