Commit Graph

8 Commits

Author SHA1 Message Date
Vladan Popovic 17b54fbe3a remove all unwraps :) 2022-06-16 01:39:16 +02:00
Vladan Popovic 43424ba997 implement commands and turn everything on
Turn the modem on by setting appropriate pins to high/low.

Implemented all commands from
https://github.com/pythings/Drivers/blob/master/SIM800L.py#L116-L143 in Rust.

Moved AP values to a config module. Maybe create a build environment for this
later on, we'll need to support multiple telecom providers for sure ...

Fix the write/read implementation for the Serial. Match on end and handle the
timeout properly for every command.
2022-06-16 01:09:31 +02:00
Vladan Popovic 737e29f108 RADI RADNJA!! 2022-06-16 01:05:31 +02:00
Vladan Popovic e3c3aa7391 implement modem on a Read/Write structure (rx, tx) 2022-06-12 12:02:59 +02:00
Vladan Popovic fbe132295e dummy gprs connect with error handling 2022-06-11 16:49:16 +02:00
Vladan Popovic 985ec56e2a print driven development 2022-06-11 16:08:11 +02:00
Vladan Popovic e0230679c2 Hello world! 2022-06-10 01:28:39 +02:00
Vladan Popovic 21d8e85292 . 2022-06-10 01:17:30 +02:00