Hello sir I have a question if I don't open the serial monitor then save the data in the sd card? I use a different power supply then the ket is working
@Aghil-pw4bu2 жыл бұрын
ello... I want to create a table in Excel and save it in the sd card which contains three columns.. The first column is longitude and the second column is latitude and the third column is a number between 0 and 10... then We receive GPS input, and if the longitude and latitude were equal to each of the numbers we wrote in the first column and the second column, it will display one of the numbers (0 to 10) on the serial monitor... Your help is very important to me.
@michaelpadovani95667 жыл бұрын
Great simple application for datalogging. You should see how many weather sensors I'm datalogging (hint i need a Mega) but one very basic and simple thing you can do is put a csv header in the void setup function that denotes variable type and units. Again this is more useful if your data string is long but good practice regardless.
@learnelectronics7 жыл бұрын
Michael Padovani you are correct, thanks
@georgeklitsiotis15172 жыл бұрын
Question: i want to datalog some much faster data (1MHz rate) with my due. Will the sd card be able to cope... 40% of available memory sounds like it is going to slow my programme down...
@standarde8786 ай бұрын
As I disect the code, I cant seem to find any information on the "File myFile;". "File" seems to be a function in the File class according to the Arduino IDE. But I cant find it anywhere in the Arduino libraries to learn more about it. I cant even find it in a Google search. Any info would be great! Also, thanks for the video, very nice!
@BarefootBeekeeper7 жыл бұрын
Is the DHT22 an improved DHT11? Have you noticed any difference?
@learnelectronics7 жыл бұрын
The DHT22 is supposed to be more precise, but I haven't noticed anything substantial.
@darrendackly47546 жыл бұрын
Thank you for an excellent Chanel, its a fantastic resource. I mean no disrespect and I say this purely tongue in cheek, because I'm sure your aware of the irony of, Freedom units.
@learnelectronics6 жыл бұрын
Im just joking. As an engineer, it was all metric system all the time. Base 10 just makes things easier.
@antaslis32292 жыл бұрын
Hello There! Great tutorial, I will use this for my University project. I have a question, what if I have more than 1 sensors? What do we change in the code? Thanks for the reply in advance. I know this an old video, but I still wanted to try my luck.
@randomstudiosinc.8106 Жыл бұрын
Try askimg on stack flow
@ikaranmali6 жыл бұрын
How can we add RTC module with this setup and sync time with temperature
@homoevolutus6 жыл бұрын
sorry, how do you add more sensors? I have 4 sensors I have attached to log temps in a reptile incubator but what code should I repeat? thx!!
@McKennaRobert5 жыл бұрын
It is saying my sd card isn't present when its inserted... any ideas?
@mmulisha1022 Жыл бұрын
Can you data logg faster. I would like every half or 1/4 second. Obviously for a somewhat short time
@vivekvenkatsubramaniam4377 жыл бұрын
How are you so prolific with your uploads? Great job! One question, though. Is data logging possible with a wifi module as well?
@learnelectronics7 жыл бұрын
Vivek Venkat Subramaniam I have no social life lol. yes you can datalog over WiFi, you just need something (an application, or web server) to capture the data
@Greenstonemovies7 жыл бұрын
It would be nice if you always put a link to the reviewed product, e.g. the sd shield in the description :)
@learnelectronics7 жыл бұрын
It was in yesterday's video
@Greenstonemovies7 жыл бұрын
Oh ok, thanks, i havent watched that one yet ;)
@wilmersoemo5 жыл бұрын
Hi thank you for sharing this video!, may i enquire if it is also possible to do this with Analog signals?
@ICStation20137 жыл бұрын
Thanks for your wonderful project~~Grateful
@learnelectronics7 жыл бұрын
Ics ICStation welcome
@javierpallalorden7 жыл бұрын
Nice video, thanks!
@fredlllll7 жыл бұрын
does icstation provide affiliate links? you could use those to get a little extra when someone buys a product with your link (at least banggood has these)
@learnelectronics7 жыл бұрын
fredlllll no, they just send me stuff
@fredlllll7 жыл бұрын
:O i also want to get stuff sent to me X3
@javierpallalorden7 жыл бұрын
Could you please upload the code, thanks a bunch!
@learnelectronics7 жыл бұрын
It's uploaded now, sorry about that. "Arduino Datalogging"
@javierpallalorden7 жыл бұрын
Perfectemundo
@MuhammadAli-pe5ef4 жыл бұрын
schematic is not given
@Thesportynerd167 жыл бұрын
Great vid thanks man
@learnelectronics7 жыл бұрын
+Jake DeBoer welcome
@carlosthompsonlenz7 жыл бұрын
thank you for share, could you make more videos on the wemos boards d1 and mini, please. regards from cancun.
@learnelectronics7 жыл бұрын
Carlos Alberto Thompson Lenz yes I will. thanks for the suggestion
@AmericansByChoice7 жыл бұрын
Can you make a tutorial about graphing the data? Can you use the data logging to make a simple X.Y graphic to visualize the data? Thank you for all your videos.