John McNelly
John McNelly
I found a nice looking case on thingiverse in case anyone has a 3d printer: https://www.thingiverse.com/thing:3460761
Interesting! That happens to be pretty much exactly what I'm working on, except that I'm trying to connect to Azure instead of aws. Do you have a link to their...
Sounds like progress! Whenever I send stuff with AT+CASEND, I get two responses: AT+CADATAIND and AT+CASTATE. AT+CADATAIND seems to be the indicator for data being available in the modem buffer,...
Thanks for the links! I did end up using those docs those earlier last week. I'm still working on my fork of TinyGSM (I'm gutting the SIM7000 header file and...
Haha thanks Reydel! I haven't worked on this in a while, but the impression that I got is that you can ditch all the conventional HTTP commands and use the...
Hi @th-buchner ! It's been a hot second since I last worked on this project (around 3 years, yikes), so it's been completely cleared from my brain's voltatile storage for...
Things started going south for me on 9600 baud as well, but this fix did the trick. Things work great on 115200 baud now, too. I think that python stops...
I'm going to keep this thread going with some more things I've run into: - Restart function seems to crash things, at least for me (SIM7000A running 1351B04SIM7000A firmware). -...
Ha, just saw your comment above. Will leave this here in case it's helpful to anyone. Figured out the key problem. I was generating the [wrong format](https://stackoverflow.com/questions/20065304/differences-between-begin-rsa-private-key-and-begin-private-key) of RSA Key,...
I'm still working through the code changes, but seem to have connections working to some degree for MQTT with only a remote server certificate (I put mqtt-bothcerts on the backburner...