Arduino Data Logger Project - Very Easy

Поделиться
HTML-код
  • Опубликовано: 14 окт 2024
  • Welcome to this Arduino Data Logger Project video. This data logging project is very easy to build even for beginners to Arduino programming. Let's start!
    💻 Code & Parts: educ8s.tv/ardui...
    Want to learn to code?
    👨‍💻 Check my new RUclips channel: bit.ly/3tku2n0

Комментарии • 124

  • @Johncoffee2002
    @Johncoffee2002 7 лет назад +5

    Very nice project! I like you style in presenting quick but effective. Awesome!

  • @muhammadnadeemsaddiqui6979
    @muhammadnadeemsaddiqui6979 4 года назад +1

    You are serving humanity; I am fond of work. A working man can work at any age. You are the equivalent of my children I want to learn from you Give me the Arduino UNO code.
    If the pin number AO is more or less then the time and date print is printed on the SD card, I want to make the generator logger.

  • @sebastianortmann4728
    @sebastianortmann4728 7 лет назад +2

    ONe of the best channels! You need a patreon, would instant support!

    • @Educ8s
      @Educ8s  6 лет назад +1

      Thank you very much Sebastian! I have no plans for Patreon yet! Thanks!

  • @khalidabdulrazak3322
    @khalidabdulrazak3322 5 лет назад +1

    Thank you very much, can we save the package of data " accelerometer raw data" send from Arduino to another Arduino and save it in RPi this should be every 10minut 24 hours?

  • @wojciechlenardt9870
    @wojciechlenardt9870 2 года назад

    I like it, especially Your English ( its very easy to understand for non native english people like me)

  • @JCC__BMX
    @JCC__BMX Год назад

    Es un proyecto genial.
    Me parece ideal para una aplicación práctica que necesito registrar cómo se va agotando la batería de un equipo autónomo.
    Sería bueno poder añadir un display en el que veamos y podamos ajustar fecha y hora mediante pulsadores, además de poder visualizar las magnitudes que queramos registrar de forma numérica, en mi caso voltaje y temperatura, y que además se pueda desactivar o apagar el display para ahorro de energía.
    Muchísimas gracias
    Ya tienes otro suscriptor.
    Un saludo.

  • @chriscurrie5238
    @chriscurrie5238 Месяц назад

    Would love to see a follow on video to reduce power consumption, i need 1 year of data at 1Hz on battery with maybe something like solar charge.

  • @lesliesaunders7625
    @lesliesaunders7625 9 лет назад

    Excellent project as usual. Will you be considering using some very cheap NRF24L01 modules to build a wireless sensor network?

  • @penguin0123
    @penguin0123 5 лет назад +1

    Hi. Can I use this datalogger to catch data from a gyro like the MPU6050? Thx

  • @linggaroktafia7493
    @linggaroktafia7493 3 года назад

    if i want to make data logger for my solar trakcing circuit, so from this tutorial what must i change?i mean that is only the code program that must i change?could you give me an example of the program to get account of the time and the degree of moving from my solar trakcing? thanks :)

  • @ChristakyMe
    @ChristakyMe Год назад

    I'm building this right now! Efharisto pola!

  • @TizedesCsaba
    @TizedesCsaba 4 года назад

    I am very-very beginner with microcontrollers, but I have checked, there are two alarms can be set on this RTC. I do not understand why you use the delay on Arduino, instead alarms on RTC. RTC is always ticking, it has own battery therefore you can set the Arduino to sleep mode and wake up when RTC send the alarm signal, you make the measurement and the logging, then Arduiono goes back to sleep mode. I am never programmed Arduino, never wrote anything in C, I have no experience, but if you have an accurate clock why don't you use it?! :) Please drop me a reply if you think it can be possible to implement. Thanks!

  • @knutposchel2165
    @knutposchel2165 9 лет назад

    GREAT Tutorial!!!
    Thanks alot! Cool idea to use the RTC temperature sensor (one modul less).
    I build it and it worded! So I altered the code to make more samples to give a better average on other analog inputs (voltage and current from ASC712) - but now the code did not save to SD anymore ...........??? Have to work on that - but thanks for this great start-code!!!

  • @NMrick505
    @NMrick505 9 лет назад

    Great, easy to understand instructions. Off to find my RTC and Nano to get started. I'll need to get a SD card module however. Thanks for posting.

  • @ronkloiber
    @ronkloiber 4 года назад

    Do you have a logger that monitors the change in state of a switch. I want to log the cycles and frequency of my water softener. I installed a microswitch the rides on the cam gear that tells the timer control when each part of the cycle is complete. So I want to see how long each part of the cycle runs, and how many times/week the softener cycles.

  • @KamilKamil-qf2sl
    @KamilKamil-qf2sl 5 лет назад +1

    Can you tell me where is temperature sensor ? I would like to use dh11 in my project but i don't know how implement it

  • @raybright5805
    @raybright5805 8 лет назад

    Love your projects but have a couple of comments:
    * Should the Blue SDA connection to A5 not go to A4 and the Yellow SCL to A5 ??
    * What is the purpose of the code that looks for serial data into I presume the Serial Monitor ?? It seems to look for CR / LF and ascii.??
    * have you considered not using void parse_cmd from the original ds3231.h library examples and instead use the simpler DS3232RTC.h library which seems to supersede ds3231.h and is a lot simpler.
    Again.... love your work

    • @Educ8s
      @Educ8s  8 лет назад

      +Ray Bright Hello Ray, yes you are right about the I2C. Did I mention the opposite in the video? The RTC code reads the Serial monitor for some reason. I have stopped using this library now. I am using the Rodan DS3231 RTC now which is far better. Thanks for the comment!

    • @raybright5805
      @raybright5805 8 лет назад

      +Ray Bright I've been basing a standalone (not connected to PC) data logger on your use of NANO but beware that in my case using an LC Studio SD Card that there can be signal level problems which prevent correct data storage. Initially I thought it was a problem requiring connection to Serial Monitor but that was incorrect.
      Refer to this link where I explain my initial problem & solution including a PDF schematic of a simple solution using diodes. forum.arduino.cc/index.php?topic=366509.0
      Would like to see you develop your logger further using a TFT screen and external temperature sensors like DS18B20. Regards to all

  • @timothymanz7999
    @timothymanz7999 3 года назад

    have you addressed the capacity preservation concept of "update" or similar command to log only changed data states in either this or another project?

  • @Glop13
    @Glop13 5 лет назад +1

    Thank you for your clear explanation. Very interesting .
    During the compilation I have this warning : warning: ISO C++ forbids converting a string constant to 'char*' [-Wwrite-strings]
    It appears twice
    After looking for on the web, I found that is due to depreciated char conversion method
    Could you give some advice to troubleshoot this problem please ?
    Thanks You

  • @netethahe31
    @netethahe31 9 лет назад

    Thank you that's an awesum project, you just gave a bit of direction for the project i'm planning to do..
    I'd like to build an Android Based Data Logger to monitor the Photo - Voltaic Power System : The data logger takes measurements from the PV System, either current or voltage stores them and allows the user to upload the readings to an Android device...
    Which module/microcontroller would you advice me to use as my controller device?

    • @Educ8s
      @Educ8s  9 лет назад

      +Nete Thahe If you mean what Arduino board, I would use an Arduino Mega which has a lot of memory!

    • @netethahe31
      @netethahe31 9 лет назад

      Thank v.much, i'll look into it.

  • @dartfrogdk
    @dartfrogdk 9 лет назад

    Thank you for all your videos, you are a great teacher, i would though like if you did the schematics in fritzing, it would help some people i think.
    Looking forward to your next video

    • @Educ8s
      @Educ8s  9 лет назад

      Poulsen Media™ Yes you are right. We will do that as it helps a lot!

  • @noufel3
    @noufel3 5 лет назад

    thanks for your videos,is there a possibility to display the read data from sd card to lcd 20x4 display?

  • @mohamedadelelridy7033
    @mohamedadelelridy7033 8 лет назад

    Hi
    Many thanks for this video.
    I have a question.
    I have output 4-20 mA for Load tension device per ton. I mean 4mA mean 0 ton and 8mA mean 50 and 12mA mean 100 and 20mA mean 200 ton.
    Now i want to save these mA on a graph but the graph show the time and the ton not the mA. can you please tell me how to do it.
    Thank you in advance

  • @bingminerva
    @bingminerva 8 лет назад

    hi, I have a project. I decided to use an Arduino Uno. My project will read the water consumption on an analog water meter using a flow sensor. The thing is, could it be possible to send the data reading through nrf24l01?? and stored in a database like ms access??
    hope you could give me an advice on how to make my project happen. TYIA ^^

  • @TomVectorG2
    @TomVectorG2 8 лет назад +1

    Nice! Thank you very much for subtitle in Portuguese :)

    • @Educ8s
      @Educ8s  8 лет назад +1

      +Everton ap You are welcome!

  • @alexisdanielgomezhonig7250
    @alexisdanielgomezhonig7250 5 лет назад

    Excellent! Have you an example with GPS ?

  • @eracer91
    @eracer91 7 лет назад

    Greetings from Germany! I just discovered your Channel and I like your Videos. And your accent :-)

    • @Educ8s
      @Educ8s  6 лет назад

      Thank you very much, my friend! Greetings from Greece!

  • @Impetuss
    @Impetuss 9 лет назад

    thx, this is exactly what i wanted to do, i also agree with Sravan Kumar, make a video of that

  • @javierbollecich
    @javierbollecich 4 года назад

    Could you make another video continuing this topic? Decresing battery consuption..

  • @sivapathasuntharamaruliah5930
    @sivapathasuntharamaruliah5930 8 лет назад

    Hi I tried with mega 2560 and could not get it working both DS3231 & SD card time data logging. Should we use Nano only or mega 2560 also can work? Please advise Regards
    Siva

  • @Dancopymus
    @Dancopymus 9 лет назад

    Excellent its Video-lessons! - Congratulations and thank you!
    Within its availability, it is possible, by gentleness and kindness make us a demonstration of a clock (RTC) with LED Matrix 8x8 (hh-mm-ss) and, if still possible, make the second roll vertically ;
    Thank you and if asked too much, I ask you excuses ...

  • @sueigh8881
    @sueigh8881 3 года назад

    Very neatly presented.

  • @thomasalexander1563
    @thomasalexander1563 7 лет назад

    Nice tutorial again,,
    Always stay tune to this channel.

  • @alexgray552
    @alexgray552 9 лет назад

    Great clear tutorial, thank you for yor work.

  • @user-tr3kg3ei4p
    @user-tr3kg3ei4p 9 лет назад +1

    Hello! There is error in compilation.
    Why do you write #include "ds3231.h" if file to include have another name?("rtc_ds3231.h")
    Error text:
    SimpleDataLogger.ino:2:20: fatal error: ds3231.h: No such file or directory
    May i use standart library for ds3231 to escape this error?
    Thank you very much for your reply

    • @Educ8s
      @Educ8s  9 лет назад

      Сергей Ш Have you installed the DS3231 library correctly? I yes, It shall work.

    • @user-tr3kg3ei4p
      @user-tr3kg3ei4p 9 лет назад

      Educ8s.com
      hello. I have another question. And I like how you explain in detail. So I want to ask you:
      is it possible to facilitate the library? (reduce their size in memory)
      may suggest where I can see this topic as well as a detailed and clear your lessons?
      Thank you very much for your reply

  • @ClearNinjaFox
    @ClearNinjaFox 8 лет назад

    how do we define intervals so that it capture data only when data is update? data coming out a potentiometer or imu mpu?

  • @seangleason7298
    @seangleason7298 7 лет назад

    This is fantastic. Thank you very much :)

    • @Educ8s
      @Educ8s  6 лет назад

      You are welcome!

  • @shaflyhamzah3848
    @shaflyhamzah3848 3 года назад

    Thank you very much!

  • @MoesKeckeEcke
    @MoesKeckeEcke 7 лет назад

    it would be nice if you can set the current time and date over serial...maybe SETT 02092017 11:39
    and then the arduino would set the time to 02.09.2017 with hours to 11 and time to 39minute ..just if you have to change the battery

  • @ryankoza7584
    @ryankoza7584 2 года назад

    Id love to know how to do thos with a photo res. I wanna monitor sun light in a spot threwout the day.

  • @acambd4317
    @acambd4317 6 лет назад

    Hi. Sketch is reading the temperature on the Monitor serial. But, it is not saving on the SDcard. Just save the last reading. I'm using Arduino ID version 1.8.2
    Can you help me.

  • @wisdom_wellness365
    @wisdom_wellness365 6 лет назад

    Very nice...I like it!!

  • @johancornelis3719
    @johancornelis3719 8 лет назад

    another great and usefull tutorial! thx :-)

  • @shafiqnasir9947
    @shafiqnasir9947 8 лет назад

    Is the coding of this project compatible for arduino mega 2560 rev3 ?

  • @briantooze3415
    @briantooze3415 9 лет назад

    Would it be possible to expand your Weather Station project to display the data on a phone or a PC using a Wireless Transceiver (e.g. NRF24L01).

    • @Educ8s
      @Educ8s  9 лет назад

      Brian Tooze Yes we plan to do it in the future.

  • @punkrib46
    @punkrib46 8 лет назад

    can you create a tutorial about how to make arduino switch on off the power (example light) using time parameter? and the time parameter can be edited using android (internet connection).
    thanks :)

  • @edwardmallon4646
    @edwardmallon4646 6 лет назад

    The Cave Pearl Project has been developing underwater dataloggers with this three module approach for years, though we use a 3.3v promini to save power. See: www.mdpi.com/1424-8220/18/2/530 (free pdf download) for all the tricks we use to get more than a year of run time and for instructions for DIY PVC housings that are robust enough for long term deployment. You really can do scientific research with equipment you build yourself!

  • @skd5432
    @skd5432 2 года назад

    Is there any way we can add an LCD (Nokia 5110) to this setup?!

  • @SKumar-dc6fe
    @SKumar-dc6fe 9 лет назад

    can you give us a demonstration on entrance and exit of a person into a room ,time when entered and left to store in a memory card using rtc ds1307 on uno

    • @Educ8s
      @Educ8s  9 лет назад

      Sravan Kumar That's a very good idea! We will make a video on that in the future! Thanks!

    • @SKumar-dc6fe
      @SKumar-dc6fe 9 лет назад

      Can I expect that in this week

    • @Educ8s
      @Educ8s  9 лет назад

      Sravan Kumar No unfortunately not this week.

    • @Impetuss
      @Impetuss 9 лет назад

      Educ8s.com I want a guide on this too, it cant be that hard?

    • @luqmanhaziq4161
      @luqmanhaziq4161 9 лет назад

      Sravan Kumar when can i expect a video on this? really need help on this asap, thank you!!!!

  • @munnugawai1609
    @munnugawai1609 8 лет назад

    can you help me in my project I just want to store my Bluetooth Mac in SD card by using arduino

  • @paulmurphy3735
    @paulmurphy3735 7 лет назад

    Great tutorial. Could you do a tutorial on using a dust sensor and connected to a SD data storage please. Many thanks

  • @luberro1974
    @luberro1974 8 лет назад

    Hi friend, excellent video, i put the code in the sketch, btu have a some problem. "'DS3231_INTCN' was not declared in this scope" if you can help me about that. tk in advance

    • @FCKoelnBaerchen
      @FCKoelnBaerchen 7 лет назад +1

      Hi Luis, i had the same mistake. Make a change to this libary >> github.com/rodan/ds3231

    • @homoevolutus
      @homoevolutus 6 лет назад

      Thank YOU!! I was about to start crying. This is an awesome project and it works!! (thanks to you FCKoelnBaerchen)

  • @gustavosarmiento9624
    @gustavosarmiento9624 Год назад

    necesito construir un datalogger que registre datos de voltaje y corriente de las salidas (12 V DC) de una bateria litio

  • @ainiomr9415
    @ainiomr9415 4 года назад

    hi, what if instead of temperature, i want to measure current?

    • @Educ8s
      @Educ8s  4 года назад

      You need to use a current sensor.

  • @AlejandroCastro17
    @AlejandroCastro17 9 лет назад

    You connect the sd module direct to the arduino some people put resistance to this conection there is a diference if l conect the module direct or l use resistance?

    • @AnsyCrofts
      @AnsyCrofts 9 лет назад

      Alejandro Castro
      SD (and nowadays a lot of other nice addons - solid-state gyros, radio chips (NRF family for example) are all 3.3 volt. Arduino mostly uses the Atmel Mega family. These WILL work fine at 3.3 volt, but not reliably with the 16MHz crystal supplied.
      If you need to interface 5v stuff to 3.3, DON'T use resistors, it may cause frustrating intermittent problems. Instead, either scan Adafruit, Sparkfun etc. for level-shifters. Alternatively, with fet's and resistors, make your own - it's easy!
      See playground.arduino.cc/Main/I2CBi-directionalLevelShifter
      Once you've cut your teeth on the Atmel Mega's, have a shufty at the Atmel XMega.
      Bit like an arduino on an extreme overdose of illegal steroids!
      Cheaper, no crystal required, almost impossible to 'brick', more stuff on-chip for less cash. BUT 3.3volts only. 5v on any pin is an invitation for the Blue Smoke Fairy to visit.
      Warning! DEFINITELY not for the faint-hearted. I design around an Xmega128A3U at work, and need a beer at the end of most days!!!
      (Q. Is that a bad thing....?)

    • @AlejandroCastro17
      @AlejandroCastro17 9 лет назад

      l use a arduino uno with an atmeg328p if l understand the SD module can works but its not so realible with resistors. Should l conect direct to the arduino to the 3.3V power source?
      Somebody told me that the SD card breaks in some time if l conect it without resistance but l have never see in some place a guy that said if the SD Card breaks for that.

    • @knutposchel2165
      @knutposchel2165 9 лет назад +1

      Alejandro Castro Well, I have some old SD-modules too (where you need to reduce signal voltage to 3.3V or a 3.3V arduino), but instead of using resistors or a LevelShifter - , I found out I rather order New SD-moduls which have the levelshifter onboard! Got them for less than $1 on aliexpress!

    • @AlejandroCastro17
      @AlejandroCastro17 9 лет назад

      Knut Poschel l have buy that modules with level converter is better that fight with a resistor pack. Now l fighting with the program of that module.

    • @knutposchel2165
      @knutposchel2165 9 лет назад

      fight with what? The orginalscriped worked for me. Just need to get the right Librarys for DS3231 and SD

  • @abdulmojeedadelekan3545
    @abdulmojeedadelekan3545 8 лет назад

    Please! Am not getting the code for my project with the following modules (LCD, potentiometer, DHT22, Arduino uno, SD card and RTC DS3231).
    Can you drop your email so i can email you the diagram and the code i have that isn't working?

  • @handball4life189
    @handball4life189 6 лет назад

    Can I use the phone charger adapter to supply the arduino ?

    • @Educ8s
      @Educ8s  6 лет назад

      Of course you can!

    • @handball4life189
      @handball4life189 6 лет назад

      Can you help me to understand and tell me why there is no damage if I use the phone charger adapter as a power supply for the arduino ?

    • @untitleduser666
      @untitleduser666 6 лет назад

      The phone charger will supply 5v to the arduino, which is within the acceptable input range.

  • @movietime7062
    @movietime7062 10 месяцев назад

    i face this problem
    exit status 1
    Compilation error: ds3231.h: No such file or directory

  • @pramagetable
    @pramagetable 6 лет назад

    Poli kala efraristo

  • @akbarrmd7714
    @akbarrmd7714 7 лет назад

    i don't have arduino nano. can i used uno instead? thanks

  • @chewzhenglim8252
    @chewzhenglim8252 8 лет назад

    Hi. Is it possible to log the data into pen drive instead of SD card?

  • @wtf030
    @wtf030 8 лет назад

    I have one question:
    Hardware:
    Arduino Micro
    MPU6050
    SD Card Module
    What do i whant to store per package / like you do with the temperature:
    Package = acceleration in x ,y and z as a vactor.
    So that it looks like that when i store it in a textfile:
    Nr./..x../...y../..z../................units in m / s²
    ----------------------------------------------------------------------------------------------------
    1, 9.81,0,0
    2, 9,0,0,8,0
    3, 8,3,1,2,2,0
    .....etc
    How fast can i store one of those lines to an SD Modul. In a way that i get the most Datavolum per sec.?
    ->Or how many time / secound...
    I hope you can help me out.
    Thanks.

    • @astromec6303
      @astromec6303 8 лет назад

      About the speed of storage, that depends on the SD card. Most SD cards and memory USB stick are 100 mb/s or more. If you want top speed, make sure you get a recent model of SD card. Then, each number that is less than 255 is, I would say 1 bit. 8 bit goes into a byte, 1024 byte into a kb, 1024 kb into a mb. That makes 1024^2*100 numbers per second (approximately I would research the place a number takes if I were you) which makes a limit of 104 857 600 numbers that your SD card can register per second! Good luck to read the results!

  • @Tech-shop
    @Tech-shop 3 года назад

    Record the start and stop time of an machine please 🙏🏻

  • @anacarolinechaves9656
    @anacarolinechaves9656 7 лет назад +1

    The code is experiencing errors. Help me !!

  • @sam35696
    @sam35696 8 лет назад

    can i use arduino uno becuse i have one,,,thank's.

  • @paragrane4760
    @paragrane4760 3 года назад

    Grt

  • @udith-pz4tv
    @udith-pz4tv 8 лет назад

    I need to get output relay 4 times, a day, how can I do it,,,,, please, help me

  • @ahmatchoeri9796
    @ahmatchoeri9796 7 лет назад

    how get time until millisecond?

  • @engineereye3449
    @engineereye3449 6 лет назад

    Hi guys, I am using the arduino leonardo but i don't get the same results, can anyone help plz?

    • @Educ8s
      @Educ8s  6 лет назад

      Unfortunately I don't own an Arduino Leonardo so I can't help you, sorry!

  • @agforceteam7348
    @agforceteam7348 6 лет назад

    can you log data from an rfid ??

  • @michaelshakib7777
    @michaelshakib7777 11 месяцев назад

    The code has many errors when I run it.

  • @DanielKimbril
    @DanielKimbril 9 лет назад

    my sd card has a 3.3 and 5v rail no VCC how do I connect that

    • @Educ8s
      @Educ8s  9 лет назад

      +Daniel Kimbril Try the 5V connection first.

    • @Profanumable
      @Profanumable 8 лет назад +1

      +Daniel Kimbril Do the oposite, first try 3,3 V (in the work case scenario the thing wont work), then if it doesnt work try 5V. Its smarter, becouse 5V can damage your SD card and the module if the module is made to be supplied with 3,3 .

  • @thepvporg
    @thepvporg 6 лет назад

    Change the arduino processor speed to get more life out of the same cells.

    • @Educ8s
      @Educ8s  6 лет назад

      That's correct! I haven't tried it yet!

  • @louis-thomastremblay7607
    @louis-thomastremblay7607 5 лет назад

    The code don’t work

  • @АлексейКозлов-л2к
    @АлексейКозлов-л2к 8 лет назад

    code available for download?

    • @Educ8s
      @Educ8s  8 лет назад

      Check the video description for the code!

  • @iceboxgaming7469
    @iceboxgaming7469 4 года назад

    Sir code is wrong

  • @swapnilbandgar8730
    @swapnilbandgar8730 4 года назад

    please explain the code

  • @Meme-r4b
    @Meme-r4b 7 месяцев назад

    circuit diagram

  • @ramolcumcihazlar2692
    @ramolcumcihazlar2692 3 года назад

    DATALOGGER VERİ KAYDEDİCİ CİHAZLAR SOSYAL
    Datalogger Veri Kaydedici Cihazlar Ürün ve Özellik Bilgisi Bilgisi yazımız ile öğrenecekleriniz, işletmelerinizin kullanabileceği veri toplama cihazlarını seçmeniz konusunda sizlere çok yardımcı olacaktır.
    Datalogger veri kaydedici Cihazlar hakkında özet bilgilerle başlayacakolursak; Veri kaydedici, zamana (Yt) veya başka bir sinyal voltajına karşı çizilen sinyal voltajlarını ölçmek ve görüntülemek için doğrudan bir kayıt aracıdır.
    Datalogger Veri Kaydedici Cihazlar Ürün ve Özellik Bilgisi verecek olursak. Veri kaydedici , kullanıcı tarafından durdurulana kadar sürekli akış modunda ölçüm yapar . Ölçüm sırasında, her yeni numune ölçüldüğünde, bunlar doğrudan işlendikleri ve görüntülendikleri bilgisayara taşınır ve istenirse ayrıca diskte saklanır. Bir giriş sinyalindeki değişiklik hemen görülür. Ölçüm süresi, çok uzun ölçümlere izin veren enstrümandaki hafıza miktarı ile sınırlı değildir.
    DATALOGGER VERİ KAYDEDİCİ CİHAZLAR SOSYAL LİNKLER
    olcumcihazlari.tumblr.com/
    dataloggers.tumblr.com/
    termalkameralar.tumblr.com/
    termometreler.tumblr.com/
    bacagazi.tumblr.com/
    Osiloskoptan temel farkı, osiloskobun önceden ayarlanmış bir süreyi ölçmesi ve tüm ölçülen değerleri donanımda dahili olarak saklamasıdır. Önceden ayarlanmış tüm değerler ölçüldüğünde, bilgisayara taşınır, işlenir ve orada görüntülenir. Ardından yeni bir ölçüm başlatılır. Dahili belleğin boyutu bu nedenle maksimum ölçüm süresini sınırlar. Ve her zaman sonraki iki ölçüm arasında bir boşluk olacaktır.
    Datalogger / Veri Kaydedici geçici kayıt cihazının ölçüm yöntemi, onu bir odadaki sıcaklık gibi yavaş değişen sinyalleri ölçmek için ideal bir alet haline getirir. Tüm sürecin ilerlemesi kaydedilirken, her değişiklik anında görülebilir.
    Veri kaydedicinin başka bir kullanımı, aletin dahili belleğine tamamen sığamayacak kadar uzun olan seri iletişim sinyalleri gibi uzun, tekrar etmeyen sinyalleri kaydetmektir. Ayrıca bilgilendirici yazımız sonrasında datalogger görüntüleme cihazları ürünler kısmına göz atabilirsiniz.

  • @Meilo14
    @Meilo14 Год назад

    Un español haciendo un tuto en ingles y ademas sin substitulos en español xD

    • @Educ8s
      @Educ8s  Год назад

      Un Griego ;-)