ON OFF  Enviar y Recibir datos por Bluetooth de uC Application icon

ON OFF Enviar y Recibir datos por Bluetooth de uC 4

3 MB / 1+ Downloads / Rating 1.5 - 2 reviews


See previous versions

ON OFF Enviar y Recibir datos por Bluetooth de uC, developed and published by Net Andino, has released its latest version, 4, on 2022-12-06. This app falls under the Education category on the Google Play Store and has achieved over 100 installs. It currently holds an overall rating of 1.5, based on 2 reviews.

ON OFF Enviar y Recibir datos por Bluetooth de uC APK available on this page is compatible with all Android devices that meet the required specifications (Android 2.1+). It can also be installed on PC and Mac using an Android emulator such as Bluestacks, LDPlayer, and others.

Read More

App Screenshot

App Screenshot

App Details

Package name: appinventor.ai_ventasnetandino.ON_OFF

Updated: 2 years ago

Developer Name: Net Andino

Category: Education

New features: Show more

App Permissions: Show more

Installation Instructions

This article outlines two straightforward methods for installing ON OFF Enviar y Recibir datos por Bluetooth de uC on PC Windows and Mac.

Using BlueStacks

  1. Download the APK/XAPK file from this page.
  2. Install BlueStacks by visiting http://bluestacks.com.
  3. Open the APK/XAPK file by double-clicking it. This action will launch BlueStacks and begin the application's installation. If the APK file does not automatically open with BlueStacks, right-click on it and select 'Open with...', then navigate to BlueStacks. Alternatively, you can drag-and-drop the APK file onto the BlueStacks home screen.
  4. Wait a few seconds for the installation to complete. Once done, the installed app will appear on the BlueStacks home screen. Click its icon to start using the application.

Using LDPlayer

  1. Download and install LDPlayer from https://www.ldplayer.net.
  2. Drag the APK/XAPK file directly into LDPlayer.

If you have any questions, please don't hesitate to contact us.

App Rating

1.5
Total 2 reviews

Previous Versions

ON OFF Enviar y Recibir datos por Bluetooth de uC 4
2022-12-06 / 3 MB / Android 2.1+

About this app

Esta pqueña aplicación está diseñado para poder manipula cualquier cosa de modo, Enceder ON, Apagar OFF y Cerrar por Medio de Bluetooth desde su equipo Android.

DATOS:

MotorON = 1 en byte
MotorOFF = 2 en Byte
ApkCLOSE = 3 en Byte

También puede mandar cualquier datos de modo char y manejar sería así 'A' 'a'

El último permite poner todo en bajo y cerrar la aplicación, Aquí en seguida se pone un poco de los códigos que se usan en compiladores de Lenguaje C

while(TRUE){

pic=getc();

switch (pic)
{

case 1: //modo byte
VERDE();
break;

case '2': // modo char
AMBAR();
break;

case 'C': //modo char
delay_ms(10);
printf ("AZUL \r\n");
AZUL();
break;
}

}

New features

Hemos agregado nuevas funciones como enviar datos y recibir datos

App Permissions

Allows applications to open network sockets.
Allows applications to discover and pair bluetooth devices.
Allows applications to access information about networks.
Allows applications to access information about Wi-Fi networks.
Allows applications to connect to paired bluetooth devices.