send gas sensor data to iOS device via BLE

Please tell us which board you are using.
For CircuitPython issues, ask in the Adafruit CircuitPython forum.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
peterhsi75
 
Posts: 23
Joined: Sat Jan 15, 2022 11:27 pm

send gas sensor data to iOS device via BLE

Post by peterhsi75 »

I like to send a gas sensor data from Itsybitsy nRF52840 to iOS device via BLE. Is there an example code?

User avatar
mikeysklar
 
Posts: 13824
Joined: Mon Aug 01, 2016 8:10 pm

Re: send gas sensor data to iOS device via BLE

Post by mikeysklar »

Would you be using Arduino or CircuitPython on the nRF52840?

We have BLE UART example code which will cover the communication you just need to get the sensor talking with that example code and merge the two.

https://learn.adafruit.com/introducing- ... controller

User avatar
peterhsi75
 
Posts: 23
Joined: Sat Jan 15, 2022 11:27 pm

Re: send gas sensor data to iOS device via BLE

Post by peterhsi75 »

Thank you. I used Arduino IDE. I tried the BLE UART function and BluefruitConnect apps. It worked great.

Locked
Please be positive and constructive with your questions and comments.

Return to “Itsy Bitsy Boards”