Easy Arduino Data Logging and Telemetry

Поділитися
Вставка
  • Опубліковано 5 сер 2024
  • Here's a program that I wrote to make it easy to visualize data from an Arduino or other microcontroller. The microcontroller sends data to the PC as CSV text. The software can visualize that data in the form of line charts, histograms, Fourier transforms and statistical calculations.
    The video starts with two demos: first an STM32-based balancing robot that streams out accelerometer, gyro and magnetometer sensor readings. Then a demo with an Arduino that has a CdS light sensor, a potentiometer and a thermistor.
    I cover how to write the Arduino sketch, and then show how to use the Telemetry Viewer program.
    The rest of the video is an explanation of how the Java source code is laid out. A model-view-controller methodology is used.
    To use the program you will need to have Java 8 installed.
    Download the program and source code here:
    www.farrellf.com/TelemetryViewer/
    github.com/farrellf/Telemetry...
    Telemetry Viewer is free and open source. If you find it useful and want to "buy me a coffee" that would be awesome: paypal.me/farrellfarahbod
    Edit: There's a new version available, check out the updated video:
    • GPU-Accelerated Arduin...
  • Наука та технологія

КОМЕНТАРІ • 233

  • @breakthebreak966
    @breakthebreak966 2 роки тому +1

    You have no idea how helpful this is. I've been searching for a month for this exact video.

  • @Taran72
    @Taran72 5 років тому +7

    Thank you very much for sharing this! I've been looking around for something like this. I tried to do it on my own but didn't succeed. :) You are the best!

  • @VoeViking
    @VoeViking 7 років тому +1

    Thank you for sharing and taking the time to make the video.

  • @sobreviviendoalau8499
    @sobreviviendoalau8499 7 років тому +10

    i signed up just for leaving my like. THANK YOU SO MUCH!!!

  • @fabienherve5565
    @fabienherve5565 6 років тому +3

    What an amazing soft !
    This is exactly what I'm looking for.
    Thank you so much for this and for your tutorial !

  • @omgkingdano
    @omgkingdano 7 років тому +1

    This looks like a really great application.
    Well done!

  • @rafaellucas8268
    @rafaellucas8268 7 років тому +6

    This is amazing! Thanks for sharing this with us!

  • @Reesespeices918
    @Reesespeices918 Рік тому +1

    Thank you so much, I've been looking so long for this explanation

  • @rorythompson1070
    @rorythompson1070 6 років тому +1

    Thanks so much, been looking for something like this for ages!

  • @movax20h
    @movax20h 5 років тому +5

    Good design. Few suggestions: 1) Time instead of samples on x axis. Either absolute time of a day, or relative time from the start of measurements. 2) When reading from serial also dump data in parallel to a file (or files) for offline analysis with other programs. 3) Ability to have multiple different time bases on different charts. I.e. one showing only last 60 seconds, and another showing same data from last 6 hours, with decimated data (min/avg/max).

  • @leisryan
    @leisryan 3 роки тому +2

    Awesome Project...! Clearly laid out...! Thank you for this..!

  • @jnecece
    @jnecece 4 роки тому +1

    Thank you so much. It was something I was looking for. Your work is commendable.

  • @freeelectron8261
    @freeelectron8261 4 роки тому +1

    Very impressive - that must have been a lot of work and time to write . Well done Mr upgrdman!

  • @burgulize
    @burgulize 7 років тому +17

    This is amazing!
    Thank you so much for sharing and explaining , you earned a huge like!
    I wish my java teacher would have implemented something like that to spice up the boring projects he gives us!

  • @paulrobion
    @paulrobion 7 років тому +1

    Thanks for this amazing job !! Exactly what I was looking for, even better !

  • @gregor.potrebujes
    @gregor.potrebujes 3 роки тому

    Beautiful work mate! Thank you for sharing this!

  • @tomcarroll6744
    @tomcarroll6744 3 місяці тому +1

    Very nicely done. I'll give it a try. It gave me an idea on how to think about my data differently. Helpful for us if you make the code bigger to see from our end.

  • @anadack7878
    @anadack7878 4 роки тому +1

    Thanks you so much !! the world need guy like you

  • @nielspaulin2647
    @nielspaulin2647 2 роки тому +1

    Absolutely EXCELLENT !!! You saved me a lot of time. Thanks a lot.

  • @bluehornet6752
    @bluehornet6752 6 років тому +1

    That's bad ass man. Incredible application!

  • @RikerRC
    @RikerRC 7 років тому +2

    This is awesome! Thank you for sharing this.

  • @ollydsouza
    @ollydsouza Рік тому

    Very useful for a student comparing data transfer speeds!

  • @RafaelAlmeida-sl7ef
    @RafaelAlmeida-sl7ef 6 років тому +1

    Excellent work, thank you for sharing.

  • @brettlowery461
    @brettlowery461 3 роки тому +1

    Brilliant, and thank you for sharing. Hopefully I can get it working

  • @TheJenkins124
    @TheJenkins124 5 років тому +2

    Awesome video and program.

  • @su18ku12
    @su18ku12 7 років тому +1

    The Real MVP!!! Well done!

  • @DataLog
    @DataLog 3 роки тому

    We had a strong earthquake in Croatia, and we don't have money for decent seismology equipment. (it is sad because Andrija Mohorovičić was born here..)
    Your software will help us to build a web of smaller stations all around the country and track the data. I am planning to upgrade our meteor web (Visnjan Observatory started a project of tracking meteors with web of cameras all around the country years ago). We have 24/7 running servers and cameras on 350 locations. We will now start upgrading those stations to track earthquakes and I will personally make sure that as soon as this project gets going you receive as much money as possible. Thank you very much!

  • @drfdfe
    @drfdfe 7 років тому +1

    Nice job! Looks like a handy tool. Thx..

  • @jonvassella1076
    @jonvassella1076 6 років тому +1

    terrific video - thank you very much

  • @uj_tech618
    @uj_tech618 6 років тому +3

    this made my day!!
    great work thumbs up :)

  • @DaKILLaGod
    @DaKILLaGod 4 роки тому

    well, i have written my own in python few days back... :-D thanks for sharing video of yours as the inspiration is mind blowing! :-D

  • @samadkhan295
    @samadkhan295 7 років тому +1

    dude u just made my day love u man...

  • @danielmacedovilca7820
    @danielmacedovilca7820 6 років тому +1

    Really great job. Greetings from Perú

  • @kimholtz6466
    @kimholtz6466 5 років тому +2

    Thank you very much for sharing......great tool !!!

  • @dileepsenevirathne4329
    @dileepsenevirathne4329 5 років тому +2

    DUDE This is awsome!!!!!!!!!!! Thank you for sharing keep up the good work.....

  • @ZestyMuffins
    @ZestyMuffins 7 років тому

    This is really cool. Thanks for sharing

  • @GiveForaSmile
    @GiveForaSmile 7 років тому +1

    Very nice software, thanks!!

  • @PCJAVH
    @PCJAVH 6 років тому +2

    Muy buen código, simple y concreto. mejor no puede estar. Muchas gracias por compartir, Saludos desde Colombia.

    • @penguin0123
      @penguin0123 5 років тому

      Hey John, podrias ayudarme con algo, por favor? Gracias

  • @bobsponge9792
    @bobsponge9792 7 років тому

    Just what i need :D, Thank you so much !!

  • @roxenhs6407
    @roxenhs6407 7 років тому +2

    Amazing work as usual. Just got exactly, what I need. Bundle of thanks.

    • @upgrdman
      @upgrdman  7 років тому

      Thanks for the kind feedback.

  • @patrickmetzner4607
    @patrickmetzner4607 7 років тому +1

    Great video!

  • @adlenenafi9976
    @adlenenafi9976 4 роки тому +1

    you saved me man, thanks a lot

  • @kongdangchi3402
    @kongdangchi3402 5 років тому +1

    Really good job

  • @jonathancartilla4223
    @jonathancartilla4223 6 років тому +1

    thank you..
    this helps a lot.

  • @InfanteBoy
    @InfanteBoy 3 роки тому

    thank you for sharing, nice tool!!!

  • @herrkronen9694
    @herrkronen9694 3 роки тому +2

    This is not easy at all .. But is amazing!, great programming work ! This inspires me ti keep learning !

    • @upgrdman
      @upgrdman  3 роки тому +2

      Thanks for the kind feedback! Good luck with your projects.

  • @ehsanrohaimi8647
    @ehsanrohaimi8647 7 років тому +1

    hi, thanks for sharing.
    can you specify the data that collected from sensor and equation you used to plotting the graph ?

  • @phunterza
    @phunterza 4 роки тому +1

    Thank you very much sir. I like it.

  • @brucea4185
    @brucea4185 3 роки тому

    Awesome app. Thanks. You cleared my thirst from Arduino's serial plotter. Only daring wish is; it would been nice if there was a way to clear data while app is still up.

  • @mariotretinjak1863
    @mariotretinjak1863 7 років тому

    Amazing work and big like from me.

  • @srknyxl
    @srknyxl 7 років тому

    very very thanks for this useful software :)

  • @thescienceysworkshop5368
    @thescienceysworkshop5368 3 роки тому +1

    wow bro!! this is amazing .. we can use this technique in model rocket for seeing the performance of the rocket

  • @covertops4306
    @covertops4306 5 років тому +1

    Superb tool

  • @alexandracotoranu646
    @alexandracotoranu646 Рік тому

    I am doing a project based on the transmission of signals through telemetry and your program helps me a lot. By means of the fourier transform, the signal can be visualized in a different way compared to the time domain, for example, or is it also the final form of the information?

  • @suleymankzkloglu
    @suleymankzkloglu 4 роки тому +1

    Thank you big teacher .

  • @mochammadariyanto6690
    @mochammadariyanto6690 3 роки тому +1

    Amazing ..thank you..

  • @Elad6k
    @Elad6k 6 років тому

    That is excellent!!! just one thing missing... connect it to a rtc

  • @DenysSene
    @DenysSene 7 років тому

    really nice!

  • @penguin0123
    @penguin0123 5 років тому

    Hi. The gyroscope data in CSV file, I mean gy, gy, and gz, can be set each one in columns? Thank you.

  • @programorprogrammed
    @programorprogrammed 7 років тому

    Fantastic buddy

  • @fabiov6399
    @fabiov6399 7 років тому

    Thanks for your amazing software. I'm using it to monitor my little greenhouse. Just displaying some moisture, temperature and humidity values. Any chance I can modify it to have the time stamp instead of the sample numbers?

  • @essamrama6156
    @essamrama6156 7 років тому +1

    very nice my friend tank you

  • @richardwells2687
    @richardwells2687 3 роки тому

    Thank you Kind Sir.

  • @user-fh1ur4od9n
    @user-fh1ur4od9n 6 років тому +1

    Thank you So much.

  • @Gaatech
    @Gaatech 7 років тому

    great project

  • @Livevvire9
    @Livevvire9 6 років тому +4

    excellent tutorial. thanks for sharing.
    i used this for the string if helps anyone
    Serial.println(String() + sensor1 + "," + sensor2 + "," + sensor3);

  • @oentronicneotronic9153
    @oentronicneotronic9153 7 років тому

    Hello, I'm happy that you alwas uploading your telemery viewer! Relly good job
    Woult to be possible to change the BACKGROUD Color to black?, It will look even better
    at night.. thanx

  • @konturgestalter
    @konturgestalter 4 роки тому +1

    I LOVE IT

  • @waleedkahn4961
    @waleedkahn4961 4 роки тому +1

    you the man

  • @drwinkhaing2860
    @drwinkhaing2860 7 років тому +3

    Very amazing, let me share.

  • @ruslan.zhumabai
    @ruslan.zhumabai 4 роки тому +1

    I cannot open the file. Could you help me? Maybe my laptop requirements some settings for opening java file.

  • @Tobby4063
    @Tobby4063 3 роки тому

    Brilliant.

  • @leandrohugosobrino7741
    @leandrohugosobrino7741 5 років тому +1

    Hi, nice project. Is it possible to add Time stamp of computer in X-Axis ?

  • @dipakvarade9212
    @dipakvarade9212 7 років тому

    Thank you for such a great tutorial.
    Can you tell me how can I do this telemetry using Esp 8266 (wireless one) rather than using com port(wired one)
    Thanks

  • @ujwaljoshi3007
    @ujwaljoshi3007 5 років тому +1

    How did u sperate the csv data from arduino?

  • @meryemlaamim6996
    @meryemlaamim6996 4 роки тому

    Thank you for sharing with us this amazing program ! i used this program to visualise graphs of an 3 axis accelometer and it works very good but i have a question why fourier transforms is shown up with power(watts) ? (i will be so grateful if you answer my question)

  • @mythbuster204
    @mythbuster204 7 років тому +2

    Amazing

  • @temirkhanamanbaev42
    @temirkhanamanbaev42 7 років тому

    Thanks man. Very Cool!.

  • @MegaJoe78
    @MegaJoe78 5 років тому

    Hi , great video . Is it possible to log normal rs232 data ? For example .
    Communication is based on standard RS232 at 19200,n,8,1
    .Each data frame consits of 5 bytes
    typdef struct
    {
    ubyte channel;
    ubyte idChar;
    ubyte valueH;
    ubyte valueL;
    ubyte checksum;
    }
    Ive all the needed data .
    Thanks

  • @oliverpineda7470
    @oliverpineda7470 7 років тому

    Is it possible to change the code so it will receive from the serial port String values such as the name of a team or some status sent from an arduino in csv and making some filter to save that string values on some database without adding them in the graphs because they will make the program crash?

  • @harfogolo
    @harfogolo 7 років тому +1

    That is just great

  • @Lucash90
    @Lucash90 6 років тому

    Hello! Thank you for sharing this with us, it's very interesting. I would like to ask a beginner's question, the sample code with an "analogRead" I understand, but I have difficulty applying it when the signal is digital. A simple example, when I use an HC-SR04 (distance) sensor, I have a "digitalRead" and I also need to calculate the distance.
    (distance= int (0.017*time)
    I tried different codes, but to no avail.
    Thank you

  • @lukievanniekerk4362
    @lukievanniekerk4362 Рік тому

    Amazing just what i needed. Thank you so much for the great work. Just one thing how do a add distance and time + speed. Using rotary encoder for speed and pot for distance.

  • @slimx4u
    @slimx4u 7 років тому +1

    Amazing and flexible program. Thanks for sharing it! Do you use the serial-comm library for Java as in one of your previous videos?

    • @upgrdman
      @upgrdman  7 років тому +1

      Thanks. Yes, I am using the same jSerialComm library as before.

    • @slimx4u
      @slimx4u 7 років тому

      Thank you! :)

  • @muhammadaitzazabbasi9817
    @muhammadaitzazabbasi9817 5 років тому

    Actually I am sending Frequency and voltage data of my sensor on UART using ARM cortex M7 controller. Is it possible to plot voltage according to my frequency data using telemetry view software. if yes then how i can ??

  • @meierthomas
    @meierthomas 4 роки тому

    Great way to visualise and understand data - I especially like the different ways to scale so that you may be able to look at data over a particular period of time. Saw on the connection preferences that other than COM ports you also support UDP and TCP methods. Do you have any code samples to use these options? Your robot would've used either I figure

    • @meierthomas
      @meierthomas 4 роки тому +1

      Hey, just found the answer in another of your great tutorials. So all good :)

  • @stevenmarshall8639
    @stevenmarshall8639 7 років тому

    hello. is it possible to upload a jar executable file
    to an Nextion HMI?

  • @tusherabdulaziz3070
    @tusherabdulaziz3070 4 роки тому +1

    thanks a ton

  • @silentgame8702
    @silentgame8702 3 роки тому

    In version 0.6 the screen does not update itself, it is frozen, it is necessary to open a menu so that the time advances on the graph. You can help?

  • @MeseretNigatie
    @MeseretNigatie 5 років тому

    Farrell Farahbod, thank you for your effort and time to code and to make this video. I went through the code and it is amazingly coded. I have some questions if it's not too much to ask. First of all, do you think it is possible to add more codes to include bluetooth device on the communication module?? I do not want to mess the beautifully crafted code. The second is, is it possible to calculate some parameters on the fly for example (velocity, displacement etc from the real time data) received from the comport and plot them?? I know it is possible to calculate on the arduino and send them, but one of the real challenges for wireless communication especially bluetooth is data rate. So is it possible to receive like two or three parameters, calculate some more quantities from the received data and plot in real time??

  • @hamzahansari6900
    @hamzahansari6900 9 місяців тому

    Hi there, this is very amazing, the effort, the explanation everything, and pretty useful too!
    Thank you very much for this.
    I have one question, how can i see the saved values?
    I am reading battery voltage every 5 minutes from a 48v system, and saving it in an SD card,
    and i want it to display the graph of a whole day or so.
    Thanks again.

  • @nartymmd
    @nartymmd 4 роки тому

    Can I assign an vibration/accelerometer instead of sensors You are using ?

  • @nathanielmcintosh8846
    @nathanielmcintosh8846 Рік тому

    @upgrdman how do i read the sensor output remotely or wirelessly?

  • @fasiltilahun8782
    @fasiltilahun8782 6 років тому

    can u develop fishfinder by using ultrasonic sensor datapresentation with netbeans

  • @patrickrooney8225
    @patrickrooney8225 6 років тому +1

    I hope someone can help me out. I am trying to run the .jar file for this software on windows 10 but will not run on 2 different computers. Double click and nothing happens. I have even install the newest java RE and also tried SDK. Help!!!!!

  • @francuadasilvacosta5116
    @francuadasilvacosta5116 Рік тому

    I'm having a problem I think it could be a configuration connection always appears lost what could it be? I'm just putting a potentiometer to test.

  • @joshuamitchell2275
    @joshuamitchell2275 Рік тому +1

    legend

  • @chenartahir1865
    @chenartahir1865 3 роки тому

    Hi. I would like to monitor of 15 sample of MFC for voltage and current for 40 days continuous . How can i do it?

  • @conradsinsua7415
    @conradsinsua7415 7 років тому

    This is crazy awesome , got it going in no time, how do i store the data when hook up to a laptop?(very new to this)

  • @mohamedkhaled-qc7kb
    @mohamedkhaled-qc7kb 6 років тому

    after downloading software there is no file .exe to open the program but there are some folder and some file start with dot