custom USB and Bluetooth interface and Android app for data logging
To make the experience fit your profile, pick a username and tell us what interests you.
We found and based on your interests.
#include
CustomSoftwareSerial* customSerial;
void setup() {
Serial.begin(19200);
while (!Serial) {
;
}
Serial.write("Mendooo Electronics");
customSerial = new CustomSoftwareSerial(11, 10); // rx, tx
customSerial->begin(19200, CSERIAL_7O1);
}
void loop() {
if (customSerial->available())
Serial.write(customSerial->read());
if (Serial.available())
customSerial->write(Serial.read());
}
change baud rate of serial monitor to 19200
move the potentiometer until you see something like ( 107393;000:0 ) on serial monitor
if you are using hc-06 bluetooth interface you need to change baud rate to 19200
https://www.instructables.com/id/AT-command-mode-of-HC-05-Bluetooth-module/
Create an account to leave a comment. Already have an account? Log In.
Hello sir. I am the one who make this project's type, but now i have a problem. May I ask your some question? Best reglads.
Become a member to follow this project and never miss any updates
This project “Uni-t ut61e” has attracted me because it is a part of my interest. One should read more about reviews of our site. It is offering best platform for the android devices to be used for data logging that’s why I am interested in purchasing it.