完成!
开发人员: JOSE MUNOZ (21)
价格: * 免费
排名: 0 
评论: 0 发表评论
列表: 1 + 0
积分: 0 + 40 (2.6) ¡
+1 积分

说明

Bluetooth Oscilloscope
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 ('#');

}
查看更多 ↓

屏幕截图

#1. Bluetooth Oscilloscope (Android) 来自: JOSE MUNOZ
#2. Bluetooth Oscilloscope (Android) 来自: JOSE MUNOZ
#3. Bluetooth Oscilloscope (Android) 来自: JOSE MUNOZ
#4. Bluetooth Oscilloscope (Android) 来自: JOSE MUNOZ
#5. Bluetooth Oscilloscope (Android) 来自: JOSE MUNOZ
#6. Bluetooth Oscilloscope (Android) 来自: JOSE MUNOZ
#7. Bluetooth Oscilloscope (Android) 来自: JOSE MUNOZ
#8. Bluetooth Oscilloscope (Android) 来自: JOSE MUNOZ
#9. Bluetooth Oscilloscope (Android) 来自: JOSE MUNOZ
#10. Bluetooth Oscilloscope (Android) 来自: JOSE MUNOZ

视频

价格历史

  •  
  • 目前价格: 免费
  • 最小值: 免费
  • 最大值: 免费
可选
Ad

其他信息

新版变化

  • 版本: 1.0
  • 已更新:
  • New content added. Improve application performance

开发人员

列表 (1)

  • fbd
    • 0 fbd
    • 4
    (1) arduino
  • Bluetooth Oscilloscope

积分 (0)

0 ☹️

排名 (0)

0 ☹️

评论 (0)

成为第一个发表评论的人 🌟
«Bluetooth Oscilloscope». 平台: Android. 类别: 教育. 开发商: «JOSE MUNOZ». 首次发布: . 最后更新: . 目前价格: 免费. 该条目尚未在 AppAgg 上获得评分或评论。 列表: 公开: 1, 私密: 0. 商店: Google Play. 店铺评价: 2.6. 投票数: 40. AppAgg 会跟踪 «Bluetooth Oscilloscope»的价格历史、评分和用户反馈。 关注未来折扣和更新: RSS. AppAgg 不托管应用程序或分发软件。 所有商标、徽标和屏幕截图均属于其各自所有者。
Bluetooth OscilloscopeBluetooth Oscilloscope 短网址: 已复制!
  • 🌟 分享
  • Google Play

类似

    • Bluetooth Power
    • Android 应用: 教育  来自: MSPLDevelopers
    • * 免费  
    • 列表: 0  0  0
    • 积分: 1   版本: 99.4   Bluetooth is a wireless technology that allows personal computers, laptops, cell phones and other electronic enables devices to communicate with each other over short distances of ...
        ⥯ 
    • Bluetooth Thermometer
    • Android 应用: 教育  来自: Pocket Tutor
    • 免费  
    • 列表: 0  0  0
    • 积分: 0  版本: 1.2.3   Bluetooth Thermometer displays temperature using a bluetooth enabled development board. The Android client connects to the bluetooth module and reads data streaming from an Arduino or ...
        ⥯ 
    • Bluetooth Arduino Robot Car
    • Android 应用: 教育  来自: Dibis
    • 免费  
    • 列表: 0  0  0
    • 积分: 0  版本: 1.4   Bluetooth LE Remote control for Arduino Robot Car BLE RobotCar is a simple application for remote control, via Bluetooth LE, of some devices equipped with an Arduino board. After ...
        ⥯ 
    • Bluetooth RC Car Control DIY
    • Android 应用: 教育  来自: NECO
    • * 免费  
    • 列表: 1  0  0
    • 积分: 0 + 493 (3.3)  版本: 1.2.6   DIY Bluetooth JoyStick will help you for your DIY projects! Controller for control your projects with bluetooth module You can use it for arduino car control. MY WEB PAGE : ...
        ⥯ 
    • Bluetooth RC
    • Android 应用: 教育  来自: HuyNguyen
    • * 免费  
    • 列表: 1  0  0
    • 积分: 0 + 374 (2.5)  版本: 1.2.8   Arduino code + Schematic: https://github.com/TheHLab/Bluetooth-RC-Diecast-Car This application built for your DIY project. It's a cool Bluetooth RC app with steering wheel and gas ...
        ⥯ 
    • Bluetooth Car Controller
    • Android 应用: 教育  来自: PreExam.in
    • 免费  
    • 列表: 0  0  0
    • 积分: 0  版本: 2.0.0   BluetoothCar is a simple and reliable app that lets you control a Bluetooth-enabled car directly from your Android smartphone. Using an easy-to-use directional control interface, you ...
        ⥯ 
    • Bluetooth Car BETA
    • Android 应用: 教育  来自: Vasilhs Basilhs
    • 免费  
    • 列表: 0  0  0
    • 积分: 0  版本: 1.0.2   With the Bluetooth Car app, you can control an Arduino-based remote-controlled car via Bluetooth. Implementation instructions: https://polynoe.lib.uniwa.gr/xmlui/handle/11400/4916 ...
        ⥯ 
    • Oscilloscope Simulator
    • Android 应用: 教育  来自: Edugameapp
    • * * 免费  
    • 列表: 0  0  0
    • 积分: 0  版本: 1.6.0   Osciloscope Simulator is an app that simplified designed to help teacher to give the explanation about how to read Osciloscope scale screen. With this app, user or student can easily ...
        ⥯ 
    • ET Bluetooth Controller
    • Android 应用: 教育  来自: KETRI
    • 免费  
    • 列表: 0  0  0
    • 积分: 0  版本: 1.0.2   The newly released ET Bluetooth Controller is an application that allows communication and control by connecting ET Board and Bluetooth. This program was created as educational ...
        ⥯ 

您可能还喜欢

最近浏览

AppAgg 中可使用的搜索运算符
添加到 AppAgg
AppAgg
立即免费加入AppAgg
注册
登录