boards/nrf52: add Thingy:52 NimBLE demo (env sensors, gas, battery, RGB) - #32
Open
raiden00pl wants to merge 2 commits into
Open
boards/nrf52: add Thingy:52 NimBLE demo (env sensors, gas, battery, RGB)#32raiden00pl wants to merge 2 commits into
raiden00pl wants to merge 2 commits into
Conversation
raiden00pl
force-pushed
the
thingy52-demo
branch
from
August 12, 2026 11:06
4301a16 to
701a90f
Compare
New IO_CLASS_SENSOR_CO2/TVOC over uORB sensor_co2/sensor_tvoc, with producer counterparts in the aligned sensor/producer ranges like every other scalar sensor, and IMDS bindings with the standard CO2/VOC Concentration characteristics (0x2B8C ppm, 0x2BE7 ppb). Claude-Session: https://claude.ai/code/session_01DCoYWj9PvV4S9KHFBbS12q
…ttery, RGB) Add the thingy52 board (nimble_thingy52 config) and demo descriptor: HTS221 temperature/humidity + LPS22HB pressure over ESS, CCS811 eCO2 and TVOC over IMDS, battery level over BAS (raw SAADC -> sampling -> adjust -> BAS) and the lightwell RGB LED writable over a custom characteristic. RTT console; NimBLE pools and RTT buffers trimmed to fit the 64KB nRF52832. Signed-off-by: raiden00pl <raiden00@railab.me>
raiden00pl
force-pushed
the
thingy52-demo
branch
from
August 12, 2026 13:17
701a90f to
85e27ed
Compare
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.
Add the thingy52 board (nimble_thingy52 config) and demo descriptor: HTS221 temperature/humidity + LPS22HB pressure over ESS, CCS811 gas (eCO2) over IMDS, battery level over BAS (raw SAADC -> sampling -> adjust -> BAS) and the lightwell RGB LED writable over a custom characteristic. RTT console; NimBLE pools and RTT buffers trimmed to fit the 64KB nRF52832.