Hey guys,
I am getting into making my own android app for the Bluefruit LE SPI friend from Adafruit.
The components I have on my PCB:
- RP2040 MCU
- Bluefruit LE SPI friend
- Other various sensors
I can handle the Arduino side of programming the Bluetooth since I have been working with C++ for some time. I need some guidance on creating my own android app and was wondering if anyone has had some experience to help me navigate on that.
From researching I need to use:
- Android Studio (Java/Kotlin)
I posted a similar question on Adafruit's forum, but they said they do not have any further guidance on creating your own app for the Bluetooth module. They did share me the source file of what they made on their side for reference Bluefruit_LE_Connect_V2.
This is a new side of development that I am not used to, and when I import their version-controlled source code into Android Studio, I don't know what I should be looking for.