Hello,
I am using the Nordic Thingy:53 and trying to collect sensor data using Edge Impulse.
I was able to successfully connect the Thingy:53 to Edge Impulse and stream IMU data (accelerometer/gyroscope). Movement data such as vertical motion and sudden jerks are being recorded correctly.
However, I am unable to access environmental sensor data, specifically:
-
Temperature
-
Pressure
-
Humidity
-
Light
These sensors do not appear in the data acquisition dropdown in Edge Impulse, and no readings are being generated for them.
Also I don't have the DK board that I can use for this process.
Setup details:
-
Board: Nordic Thingy:53
-
Connection method: Bluetooth
-
Firmware: Edge Impulse firmware for Thingy:53 (downloaded from Edge Impulse Studio)
-
nRF Connect Programmer used for flashing
What I have confirmed:
-
IMU data streams correctly
-
Device connects successfully in Edge Impulse
-
No environmental sensors are visible as selectable data sources
My questions:
-
Does the Edge Impulse firmware for Thingy:53 support environmental sensors by default?
-
Do these sensors require additional configuration in firmware?
-
Is there a specific sample or configuration required to enable temperature, pressure, humidity, and light streaming?
Any guidance on enabling these sensors for data acquisition would be greatly appreciated.
Thank you.