B_Bot BLE Controller is an Android application that allows you to wirelessly control a Raspberry Pi Pico 2 W robot (B-Bot) via Bluetooth Low Energy (BLE). Send vehicle movement commands, adjust speed and turning angles, and monitor the Pico's HeartBeat count and control an LED, all from a simple, user-friendly interface.
The BLE B_Bot Controller Android app was created through an iterative process leveraging the capabilities of Google Gemini. The process began with a comprehensive specification detailing the desired app functionality, UI layout, communication protocol with a Raspberry Pi Pico 2 W, and technical requirements such as using Kotlin and Jetpack Compose, avoiding deprecated functions, and handling BLE connectivity.
The comprehensive app specification was entered into Gemini's prompt and then Gemini generated Kotlin code for the app, structured into multiple files (MainActivity, BleApp, BleManager, and BleViewModel) to promote code organization and maintainability. The generated code was reviewed and refined to ensure it met all the specifications, including the specific UI layout, BLE command formats, error handling (e.g., connection retries, Snackbar messages), and the handling of data received from the Pico (Heartbeat count and LED status).
The app specification was refined over multiple days as we learned how Gemini responded to additional details, especially the behavior of buttons when pressed. On the eighth iteration of the specification, enough details were provided to allow Gemini to generate Kotlin code files used in Android Studio to create the app. In between each iteration, many code errors were identified by Android Studio. Code snippets and error descriptions, provided by Android Studio, were copied into Gemini’s prompt entry. Gemini then generated new code, in some cases a complete new source file, to fix the problem. As stated, this was an iterative process that eventually led to error-free code. Although warnings were still present, we were able to create the app and load the app onto a physical Android phone for testing.
The resulting app provides a complete solution to control a B_Bot rover via BLE.
The Raspberry Pi Pico 2 W brings Wi-Fi and Bluetooth capabilities to the popular microcontroller platform, opening exciting possibilities for wireless projects. This page details the "BLE B-Bot Controller," an Android application specifically created to communicate with and control a Pico 2 W device (named "B-Bot") using Bluetooth Low Energy (BLE).
The BLE B-Bot Controller provides a user-friendly interface on your Android phone to interact directly with your paired Pico 2 W device. Its core features include:
For those interested in the underlying technology, the app was built using:
A unique aspect of this app's creation was the significant role played by the AI assistant, Google Gemini. Starting from a detailed set of specifications provided – outlining everything from the BLE protocol and command formats to the exact UI layout and error handling – Gemini generated the foundational Kotlin code for the entire application.
Why was this approach so valuable, especially for someone new to these technologies?
In essence, using Gemini acted as a powerful assistant, making a project of this complexity achievable and significantly faster for someone without deep prior expertise in all the required domains. It transformed the process from potentially months of learning and coding into days of specification, generation, and collaborative refinement.
Gemini significantly sped up the creation of essential project documentation. We were able to generate a detailed user guide based on the app specifications, saving valuable time on writing and formatting. The AI's ability to understand the app's functionality and structure allowed it to produce accurate and helpful documentation with minimal manual effort. Because Gemini generated the app's code from a detailed specification, it was in a perfect position to generate documentation for the app's description, user guide, and content for this website. This documentation makes the project more accessible, understandable, and valuable for other users.
The Bluetooth LE (BLE) radio is designed for very low power operation. Transmitting data over 40 channels in the 2.4GHz frequency band. BLE provides developers flexibility to build products that meet unique project requirements, including point-to-point used in this project.
Android Studio is the official Integrated Development Environment (IDE) for Android app development. It provides a comprehensive suite of tools and features that enhance productivity and streamline the development process.
Explains how the Gemini prompt for the BLE B_Bot Controller app was created and a final version of the prompt.
This guide explains how to use the BLE B_Bot Controller app to control a Raspberry Pi Pico 2 W via Bluetooth Low Energy (BLE).
We use cookies to analyze website traffic and optimize your website experience. By accepting our use of cookies, your data will be aggregated with all other user data.