Accessing an IoT Server via a SIM Module in Micropython #17049
Replies: 6 comments 10 replies
-
Thanks, Stewart, for the advice.
Should I delate the previous post and publish it after it's been corrected? I'm really not sure how to proceed.
Best regards.
Luis Sanz
De: Stewart Russell ***@***.***>
Enviado el: lunes, 31 de marzo de 2025 3:05
Para: micropython/micropython ***@***.***>
CC: tirejas ***@***.***>; Author ***@***.***>
Asunto: Re: [micropython/micropython] Accessing an IoT Server via a SIM Module in Micropython (Discussion #17049)
please read the Welcome (Please read before posting) · micropython · Discussion #9111 <#9111> post and format your code properly. We can't read it
—
Reply to this email directly, view it on GitHub <#17049 (comment)> , or unsubscribe <https://github.com/notifications/unsubscribe-auth/BHPU4PWSWSZGYC6VN2TGZAD2XCIFJAVCNFSM6AAAAAB2C7STFKVHI2DSMVQWIX3LMV43URDJONRXK43TNFXW4Q3PNVWWK3TUHMYTENRXGA3DCOA> .
You are receiving this because you authored the thread.Message ID: ***@***.***>
|
Beta Was this translation helpful? Give feedback.
-
SIM800L and similar modules are quite complex/finnicky. I do not recommend writing a driver from scratch. I have done so before, and it took many weeks of my life. They are also very finnicky from a hardware perspective, the peak power requirements are crazy. A much better way is to use a LTE cat-m (or NB-IoT) module. And use the PPP driver in for example esp-idf as the driver. It is exposed in MicroPython, I think. |
Beta Was this translation helpful? Give feedback.
-
I made this https://github.com/CrabbyPete/watchible. Works great. I had issues when I tried the SIM800L |
Beta Was this translation helpful? Give feedback.
-
tirejas, I was playing around with the 800L and I used these commands, after CREG came back connected to the network. |
Beta Was this translation helpful? Give feedback.
-
There's an mqqt example for the sim7020 at https://www.waveshare.com/wiki/Pico-SIM7020E-NB-IoT that might help? |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I'm trying to connect to an IoT server via a SIM800L module, but I'm not able to. I'm able to communicate with the GRSM network but not with the server. I always get error 6.
I'm attaching the code and the Thonny console messages.
Can you help me?
Beta Was this translation helpful? Give feedback.
All reactions