Top 5 Apps Similar to Handy Data Logger (free)

Handy Daily Data Logger 5.1
BinaryEarth
Record and graph daily or monthly values for rainfall,sales,weight, temp, etc
Sensor Data Logger 1.5
Steppschuh
Visualize data from your device sensors or stream data fromAndroidWear
Data Logger 0.4.22
BusFire
Description: This data logger is acompanionapplication designed to work with specific data loggers.For a listof capabilities please see the log below. This app worksonly onphones equipped with bluetooth low-energy hardware.Changelog:v0.1.21* Allows viewing real-time analog/digital signal on the screen,withpinch-zoom to adjust data density.* Ability to record the signal and to export/import the recordingtoa comma delimited format.* Ability to review prior recordings with pinch-zoom, sidescrollingand seek-bar functionality.* Allowing the user to set up customizablesound/vibration/popupalerts if the signal is above/below certainthreshold for a givennumber of seconds.* Added the settings screen for customizing screen features,lineappearance, and data refresh rate.v0.2.21* Add an indicator of time lapsed since beginningofrecording/scrolled from the left* Fix seek bar position indicator out of sync or jumping outsideofrangev0.3.22* Converted the bluetooth connectivity method to BLE v4.0* Added a batch transmission mode to allow simultaneoustransmissionof up to 10 sensor values.* Added vertical axis labels and alert level indicator.v0.4.22* Added ability to set Datalogger CPU frequency, input pin* Added a setting to enable automatic data windowrangescaling* Added the ability to transfer data in batch modePermissions:BLUETOOTH - Needed to communicate with the data logging deviceusingbluetooth connection.BLUETOOTH_ADMIN - Needed to search nearby bluetooth devices inorderto initiate pairing with the data logging device.READ_EXTERNAL_STORAGE - Needed for re-importing the commaseparateddata recording into the app.WRITE_EXTERNAL_STORAGE - Needed for exporting the data recordingtoa CSV file.VIBRATE - Needed for initiating the vibration alert whenspecifiedin the "Manage Alerts" settings screen.
Transport Data Logger 1.5.4
Gain easy insights to your logistics process with the smartTDLsystem
BTLE Data Logger 1.0.1
This is largely a "demo" app showing howtoconnect to the nRF8001 Breakout Board from Adafruit (https://www.adafruit.com/products/1697).Adafruit haspublished a great Androidapp(https://play.google.com/store/apps/details?id=com.adafruit.bluefruit.le.connect&hl=en)forcommunicating with the device, however they didn't post thesource(that I could find). I also needed to be able to logthecommunications and AFAIK none of the existing apps do that.Thisturned out to be a great learning opportunity for myself; I'monlypublishing it here in case it is useful for anybody else.Features:* Connect to nRF8001 UART devices over the Bluetooth LowEnergyprotocol.* Receive UART communications and log them to a file onyourdevice's SD card (in the Documents folder).Full sources for this app are available at https://github.com/FuzzyWuzzie/BTLEDataLogger