UART Bluefruit App

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
sfoyee
 
Posts: 1
Joined: Sun Jun 13, 2021 12:46 pm

UART Bluefruit App

Post by sfoyee »

I recently purchased the Bluefruit UART friend breakout (PID 2479). I followed and completed the walk-throughs and was able to successfully connect and TX/RX from my phone to the microprocessor. I understand that there are source code for the iOS app on github. Which files should I be using if I want to develop my own app, and how would I go about extracting them? Thanks for the help!

User avatar
adafruit_support_mike
 
Posts: 67454
Joined: Thu Feb 11, 2010 2:51 pm

Re: UART Bluefruit App

Post by adafruit_support_mike »

The Swift code for the BLE_Connect app is here:

https://github.com/adafruit/Bluefruit_LE_Connect_v2

The code that handles UART display lives here:

https://github.com/adafruit/Bluefruit_L ... llers/Uart

You'll need to read through the code and find the parts that are relevant to your application.

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

Return to “Wireless: WiFi and Bluetooth”