| مطوّر البرامج: | JOSE MUNOZ (19) | ||
| السعر: | * مجاني | ||
| لتصنيفات: | 0 | ||
| المراجعات: | 0 أكتب مراجعة | ||
| قوائم: | 1 + 0 | ||
| النقاط: | 0 + 40 (2.6) ¡ | ||
| Google Play | |||
الوصف
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 ('#');
}
لقطات










فيديو
السعر
-
* تتضمن إعلانات - اليوم: مجاني
- الحد الأدنى: مجاني
- الحد الأقصى: مجاني
تتبّع الأسعار
مطوّر البرامج
- JOSE MUNOZ
- المنصات: Android تطبيقات (18) iOS تطبيقات (1)
- قوائم: 1 + 0
- النقاط: 2 + 727 ¡
- لتصنيفات: 0
- المراجعات: 0
- تخفيضات: 0
- أشرطة فيديو: 13
- RSS: اشتراك
النقاط
0 ☹️
لتصنيفات
0 ☹️
قوائم
المراجعات
كن الأول لمراجعة هذا المنتج 🌟
معلومات إضافية
- الإصدار: 1.0
- الفئة:
Android تطبيقات›تعليم - نظام التشغيل:
Android 4.1 - الحجم:
6 Mb - تقييم المحتوى:
Everyone - Google Play تقييم:
2.6(40) - تم التحديث:
- تاريخ الإصدار:
جهات الاتصال
- الموقع الإلكتروني:
http://profjmunoz.blogspot.com
- 🌟 مشاركة
- Google Play
قد يعجبك ايضا
-
- Bluetooth Power
- Android تطبيقات: تعليم بواسطة: MSPLDevelopers
- * مجاني
- قوائم: 0 + 0 لتصنيفات: 0 المراجعات: 0
- النقاط: 1 + 0 الإصدار: 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 Earbuds – Guide
- Android تطبيقات: تعليم بواسطة: salematiyat
- * مجاني
- قوائم: 0 + 0 لتصنيفات: 0 المراجعات: 0
- النقاط: 0 + 0 الإصدار: 3 - Bluetooth Earbuds application is free, suitable for friends and family - Bluetooth Earbuds application is compatible with all Android devices - Bluetooth Earbuds application works ... ⥯
-
- Bluetooth remote control car
- Android تطبيقات: تعليم بواسطة: Salvatored
- * مجاني
- قوائم: 1 + 0 لتصنيفات: 0 المراجعات: 0
- النقاط: 0 + 0 الإصدار: 1.6 Turn your smartphone into a powerful remote control for your stroller using Bluetooth technology. Experience the thrill of steering your stroller remotely with just a few taps on the ... ⥯
-
- Bluetooth Arduino Robot Car
- Android تطبيقات: تعليم بواسطة: Dibis
- مجاني
- قوائم: 0 + 0 لتصنيفات: 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
- النقاط: 0 + 460 (3.4) الإصدار: 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
- النقاط: 0 + 370 (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 ... ⥯
-
- Oscilloscope Simulator
- Android تطبيقات: تعليم بواسطة: Edugameapp
- * * مجاني
- قوائم: 0 + 0 لتصنيفات: 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 ... ⥯
-
- Bluetooth Data Logger
- Android تطبيقات: تعليم بواسطة: TTS Group
- مجاني
- قوائم: 0 + 0 لتصنيفات: 0 المراجعات: 0
- النقاط: 0 + 0 الإصدار: 1.1 A data logging device that is compatible with tablets and features five sensors for your scientific enquiries. Requires Android 10 or later. ⥯
-
- DHT11 with Bluetooth
- Android تطبيقات: تعليم بواسطة: Tuan Hazeem Joonus
- مجاني
- قوائم: 0 + 0 لتصنيفات: 0 المراجعات: 0
- النقاط: 0 + 0 الإصدار: 1.12 This application will help you to visualize your DHT11 sensor data connected to an Arduino microcontroller with charts, gauges, and tables using the HC-05 Bluetooth module (BT). So, ... ⥯
-
- Arduino Bluetooth Led Control
- Android تطبيقات: تعليم بواسطة: AlEl
- مجاني
- قوائم: 0 + 0 لتصنيفات: 0 المراجعات: 0
- النقاط: 0 + 0 الإصدار: 1.2 Bluetooth controller for Arduino ⥯
-
- USB Accessory Oscilloscope
- Android تطبيقات: تعليم بواسطة: BYLi
- مجاني
- قوائم: 0 + 0 لتصنيفات: 0 المراجعات: 0
- النقاط: 1 + 92 (3.0) الإصدار: 3.28 This is an improved version of Jeremy's Oscilloscope. Features include: - View, measure, and capture waveform in real time - Automatically calculate frequency, Vpp, and DC offset - ... ⥯
-
- Arduino Bluetooth RC Car
- Android تطبيقات: تعليم بواسطة: omfaer
- مجاني
- قوائم: 1 + 0 لتصنيفات: 0 المراجعات: 0
- النقاط: 0 + 0 الإصدار: 2.1.1 Carino is a Bluetooth RC Car application. Carino controls the RC Car via bluetooth connection. It has a simple and easy to use interface. This app; With a microcontroller (recommended ... ⥯
-
- RC Bluetooth Control
- Android تطبيقات: تعليم بواسطة: JOSE MUNOZ
- * مجاني
- قوائم: 0 + 0 لتصنيفات: 0 المراجعات: 0
- النقاط: 0 + 0 الإصدار: 1.0 RC Bluetooth Control enables high-speed connections of data between Arduino, PIC and Rasberry Pi devices via Bluetooth connection The connection to remote devices is immediate, without ⥯
-
- ELIO -DIY Bluetooth Controller
- Android تطبيقات: تعليم بواسطة: mobilian
- مجاني
- قوائم: 0 + 0 لتصنيفات: 0 المراجعات: 0
- النقاط: 0 + 0 الإصدار: 10.4 "ELIO" is a DIY bluetooth controller & smartphone application that enhances your creativity and your creative life. You don't have to worry about even you don't have a knowledge about ... ⥯
