Αποθηκευμένα
Επίλεξε το όνομα που θα εμφανίζεται στο μενού Αποθηκευμένα.
Εγινε!
| Προγραμματιστής: | JOSE MUNOZ (21) | ||
| Τιμή: | * Δωρεάν | ||
| Κατατάξεις: | 0 | ||
| Σχόλια: | 0 Δημοσίευση σχολίου | ||
| Βαθμολογία: | $10,550 | ||
| Λίστες: | 1 + 0 | ||
| Βαθμοί: | 0 + 40 (2.6) ¡ | ||
| +1 Βαθμοί | |||
Περιγραφή
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 ('#');
}
Στιγμιότυπα οθόνης










βίντεο
Ιστορία τιμών
-
* Περιέχει διαφημίσεις - Τρέχουσα τιμή: Δωρεάν
- Ελάχιστο: Δωρεάν
- Μέγιστο: Δωρεάν
Παρακολούθηση τιμών
Βαθμολογία AppAgg
Εκτιμώμενη βαθμολογία για αυτήν την εφαρμογή
$10,550
Οι υψηλότερες βαθμολογίες συνήθως σημαίνουν ισχυρότερα σήματα στο AppAgg.
Βασισμένο σε: 🔥 δημοτικότητα · ⭐ αξιολογήσεις χρηστών · 🕒 επικαιρότητα · 🏷️ προσφορές · 🏬 δεδομένα καταστημάτων · 👥 δραστηριότητα κοινότητας
Αυτή η βαθμολογία είναι μόνο για ενημερωτικούς σκοπούς. Δεν είναι πραγματική τιμή, προσφορά πώλησης ή αποτίμηση αγοράς.
URL μικρού μήκους: Αντιγράφηκε!
Ad
Πρόσθετες πληροφορίες
- Ημερομηνία έκδοσης:
- Κατηγορία:
Android Εφαρμογές›Εκπαίδευση - Λειτουργικό σύστημα:
Android 4.1 - Μέγεθος:
6 Mb - Αξιολόγηση περιεχομένου:
Everyone - Google Play Εκτίμηση:
2.6(40) - Ιστοσελίδα:
http://profjmunoz.blogspot.com
Προγραμματιστής
- Jose Munoz
- Πλατφόρμες: Android Εφαρμογές (19) iOS Εφαρμογές (2)
- Λίστες: 1 + 0
- Βαθμοί: 2 + 721 ¡
- Κατατάξεις: 0
- Σχόλια: 0
- Εκπτώσεις: 0
- Βίντεο: 13
- RSS: Εγγραφή
Λίστες (1)
- 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 δεν φιλοξενεί εφαρμογές ούτε διανέμει λογισμικό. Όλα τα εμπορικά σήματα, τα λογότυπα και τα στιγμιότυπα οθόνης ανήκουν στους αντίστοιχους κατόχους τους.
- 🌟 Κοινή χρήση
- Google Play
Παρόμοια
-
- Bluetooth Power
- Android Εφαρμογές: Εκπαίδευση Με: MSPLDevelopers
- * Δωρεάν
- Λίστες: 0 0 0
- Βαθμοί: 1 + 0 Βαθμολογία: $5k Εκδοχή: 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 + 0 Βαθμολογία: $2k Εκδοχή: 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 + 0 Βαθμολογία: $3k Εκδοχή: 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 + 495 (3.3) Βαθμολογία: $26k Εκδοχή: 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) Βαθμολογία: $12k Εκδοχή: 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 + 0 Βαθμολογία: $3k Εκδοχή: 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 Monitor Serial
- Android Εφαρμογές: Εκπαίδευση Με: soscontrole
- * Δωρεάν
- Λίστες: 0 0 0
- Βαθμοί: 0 + 0 Βαθμολογία: $3k Εκδοχή: 4.0.3 This app can be used to perform bluetooth sniffer with your arduino project or other microcontroller. It can send or receive data via bluetooth. Compatible with SPP bluetooth (HC05, ... ⥯
-
- Bluetooth Car BETA
- Android Εφαρμογές: Εκπαίδευση Με: Vasilhs Basilhs
- Δωρεάν
- Λίστες: 0 0 0
- Βαθμοί: 0 + 0 Βαθμολογία: $3k Εκδοχή: 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 ... ⥯
-
- Bluetooth Car Control BT
- Android Εφαρμογές: Εκπαίδευση Με: Salvatored
- * Δωρεάν
- Λίστες: 0 0 0
- Βαθμοί: 0 + 0 Βαθμολογία: $4k Εκδοχή: 1.1.0 Take full control of your robotics projects with Bluetooth Car Control! This app is specifically designed for electronics enthusiasts, engineers, and students looking for a ... ⥯
-
- Bluetooth LED Kontrol
- Android Εφαρμογές: Εκπαίδευση Με: ByMirza.net
- Δωρεάν
- Λίστες: 0 0 0
- Βαθμοί: 0 + 0 Βαθμολογία: $3k Εκδοχή: 1.07 Led Controller HC-05 Bluetooth Arduino Software You can visit our website for Arduino code required ⥯
-
- Oscilloscope Simulator
- Android Εφαρμογές: Εκπαίδευση Με: Edugameapp
- * * Δωρεάν
- Λίστες: 0 0 0
- Βαθμοί: 0 + 0 Βαθμολογία: $3k Εκδοχή: 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 Βαθμολογία: $2k Εκδοχή: 1.1 A data logging device that is compatible with tablets and features five sensors for your scientific enquiries. Requires Android 10 or later. ⥯
-
- KSP Bluetooth Control
- Android Εφαρμογές: Εκπαίδευση Με: KSP ELECTRONICS
- Δωρεάν
- Λίστες: 0 0 0
- Βαθμοί: 0 + 0 Βαθμολογία: $3k Εκδοχή: 1.0.2 KSP Bluetooth Control is a simple and powerful app designed to help you connect, control, and monitor your Bluetooth-enabled devices with ease. Whether you re using smart home ... ⥯
-
- ET Bluetooth Controller
- Android Εφαρμογές: Εκπαίδευση Με: KETRI
- Δωρεάν
- Λίστες: 0 0 0
- Βαθμοί: 0 + 0 Βαθμολογία: $4k Εκδοχή: 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