Menu |
Prof /
FlatLANflatLAN - one sensor version of the LANcube v1User's Manual
Martin Aubé1, Ph.D. (PI) 1 Cégep de Sherbrooke, Sherbrooke, Québec, Canada February, 2023 Creative Commons Attribution-ShareAlike 4.0 International License AbstractThis device is aimed to be placed in patient room to monitor LAN at night. Hardware
Components listThe system consists of the following items:
Enclosure3D printed componentsMain enclosureLidWiring
Mechanical Assembly
Assembling stepsComponents positions on internal structureSetting up the flatLAN for measurements
Operating modesThere are only two modes, measurements and idle. After powering the usb, the flatLAN start automatically the measurement sequence. If you push on the push button for about two second, the system will switch to idle mode. In idle mode the flatLAN will finish the writing of the actual data and then it is safe to unplug the power without risk of micro sd card corruption. Data formatThe data is structured in the following way for each equivalent column number: Sensor_number,Year,Month,Day,Hours,Minutes,Seconds,Relative_humidity,Temperature,Gain,Integration_time(ms),Correlated_color_temperature,Lux,MSI,Red,Green,Blue,Clear,State_flag Failure of the clock batteryIn case of failure of the real time clock battery, the flatLAN will lost its date and time after power off. Then the only way to restore the correct time is to:
//rtc.adjust(DateTime(F(__DATE__), F(__TIME__)));
Note that there will always have a little shift between the real GMT time and the time stored on the arduino. This correspond to the time between the compilation of the code and its upload on the arduino. The time stamp is actually created at the compilation step. SoftwareMemory requirements
|