thingy91 more features#22
Open
raiden00pl wants to merge 9 commits into
Open
Conversation
GNSS does not fit the generic float-vector sensor model. Add CIOSensorGnss, which overloads the sensor IO and assembles each variant from struct sensor_gnss: 1. position+velocity (gnss), 2. UTC time (gnss_time, uint64), 3. accuracy+DOP (gnss_info) 4. satellite count (gnss_sats, uint32). Signed-off-by: raiden00pl <raiden00@railab.me>
Signed-off-by: raiden00pl <raiden00@railab.me>
Add a power-save setting (none / PSM / eDRX) to the LTE system, applied at attach through the LTE API. Signed-off-by: raiden00pl <raiden00@railab.me>
The companion to the LTE manager. Signed-off-by: raiden00pl <raiden00@railab.me>
Signed-off-by: raiden00pl <raiden00@railab.me>
Signed-off-by: raiden00pl <raiden00@railab.me>
Signed-off-by: raiden00pl <raiden00@railab.me>
A read-only, timer-driven lte_signal IO that snapshots the modem signal metrics [RSRP, RSRQ, SINR, band] as one int16 vector via the common NuttX LTE API (lte_port_get_quality / lte_port_get_cellinfo). A timerfd polls periodically and notifies; a vecsplit fans the vector out to scalars, exposed on the standard LwM2M Connectivity Monitoring object (4) and a private diagnostics object on the Thingy:91. Signed-off-by: raiden00pl <raiden00@railab.me>
A small example CLI that drives the Thingy:91 RGB lightwell over the Leshan LwM2M REST API (set / get / fade), mirroring the thingy53 demo. It retries on transient LTE-M timeouts and skips a failed fade step rather than aborting, so an occasional dropped request does not kill the whole run. Signed-off-by: raiden00pl <raiden00@railab.me>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.