UMDBPP / command_module

Documentation and Design work for the command module payload
2 stars 0 forks source link

Iridium RP2040 Driver #13

Open michaelshipman opened 8 months ago

michaelshipman commented 8 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

michaelshipman commented 7 months ago

Libraries also exist for this but I find them less promising. With any luck this can also be fast to implement

michaelshipman commented 5 months ago

wrote something that I think can minimally work