ApkDownload

Bluepic APK

Latest Version 1.0 for Windows
Updated 2017-02-15

App information

Version 1.0 (#1)

Updated 2017-02-15

APK Size 2 MB

Requires Android Android 1.6+ (Donut)

Offered by CELESTIS

Category Free Tools App

App id appinventor.ai_hostelec.BLUEPIC

Developer's notes Bluepic is an application to control a picaxe bluetooth.

Screenshot

Click on the image to see full size

Editor's review

Download the latest Bluepic application, version 1.0, compatible with Windows 10/11 (using emulators such as Bluestacks), Android devices. This free Tools app is developed by CELESTIS and is easy to download and install.

Previous versions, including 1.0, are also available. If you need help or have any problems, please let us know.

Description

Bluepic is an application that allows to control
a microcontroller picaxe bluetooth,
via a bluetooth HC-06 module.
The application has 20 switches and 4 push buttons
customizable in the settings and without any advertisements.


You will find the necessary program to program your picaxe.
However, you can adapt this code for other picaxes.


In this example we used a 20M2 picaxe and Bluetooth Module HC-06
the module's RX pin is connected to the pin C7 picaxe
and the module's TX pin is connected to pin C6 of picaxe.



CODE TO BE INITIAL
-------------------------------------

This code sets the frequency of picaxe
and set the pin pine bluetooth module.


SETFREQ m8
SYMBOL = TXBT C.7
SYMBOL = RXBT C.6
high C.7




TO RECEIVE INFORMATION
-----------------------------
The code below will receive information
derived from the application to the picaxe
then store the information in a variable b0


canary RXBT, T9600_8, b0




ISSUE FOR INFORMATION
-----------------------------
The following code used to transmit the information to the application picaxe


SEROUT TXBT T9600_8, (51)


The number "51" is then sent to the application.





EXAMPLE OF USE
---------------------

Each switch can have two states
whether the switch is on or is disabled.

Take example for the switch No. 1
By default the switch is OFF
We'll press the ON button
At that moment, the application sends the code "1" to the picaxe.
Information is received by the Bluetooth Module HC-06
and transmits the code picaxe which will process the information,
picaxe returns back the response information
sending the "51" code which will be received by the application,
therefore the application process the code "51"
and will switch to ON on the application.

Now that the switch is on, so let's press the OFF button
At that moment, the application sends the code "2" to picaxe.
Information is received by the Bluetooth Module
and transmits the code picaxe which will process the information,
picaxe sends back the response information
sending the "52" code which will be received by the application,
therefore the application process the code "52"
and will switch to OFF on the application.




Download the source code Logicator to this address:

http://heberge.pe.hu/FILES/BLUEPIC.zip

App permissions

Bluepic 1.0 APK requires following permissions:

Allows applications to connect to paired bluetooth devices.

Allows applications to open network sockets.

Allows access to the vibrator.

Allows applications to access information about Wi-Fi networks.

Allows applications to discover and pair bluetooth devices.

Allows applications to access information about networks.

Ratings and Reviews

Rating: 1.0/5 based on Less than 100 reviews

(*) is required

Previous versions

Bluepic 1.0 APK for Windows (#1, 2 MB)