erminesoft logo
Go

Bluetooth Oscilloscope for PC

Published by  JOSE MUNOZ
  • Category
    Education
  • Developer
    JOSE MUNOZ
  • Downloads
    5000+
  • Android Version
    4.0.3 and up
  • Content Rating
    Everyone
Bluetooth Oscilloscope PC screenshot 1Bluetooth Oscilloscope PC screenshot 2Bluetooth Oscilloscope PC screenshot 3

Bluetooth oscilloscope

The oscilloscope Bluetooth application transforms your phone or tablet on an oscilloscope or voltmeter is connected via Bluetooth to a micro-controlled device such as a PIC, Arduino or Rasberry PI system. The Bluetooth Oscilloscope can display alternating signals (AC) and continuous signals (DC) on your mobile device securely as it connects wirelessly to your micro controller that captures the or DC signals AC and transmits it to your phone or tablet through Bluetooth.
Visit the http://www.profjmunoz.blogspot.com/ page from within the application by pressing the "ONLINE TUTORIALS" icon where you can find tutorials on connecting ac signals and DC to a Arduino system and transmit it to your phone or tablet for view through Bluetooth Oscilloscope application.
The oscilloscope Bluetooth application receives data from your micro system controlled in the following format:

Received Signal = $ Dato1Dato2 #
Example: Yes Data1 and Data2 = 4.25 = 60.5 receives $ 4.2560.5 #
The value of data1 is plotted and the value of data2 is displayed.

When the oscilloscope turns on the green icon on the character "1" micro controlled system is shipped. When the red button is pressed off the character "0" is sent, these values ​​can be used to control the processes that wish, such as a LED on or off, turn on or off sending data etc.
Then the program is conducted in an Arduino system for sending data to your tablet or phone. 11 (RX) and 12 (TX): Arduino 1, a bluetooth module HC-06 was used in the pins. The DC or AC signal is introduced by the analog pin A0:

// include the library code:
#include
//String mensaje,mensaje3;
#include
SoftwareSerial mySerial(11, 12); // RX, TX
char inChar;
// initialize the library with the numbers of the interface pins
LiquidCrystal lcd(8, 3, 4,6, 7,9);
float dato1=1.25;
float dato2=9.45;
String tmp;
unsigned long duracion1;
unsigned long duracion2;

//clipping indicator variables
boolean clipping = 0;

//data storage variables
byte newData = 0;
byte prevData = 0;

//freq variables
unsigned int timer = 0;//counts period of wave
unsigned int period;
int frequency;

// Lee Los DATOS DE Voltaje Pin A0
void readDatos();

void setup() {

Serial.begin(9600);
Serial.begin(9600);

// set up the LCD's number of columns and rows:
lcd.begin(20, 4);
// Print a message to the LCD.
lcd.setCursor(0,0);
lcd.print("Osciloscopio Bth");
//pinMode(A1,INPUT);
mySerial.begin(9600);

}

void loop() {

readDatos();
// Calcula la Frecuencia de la Señal


lcd.setCursor(0,2);
lcd.print("Datos1=");
lcd.print(dato1);
lcd.print("Datos2=");
lcd.print(dato2);
enviarDatos();


while (mySerial.available() > 0)
{
inChar= (mySerial.read());
lcd.setCursor(0,1);
lcd.print("Recibiendo=");
lcd.setCursor(13,1);
lcd.print(inChar);
inChar=' ';

}
delay(100);
}

// Lee los Datos e Voltajes Pueto Analogico A0
void readDatos()
{
//dato1= analogRead (A0);
dato1= (analogRead(A0)*0.00488);
dato2=00.0;
}
// Enviar Datos al Dispositivo Android
void enviarDatos()
{
mySerial.print('$');
readDatos();
mySerial.print(dato1);
mySerial.print(dato1); // Aquí se púede enviar otro dato al Android
mySerial.print ('#');

}

How to Install Bluetooth Oscilloscope for Windows PC or MAC:

Bluetooth Oscilloscope is an Android Education app developed by JOSE MUNOZ and published on the Google play store. It has gained around 5000 installs so far, with an average rating of 3.0 out of 5 in the play store.

Bluetooth Oscilloscope requires Android with an OS version of 4.0.3 and up. In addition, the app has a content rating of Everyone, from which you can decide if it is suitable to install for family, kids, or adult users. Bluetooth Oscilloscope is an Android app and cannot be installed on Windows PC or MAC directly.

Android Emulator is a software application that enables you to run Android apps and games on a PC by emulating Android OS. There are many free Android emulators available on the internet. However, emulators consume many system resources to emulate an OS and run apps on it. So it is advised that you check the minimum and required system requirements of an Android emulator before you download and install it on your PC.

Below you will find how to install and run Bluetooth Oscilloscope on PC:

  • Firstly, download and install an Android emulator to your PC
  • Download Bluetooth Oscilloscope APK to your PC
  • Open Bluetooth Oscilloscope APK using the emulator or drag and drop the APK file into the emulator to install the app.
  • If you do not want to download the APK file, you can install Bluetooth Oscilloscope PC by connecting your Google account with the emulator and downloading the app from the play store directly.

If you follow the above steps correctly, you should have the Bluetooth Oscilloscope ready to run on your Windows PC or MAC. In addition, you can check the minimum system requirements of the emulator on the official website before installing it. This way, you can avoid any system-related technical issues.

Download Bluetooth Oscilloscope For PC

Bluetooth Oscilloscope APK 1.02.02 MB1.0