Electrochemical battery powered datalogger
tag
[edited by: lallison at 5:15 PM (GMT 0) on 24 Jun 2020]
Electrochemical battery powered datalogger
This example is based on the PalmSens Emstat Pico Development Board. It demonstrates the use case of an electrochemical battery powered datalogger. For manipulating the GPIOs an ADALM2000 was used. The real use case has not been tested yet. The script covers the following functions:
Future Improvements:
Simulated bench setup by using ADALM2000
Serial COM Port output
Output stored on the SD card using command:
fs_get datalogger.txt
The script to download.
To run the script at every startup direct from the EmStat Pico you need to do the following settings after your srcipt is final and ready to use:
1. Load the script, by exchanging the "e" in the beginning of the script with an "l" like L.
2. Store the loaded script into non volatile memory of the ADUCM355 by using command "Fmscr\n"
3. Enable Autorun, that the script is executed automatically at every startup. Type "S0801\n" to activate autorun.