Bluefruit Connect App with nrf52840 Chip

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
Garangatang
 
Posts: 5
Joined: Wed Mar 15, 2023 8:40 pm

Bluefruit Connect App with nrf52840 Chip

Post by Garangatang »

Hello,
I am trying to figure out how to make an android app that will display
Bluetooth data from an nrf52840 chip. In your Bluefruit connect app, there's the uart
tab where once a device is connected it will display data reliably from my
nrf52840 chip. I am wondering where in the GitHub repository for the
Bluefruit connect app, the Bluetooth connection happens and where it displays
the data live from the device in the uart tab? Also, a short description of
how these methods work would be fantastic if possible.

Thank you for your time.

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

Re: Bluefruit Connect App with nrf52840 Chip

Post by mikeysklar »

Just checking to make sure you are looking at the correct github repo for Android v2 Bluefruit Connect LE App.

https://github.com/adafruit/Bluefruit_L ... p=1&q=uart

There are only 4 pages returned with UART related tags so you should be able to quickly distill that down to the code you are looking for to launch the UART window.

User avatar
Garangatang
 
Posts: 5
Joined: Wed Mar 15, 2023 8:40 pm

Re: Bluefruit Connect App with nrf52840 Chip

Post by Garangatang »

Yes that was the repository I was looking through. That does help to narrow it down though, thank you.

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

Return to “Wireless: WiFi and Bluetooth”