Open michaelshipman opened 11 months ago
Hopefully actually super simple looking at it
https://learn.adafruit.com/using-the-rockblock-iridium-modem?view=all
I guess you just spit a string over UART and then parse the string that you get back
Libraries also exist for this but I find them less promising. With any luck this can also be fast to implement
wrote something that I think can minimally work
Hopefully actually super simple looking at it
https://learn.adafruit.com/using-the-rockblock-iridium-modem?view=all
I guess you just spit a string over UART and then parse the string that you get back