Bluepic Apk
Apk Infos
Version | 1.0 |
Rating | 1.0/5, based on 1 votes |
Size | 2 MB |
Requires Android | Android 1.6+ (Donut) |
Author's Notes | Bluepic is an application to control a picaxe bluetooth. |
About Bluepic APK
Description
Bluepic est une application qui permet de piloterun microcontroleur picaxe en bluetooth,
en passant par un module bluetooth HC-06.
L'application possède 20 interrupteurs et 4 boutons poussoir
personnalisable dans les paramètres et sans aucune publicités.
Vous trouverez ci-dessous le programme nécessaire pour programmer votre picaxe.
Vous pouvez néanmoins adapter ce code pour d'autres picaxes.
Dans cette exemple nous avons utilisé un picaxe 20M2 et un module bluetooth HC-06
la broche RX du module est raccordé à la broche C7 du picaxe
et la broche TX du module est raccordé à la broche C6 du picaxe.
CODE A METTRE EN DÉBUT DU PROGRAMME
-------------------------------------
Ce code permet de définir la fréquence du picaxe
et de définir le brochage des pins du module bluetooth.
setfreq m8
SYMBOL TXBT = C.7
SYMBOL RXBT = C.6
high C.7
POUR RECEVOIR UNE INFORMATION
-----------------------------
Le code ci-dessous permet de recevoir une information
provenant depuis l'application vers le picaxe
puis de stocker l'information dans une variable b0
serin RXBT, T9600_8,b0
POUR ÉMETTRE UNE INFORMATION
-----------------------------
Le code ci-dessous permet de transmettre une information du picaxe vers l'application
serout TXBT, T9600_8,(51)
Le nombre "51" est alors envoyé vers l'application.
EXEMPLE D'UTILISATION
---------------------
Pour chaque interrupteur deux états sont possible
soit l'interrupteur est activé ou soit désactivé.
Prenons exemple pour l'interrupteur N°: 1
Par défaut l'interrupteur est en position OFF
Nous allons donc appuyer sur le bouton ON
A ce moment la, l'application transmet le code "1" vers le picaxe.
l'information est donc reçu par le module bluetooth HC-06
et transmet le code au picaxe qui traitera l'information,
en retour le picaxe renvoie une information de réponse
qui envoie le code "51" qui sera reçu par l'application,
l'application traitera donc le code "51"
et mettra l'interrupteur sur ON sur l'application.
Maintenant que l'interrupteur est sur ON, nous allons donc appuyer sur le bouton OFF
A ce moment la, l'application transmet le code "2" vers le picaxe.
l'information est donc reçu par le module bluetooth
et transmet le code au picaxe qui traitera l'information,
en retour le picaxe envoie une information de réponse
qui envoie le code "52" qui sera reçu par l'application,
l'application traitera donc le code "52"
et mettra l'interrupteur sur OFF sur l'application.
Télécharger le code source Logicator a cette adresse :
http://heberge.pe.hu/FILES/BLUEPIC.zip
How to install Bluepic APK on Android phone or tablet?
Download Bluepic APK file from ApkClean, then follow these steps:
Update Phone Settings
- Go to your phone Settings page
- Tap Security or Applications (varies with device)
- Check the Unknown Sources box
- Confirm with OK
Go to Downloads
- Open Downloads on your device by going to My Files or Files
- Tap the APK file you downloaded (appinventor.ai_hostelec.BLUEPIC-v1.0-ApkClean.apk)
- Tap Install when prompted, the APK file you downloaded will be installed on your device.
Older Versions
1.0 (1) | 2 MB |
Questions & Answers
Q: What is an APK File?
A: Just like Windows (PC) systems use an .exe file for installing software, Android does the same. An APK file is the file format used for installing software on the Android operating system.
Q: If I install an APK from this website, will I be able to update the app from the Play Store?
A: Yes, absolutely. The Play Store installs APKs it downloads from Google's servers, and sideloading from a site like ApkClean.net goes through a very similar process, except you're the one performing the downloading and initiating the installation (sideloading).
As soon as the Play Store finds a version of the app newer than the one you've sideloaded, it will commence an update.
Q: Why ApkClean.net can guarantee APK 100% safe?
A: Whenever someone wants to download an APK file from ApkClean.net, we'll check the corresponding APK file on Google Play and allow user download it directly (of course, we'll cache it on our server). If the APK file does not exist on Google Play, we'll search it in our cache.
Q: What are Android App permissions?
A: Apps require access to certain systems within your device. When you install an application, you are notified of all of the permissions required to run that application.
Don't hesitate to contact us if you have any questions or concerns.
(*) is required