Home  /  Tools Apps  / Bluepic on Windows Pc

Bluepic on Windows Pc

Developed By: CELESTIS

License: Free

Rating: 1,0/5 - 1 votes

Last Updated: December 25, 2023

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 1.0
Size 2 MB
Release Date February 15, 17
Category Tools Apps

App Permissions:
Allows applications to connect to paired bluetooth devices. [see more (6)]

Description from Developer:
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 i... [read more]

App preview ([see all 4 screenshots])

App preview

About this app

On this page you can download Bluepic and install on Windows PC. Bluepic is free Tools app, developed by CELESTIS. Latest version of Bluepic is 1.0, was released on 2017-02-15 (updated on 2023-12-25). Estimated number of the downloads is more than 10. Overall rating of Bluepic is 1,0. Generally most of the top apps on Android Store have rating of 4+. This app had been rated by 1 users, 1 users had rated it 5*, 1 users had rated it 1*.

How to install Bluepic on Windows?

Instruction on how to install Bluepic on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install Bluepic on Windows PC by using Android App Player such as BlueStacks, LDPlayer, Nox, KOPlayer, ...

Before you start, you will need to download the APK/XAPK installer file, you can find download button on top of this page. Save it to easy-to-find location.

[Note] You can also download older versions of this app on bottom of this page.

Below you will find a detailed step-by-step guide, but I want to give you a fast overview of how it works. All you need is an emulator that will emulate an Android device on your Windows PC and then you can install applications and use it - you see you're playing it on Android, but this runs not on a smartphone or tablet, it runs on a PC.

If this doesn't work on your PC, or you cannot install, comment here and we will help you!

Step By Step Guide To Install Bluepic using BlueStacks

  1. Download and Install BlueStacks at: https://www.bluestacks.com. The installation procedure is quite simple. After successful installation, open the Bluestacks emulator. It may take some time to load the Bluestacks app initially. Once it is opened, you should be able to see the Home screen of Bluestacks.
  2. Open the APK/XAPK file: Double-click the APK/XAPK file to launch BlueStacks and install the application. If your APK/XAPK file doesn't automatically open BlueStacks, right-click on it and select Open with... Browse to the BlueStacks. You can also drag-and-drop the APK/XAPK file onto the BlueStacks home screen
  3. Once installed, click "Bluepic" icon on the home screen to start using, it'll work like a charm :D

[Note 1] For better performance and compatibility, choose BlueStacks 5 Nougat 64-bit read more

[Note 2] about Bluetooth: At the moment, support for Bluetooth is not available on BlueStacks. Hence, apps that require control of Bluetooth may not work on BlueStacks.

How to install Bluepic on Windows PC using NoxPlayer

  1. Download & Install NoxPlayer at: https://www.bignox.com. The installation is easy to carry out.
  2. Drag the APK/XAPK file to the NoxPlayer interface and drop it to install
  3. The installation process will take place quickly. After successful installation, you can find "Bluepic" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Download older versions

Other versions available: 1.0.

Download Bluepic 1.0 on Windows PC – 2 MB

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
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.