We are developing a custom React Native application to read temperature values from the Testo 104-IR BT device.
At the moment, we are unable to receive any measurement data from the device.
We have reviewed the official documentation and also checked the sample iOS native demo code available on GitHub. However, the demo project does not build successfully because a required library/dependency appears to be missing from the repository.
What is the exact process to activate the Testo 104-IR BT and start receiving temperature values?
Is there a working sample project (iOS / Android) with all required dependencies included?
Is device activation required every time the device connects, or is it persisted?
Environment
App: React Native
Platform: iOS (Android planned)
Device: Testo 104-IR BT
Any guidance or reference implementation would be very helpful.
Thank you.