From 43ee1f1b64787b4fb9cc9bf0c8b8b5900e3e9da8 Mon Sep 17 00:00:00 2001 From: Stanley Huang Date: Mon, 25 Oct 2021 20:46:56 +1100 Subject: [PATCH] Update README.md --- firmware_v5/telelogger/README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/firmware_v5/telelogger/README.md b/firmware_v5/telelogger/README.md index 11c3c560..2f45c2e9 100644 --- a/firmware_v5/telelogger/README.md +++ b/firmware_v5/telelogger/README.md @@ -19,9 +19,9 @@ Data transmission over UDP and HTTP protocols are implemented with following har * WiFi (ESP32 built-in) * WiFi Mesh (ESP-MDF for ESP32) -* GSM/GPRS (SIM800) * 3G WCDMA (SIM5360) -* 4G LTE (SIM7600) +* 4G LTE CAT-4 (SIM7600) +* 4G LTE CAT-M1 (SIM7070) UDP mode implements a client for [Freematics Hub](https://freematics.com/hub/). HTTP mode implements a client for [Traccar](https://www.traccar.org) under [OsmAnd](https://www.traccar.org/osmand/) protocol. @@ -56,6 +56,6 @@ Once the sketch is running and data is being submitted to hub.freematics.com, yo Prerequisites ------------- -* [Freematics ONE+](https://freematics.com/products/freematics-one-plus/) or [Freematics ONE+ Model B](https://freematics.com/products/freematics-one-plus-model-b/) -* A micro SIM card if cellular network required -* [PlatformIO](http://platformio.org/), [Arduino IDE](https://github.com/espressif/arduino-esp32#installation-instructions) or [Freematics Arduino Builder](https://freematics.com/software/arduino-builder) for compiling and uploading code +* Freematics ONE+ [Model A](https://freematics.com/products/freematics-one-plus/), [Model B](https://freematics.com/products/freematics-one-plus-model-b/), [Model H](https://freematics.com/products/freematics-one-plus-model-h/) +* A micro SIM card if cellular network connectivity required +* [PlatformIO](http://platformio.org/), [Arduino IDE](https://github.com/espressif/arduino-esp32#installation-instructions) or [Freematics Builder](https://freematics.com/software/arduino-builder) for compiling and uploading code