Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add telemetry support for cellular networks (GPRS) #62

Open
amotl opened this issue Feb 18, 2020 · 2 comments
Open

Add telemetry support for cellular networks (GPRS) #62

amotl opened this issue Feb 18, 2020 · 2 comments
Labels
documentation All things about the documentation enhancement New feature or request

Comments

@amotl
Copy link
Member

amotl commented Feb 18, 2020

TinyGSM integration

The coolest thing would be to support quite a bunch of GSM/GPRS modules by bringing the excellent TinyGSM library to the world of MicroPython. We mentioned that idea within stinos/micropython-wrap#3 and vshymanskyy/TinyGSM#362 the other day.

Pure-Python SIM800 support

On the other hand, using a specialized pure-Python module for supporting the SIM800 module at least is probably one of the more lower hanging fruits right now. We researched this topic already [1] and now found the implementation by @sarusso to be the most promising to integrate - thanks a bunch! We will further discuss that topic on our forum [2].

[1] https://community.hiveeyes.org/t/micropython-libs-for-sim800-on-esp32/1492
[2] https://community.hiveeyes.org/t/unlocking-and-improving-the-pythings-sim800-gprs-module-for-micropython/2978


cc @poesel, @thiasB, @ClemensGruber

@amotl
Copy link
Member Author

amotl commented Feb 19, 2020

f3f892b is just a first attempt integrating SIM800 support and has not been tested yet. @ClemensGruber or @poesel might want to give this a try. Thanks again, @sarusso!

@amotl
Copy link
Member Author

amotl commented Mar 24, 2020

We have been working on that (see also [1]) and want to note that the implementation worked out well.

In order to configure Terkin for JSON over HTTP over GPRS uplink telemetry, just use these snippets within your settings.py configuration:


[1] https://community.hiveeyes.org/t/unlocking-and-improving-the-pythings-sim800-gprs-module-for-micropython/2978

@amotl amotl added documentation All things about the documentation enhancement New feature or request labels Sep 28, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation All things about the documentation enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant