Simple but solid application for interfacing a power calculator device. Basic functionality with:
- Bluetooth devices list.
- Expandable settings.
- Tidy debug mode.
- Template-able layouts.
- Solid without any ugly bugs.
Apk located in release\app-debug.apk
.
The basic workflow of this app:
- Select one from the list of paired Bluetooth devices.
- Press the pink button on the app to send a start sign in the form of
!
character. - App waits for string with format
#1111/2222~
where1111
and2222
should be the same number with any number of digits. - The app does some basic checks and updates the display.
Testing can be done using the Arduino dummy program located in arduino\
or just directly using PC.
To test using PC:
- Pair the smartphone to the PC.
- Search "bluetooth" in control panel.
- Select "Change Bluetooth settings" > COM Ports.
- Add > select Incoming > OK.
- Install and use any terminal program such as TeraTerm.
- Establish connection to the one of the COM.
- Type anything to send a character to the smartphone.