Skip to content

Commit 06ce1f6

Browse files
committed
Add screenshots
1 parent d6d2d96 commit 06ce1f6

7 files changed

+32
-0
lines changed

README.md

Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,38 @@ For finding out how the logger works and a complete description of API visit [Sq
3737

3838
If there is power failure during logging, the data can be recovered using `Recover database` option in the menu.
3939

40+
# Examples
41+
42+
# Arduino Uno
43+
44+
This screenshot shows how analog data can be logged and retrieved using Arduino Uno and Sparkfun Micro SD Shield:
45+
46+
![](uno_log_scr.png?raw=true)
47+
48+
This screenshot shows how binary search can be performed on the timestamp field:
49+
50+
![](uno_bin_srch_scr.png?raw=true)
51+
52+
# ESP8266
53+
54+
This screenshot shows how analog data can be logged and retrieved using ESP8266 (WeMos D1 Mini and Micro SD Shield):
55+
56+
![](esp8266_analog_scr.png?raw=true)
57+
58+
This screenshot shows how binary search can be performed on the timestamp field using ESP8266:
59+
60+
![](esp8266_bin_srch_scr.png?raw=true)
61+
62+
# ESP32
63+
64+
This screenshot shows how analog data can be logged and retrieved using ESP32 breakout board having a Micro SD Slot on the SD_MMC port:
65+
66+
![](esp32_analog_scr.png?raw=true)
67+
68+
This screenshot shows how binary search can be performed on the timestamp field using ESP32:
69+
70+
![](esp32_bin_srch_scr.png?raw=true)
71+
4072
# Limitations
4173

4274
Following are limitations of this library:

esp32_analog_scr.png

176 KB
Loading

esp32_bin_srch_scr.png

178 KB
Loading

esp8266_analog_scr.png

67.8 KB
Loading

esp8266_bin_srch_scr.png

97.9 KB
Loading

sqlite_ulogger_promo.png

121 KB
Loading

uno_log_scr.png

48.2 KB
Loading

0 commit comments

Comments
 (0)