Drivers
Drivers copied to clipboard
Some drivers for MicroPython
I am trying to run the example on ``` MicroPython v1.21.0 on 2023-10-05; ESP module with ESP8266 gc.mem_free() 32736 ``` when trying to start example I am getting `MemoryError: memory...
The SIM808_GPS_Application_Note_V1.00.pdf defines commands that can be used to obtain the longitude, latitude and datetime from built in GPS hardware. Would be good to have that command feature in the...
Several commands contain a 1 e.g. 'AT+SAPBR=3,1,"APN","{}"' that 1 is the bearer profile identifier, and there can be several, perhaps pointing to different APNs. The UNV SIM868 module (which more...
Hi! Many thanks for creating this great driver Please, help me showing how to use this. I am going to try saving your SIM800L.py in the same Main.py folder. Subsequently,...
Hi, First of all great work you have done here. Would it be possible to use WebSockets with the network interface?
Hi guys, first of all: Thanks for your great project... I am using your driver located here: Drivers/SIM800L.py I don't know where can be a problem and i am writing...
Hi, When I try this code the error popping up on the step modem.connect(apn='iew.be') Traceback (most recent call last): File "", line 16, in File "SIM800L.py", line 293, in connect...
Hello, thank you for making this code. It is the only thing I've found to work on the TTGO T-call. Is there a way to edit headers for the http...
Posting a medium sized JSON (3586 bytes) sometimes produces following error: DEBUG:SIM800L:Read "b'\r\n'" DEBUG:SIM800L:Detected pre-end DEBUG:SIM800L:Read "b'OK\r\n'" DEBUG:SIM800L:Detected exact end DEBUG:SIM800L:Returning "b''" DEBUG:SIM800L:Http request step #2.5 (dopost) DEBUG:SIM800L:Writing AT command...