Autobot HC05 Bluetooth Remote

1K+
Downloads
Content rating
Everyone
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image
Screenshot image

About this app

- Supports all microcontrollers like atmega, pic etc and boards like arduino, node mcu, teensy etc.
- If the microcontroller has a serial port, our app must support it
- HC-05, HC-06 or similar bluetooth module can be connected to serial port of the microcontrollers for initialising the interface
- Data is sent/received in ASCII format alone for wide compatibility and ease of coding

For a detailed tutorial on how to use this application, visit the following link.
https://drvishnurajan.wordpress.com/autobot-use-android-phone-as-the-bot-rc/

ASCII commands bundled with the buttons in the app is given below. This has to be implemented in your microcontroller code to facilitate controlling your robot or any other bluetooth device.
psss. x is english alphabet "x" in lower case.

Screen Name: Home
=================
1. Pair the HC 05 or HC 06 bluetooth module with your phone by going to bluetooth settings of your phone
2. Open this application and click on the connect button
3. Choose the HC05 or HC06 or similar bluetooth device from the drop down list
4. Wait for app to return back to home screen

Screen Name: Auto
Screen specific ASCII CODE - 200x
================
BUTTON NAME-------------------------------------ASCII CODE
Submit room number for auto navigation - x
START - 1000x
STOP - 2000x
Room 1 - 1x
Room 2 - 2x
Room 3 - 3x
Room 4 - 4x
Room 5 - 5x
Room 6 - 6x
Room 7 - 7x
Room 8 - 8x
Room 9 - 9x
Room 10 - 10x

Manual Mode: (Joy Stick)
Screen specific ASCII Code - 100x

Top - t
Bottom - b
Left - l
Right - r
Stop - s
Updated on
Oct 10, 2021

Data safety

Safety starts with understanding how developers collect and share your data. Data privacy and security practices may vary based on your use, region, and age. The developer provided this information and may update it over time.
No data shared with third parties
Learn more about how developers declare sharing
No data collected
Learn more about how developers declare collection

What's new

Very first release. Please update me if you notice any bugs