Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
stanleyhuangyc committed Oct 26, 2021
2 parents 9174a83 + 43ee1f1 commit 56b8295
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions firmware_v5/telelogger/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down Expand Up @@ -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

0 comments on commit 56b8295

Please sign in to comment.