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.
Bluefruit Connect App with nrf52840 Chip
Moderators: adafruit_support_bill, adafruit
Please be positive and constructive with your questions and comments.
- mikeysklar
- Posts: 10077
- Joined: Mon Aug 01, 2016 8:10 pm
Re: Bluefruit Connect App with nrf52840 Chip
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.
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.
- Garangatang
- Posts: 4
- Joined: Wed Mar 15, 2023 8:40 pm
Re: Bluefruit Connect App with nrf52840 Chip
Yes that was the repository I was looking through. That does help to narrow it down though, thank you.
Please be positive and constructive with your questions and comments.