Bluefruit BLE Application UI Changes

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
Deepfathom
 
Posts: 9
Joined: Mon Sep 14, 2015 10:44 pm

Bluefruit BLE Application UI Changes

Post by Deepfathom »

I am running the nrf52840 express board to control neopixels but I want to reduce the amount of options within the Bluefruit app to be applicable to my application. Is this possible and if so can anyone point me to a walkthrough to accomplish this. My end goal is to have the application automatically go the to the controller mode (color picker and numbered controller) when it connects to my board. Eventually I'd love to make edits to the titling and add buttons to the controller in place of the arrows but I can work that out at another time.

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

Re: Bluefruit BLE Application UI Changes

Post by adafruit_support_mike »

The source code for the Bluefruit LE Connect app lives here:

https://github.com/adafruit/Bluefruit_LE_Connect_v2
https://github.com/adafruit/Bluefruit_L ... Android_v2

You're welcome to tweak it to make your own version, but there are no walkthroughs for doing so. You need to be familiar with app development for iOS or Android.

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

Return to “Wireless: WiFi and Bluetooth”