Home Page

microController BT 1.2 - Get Apk




About microController BT

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

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



Previous Versions

Here you can find the changelog of microController BT since it was posted on our website on 2013-08-21 17:28:33. The latest version is 1.2 and it was updated on 2024-04-23 09:42:39. See below the changes in each version.

microController BT version 1.2
Updated At: 2013-05-12
Changes: Several fixes and updates
microController BT version 1.2
Updated At: 2013-05-12


Related Apps

Here you can find apps that are similar with microController BT.



Disclaimer

External Download


We do not host microController BT on our servers. We did not scan it for viruses, adware, spyware or other type of malware. This app is hosted by Galad and passed their terms and conditions to be listed there. We recommend caution when installing it.

The APK Download link for microController BT is provided to you by apps112.com without any warranties, representations or guarantees of any kind, so access it at your own risk.

If you have questions regarding this particular app contact the publisher directly. For questions about the functionalities of apps112.com contact us.

BarCode2D-PNG


Click stars to rate this APP!

Users Rating:  
  4.0/5     1
Downloads: 603
Updated At: 2024-04-23 09:42:39
Publisher: kvndev
Operating System: Android 2.2 And Up
License Type: Free