microController BT 1.2



Publisher Description



Add a highly customizable programmable Bluetooth control panel to your electronics projects with microController BT. Drag, drop, resize and edit widgets to build the perfect controller for your microcontroller.While designed with the Arduino microcontroller in mind, using low cost Bluetooth transceivers, microController BT should work with most projects that support serial communication and most Bluetooth transceivers that support SPP.microController BT outputs standard 2 byte messages. The messages contain a key (0-255) and a value (0-255). For monitoring output, it listens for a standard 3 byte message. This message should contain a key (0-255), a highByte and a lowByte representing a value (0-1023).outgoing: (key, value)incoming: (key, highByte(value), lowByte(value))For simple projects, you can directly plug the standard 2 byte messages into the digitalWrite/analogWrite functions, as shown below. For more advanced projects, you may choose to listen for particular keys and route accordingly.void setup() { Serial.begin(9600); pinMode(13, OUTPUT); //set for each pin}void loop() { if (Serial.available() >= 2) { int key = Serial.read(); int val = Serial.read(); digitalWrite(key, val); }}To send values to microController BT for monitoring, simply write the standard 3 byte message to the serial port as shown below.Serial.write(key);Serial.write(highByte(val));Serial.write(lowByte(val));microController BT also outputs standard 2 byte messages when certain application events occur. These messages are useful for projects that change based on application state.device connected: (0, 255)start edit mode: (0, 253)end edit mode: (0, 254)For more examples, see http://www.kvndev.com

About microController BT

microController BT is a free app for Android published in the Other list of apps, part of Development.

The company that develops microController BT is kvndev. The latest version released by its developer is 1.2. This app was rated by 1 users of our site and has an average rating of 4.0.

To install microController BT on your Android device, just click the green Continue To App button above to start the installation process. The app is listed on our website since 2013-05-12 and was downloaded 603 times. We have already checked if the download link is safe, however for your own protection we recommend that you scan the downloaded app with your antivirus. Your antivirus may detect the microController BT as malware as malware if the download link to com.kvndev.android.three is broken.

How to install microController BT on your Android device:

  • Click on the Continue To App button on our website. This will redirect you to Google Play.
  • Once the microController BT is shown in the Google Play listing of your Android device, you can start its download and installation. Tap on the Install button located below the search bar and to the right of the app icon.
  • A pop-up window with the permissions required by microController BT will be shown. Click on Accept to continue the process.
  • microController BT will be downloaded onto your device, displaying a progress. Once the download completes, the installation will start and you'll get a notification after the installation is finished.



RELATED PROGRAMS
Our Recommendations






BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  4.0/5     1
Downloads: 603
Updated At: 2024-03-05
Publisher: kvndev
Operating System: Android
License Type: Free