Welcome to EnviroDIY, a community for do-it-yourself environmental science and monitoring. EnviroDIY is part of WikiWatershed, an initiative of Stroud Water Research Center designed to help people advance knowledge and stewardship of fresh water.
New to EnviroDIY? Start here

Reply To: Datalogger build

Home Forums Other Data Loggers Datalogger build Reply To: Datalogger build

#1280
Rick Vogel
Participant

    Brandon,
    Open up the Serial terminal within the Arduino IDE and perform the following:

    Send Time as T, sec(00-07), min, hr, dayOfWeek, dayOfMonth, month, year.
    example: T0045073071015 Send/Enter
    //sec=00, min=45, hr=07, dayofweek=3, dayofMonth=07, month=10, year=15

    I forgot that using Putty or HyperTerm this won’t work because they send chars as they are typed. The Arduino Serial Monitor allows you to type it all first and then hit send.

    I have another menu based structure that would work in any terminal emulator. I’ll see if I can dig that up.