Home  /  Tools Apps  / Mobtooth 2.5 Bluetooth Arduino, AVR, 8051 e PIC on Windows Pc

Mobtooth 2.5 Bluetooth Arduino, AVR, 8051 e PIC on Windows Pc

Developed By: MOB Tecnologia

License: Free

Rating: 5,0/5 - 1 votes

Last Updated: April 18, 2024

Download on Windows PC

Compatible with Windows 10/11 PC & Laptop

App Details

Version 2.0.4
Size 13.3 MB
Release Date December 08, 22
Category Tools Apps

App Permissions:
Allows applications to open network sockets. [see more (6)]

What's New:
-Correção da exibição de valores no modo ASCII;-Correção da exibição de valores de 16 bits (2 bytes) no modo HEX;-Possibilidade de envio da cor do botão, texto... [see more]

Description from Developer:
Using commands in text or hexadecimal mode, control any project based on arduino, pic, 8051 or any other microcontroller, or monitor its performance by monitoring up to 30 variable... [read more]

App preview ([see all 11 screenshots])

App preview

About this app

On this page you can download Mobtooth 2.5 Bluetooth Arduino, AVR, 8051 e PIC and install on Windows PC. Mobtooth 2.5 Bluetooth Arduino, AVR, 8051 e PIC is free Tools app, developed by MOB Tecnologia. Latest version of Mobtooth 2.5 Bluetooth Arduino, AVR, 8051 e PIC is 2.0.4, was released on 2022-12-08 (updated on 2024-04-18). Estimated number of the downloads is more than 100. Overall rating of Mobtooth 2.5 Bluetooth Arduino, AVR, 8051 e PIC is 5,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 Mobtooth 2.5 Bluetooth Arduino, AVR, 8051 e PIC on Windows?

Instruction on how to install Mobtooth 2.5 Bluetooth Arduino, AVR, 8051 e PIC on Windows 10 Windows 11 PC & Laptop

In this post, I am going to show you how to install Mobtooth 2.5 Bluetooth Arduino, AVR, 8051 e PIC 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 Mobtooth 2.5 Bluetooth Arduino, AVR, 8051 e PIC 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 "Mobtooth 2.5 Bluetooth Arduino, AVR, 8051 e PIC" 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 Mobtooth 2.5 Bluetooth Arduino, AVR, 8051 e PIC 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 "Mobtooth 2.5 Bluetooth Arduino, AVR, 8051 e PIC" on the home screen of NoxPlayer, just click to open it.

Discussion

(*) is required

Using commands in text or hexadecimal mode, control any project based on arduino, pic, 8051 or any other microcontroller, or monitor its performance by monitoring up to 30 variables at the same time, and you can even save the data read in a log file and export to excel and make detailed graphs of the recorded data. Change the color and text of the button according to the response of the remote device, and be sure of the state of a device when using a command. The user, for example, can know the status or configured value of various parameters and later, if necessary, change their value. It is possible to know in a sequence of light bulbs which are lit by the color of the button and the text of the button, using the 6-digit hexadecimal color code system (just send the command #FFFFFF, Label, Value, where FFFFFF is the code RGB that will replace the original color of the button, Label is what will be displayed on the button (example "On" or "Off" or another of your choice) and value is what will be shown in the field to the left of the screen on the same line as the button , which is the value of the manipulated variable, for example the temperature to be set in an oven. This function is valid only in the ASCII reception mode.

Example of a response sent by Arduino via bluetooth HC05 to the cell phone, in response to an application request:
App sends: BT01 for your project
1) Response of your device: # FF0000, OFF, 0 @ This will display a pure red Button written OFF and the value 0 will be displayed in the field on the left. If you don't want to display anything, put a space in the field.

2) Response from your device: # 00FF00, ON, @ - Green button with "ON 'text, with no value to display

3) Response of your device: #, BT01, @ - Changes only the button text;

4) Response from your device: ABC @ - Displays the ABC text next to the button. It does not change the color or text of the button. This format also works in the readings mode.

Each value is displayed in the readings field or settings button that sent the command last, whatever it is. Your program must handle the command received, according to the "command when clicking the button" for the corresponding action on your system to be performed. The response to the command must be sent back to the application.

NOTE: @ is the end of the block and must be configured in the application, at your choice, in the "Configuration Settings" option.

On this website you can select the color code for each button: https://htmlcolorcodes.com/

 It is possible to read a temperature or pressure value, or any other analog value, according to the analog inputs of the microcontroller used.

Here is an example for the arduino uno that uses 3 buttons and 3 reading variables: https://drive.google.com/drive/folders/1qZffuaQnyIErMM0wHzl4ZbN6rpeslNGQ?usp=sharing
-Correção da exibição de valores no modo ASCII;
-Correção da exibição de valores de 16 bits (2 bytes) no modo HEX;
-Possibilidade de envio da cor do botão, texto do botão e valor do parâmetro configurado, ao mesmo tempo, no modo ASCII;
Allows applications to open network sockets.
Allows applications to connect to paired bluetooth devices.
Allows applications to discover and pair bluetooth devices.
Allows an app to access approximate location.
Allows an application to write to external storage.
Allows an application to read from external storage.