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 API to get temperature value of SX 127x chip #772

Open
cyberman54 opened this issue Jul 22, 2021 · 1 comment
Open

Add API to get temperature value of SX 127x chip #772

cyberman54 opened this issue Jul 22, 2021 · 1 comment
Assignees

Comments

@cyberman54
Copy link

The semtech SX1276/77/78/79 chip, which LMIC is focused on, delivers a temperature value in register 0x3c. This gives the option to create some added value with LORAWAN nodes by estimating the surrounding temperature, maybe doing some edge computing with this values and generating payload from it, e.g. sending temperature threshold alarms to a backend.

Thus, we need an API to retrieve the temperature value from LMIC and an appropriate enhancement in radio.c to query the register value from the SX127x chip.

image

cyberman54 added a commit to cyberman54/arduino-lmic that referenced this issue Jul 24, 2021
Demo PR for issue mcci-catena#772  - add API to get temperature value of SX 127x chip
@cyberman54
Copy link
Author

Demo PR see #774

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants