You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+37-1Lines changed: 37 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,43 @@ Arduino LTE cellular system that monitors tank levels and sends SMS alerts when
6
6
7
7
Arduino will check sensor data on a scheduled basis. If sensor data is over a set threshold, the arduino will send an SMS text message to defined phone numbers. It will also send a daily reading of the sensor data at a set time of day.
8
8
9
-
## Version 092025 (Current - Recommended)
9
+
## Version 112025 (Blues Wireless + Arduino Opta)
10
+
11
+
The 112025 version uses Arduino Opta with Blues Wireless Notecard for cellular connectivity. Features include:
12
+
-**Internal flash storage** (LittleFS) - No SD card required
13
+
-**Fleet-based communication** - Simplified device-to-device data exchange via Blues Notehub
14
+
-**Web-based configuration** - Update clients remotely from server dashboard
15
+
-**Intranet dashboard** - Real-time monitoring via Ethernet web interface
16
+
17
+
### Quick Links - 112025 Client (Tank Monitor)
18
+
-**[Installation Guide](TankAlarm-112025-Client-BluesOpta/INSTALLATION.md)** - Complete Arduino IDE setup with library installation
0 commit comments