Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aeshmann/esp32-ntp-cli-tel-1602v3
ESP32-S3 N16R8 NTP clock with SHT30 sensor, CLI over serial and/or telnet
https://github.com/aeshmann/esp32-ntp-cli-tel-1602v3
cli esp-wifi esp32 esp32-arduino esp32-s3 esptelnet sht30
Last synced: about 1 month ago
JSON representation
ESP32-S3 N16R8 NTP clock with SHT30 sensor, CLI over serial and/or telnet
- Host: GitHub
- URL: https://github.com/aeshmann/esp32-ntp-cli-tel-1602v3
- Owner: aeshmann
- Created: 2024-10-18T20:48:39.000Z (2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-20T02:29:48.000Z (about 1 month ago)
- Last Synced: 2024-11-20T03:22:25.448Z (about 1 month ago)
- Topics: cli, esp-wifi, esp32, esp32-arduino, esp32-s3, esptelnet, sht30
- Language: C++
- Homepage:
- Size: 43 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
_"Whatever you try to do on arduino, you end up with a weather station or an alarm clock" - Arduino forums._
## ESP32 NTP synced clock with SHT30 temperature and humidity sensor
### Features
- NTP synced clock with LCD1602 display;
- Temperature + humidity sensor SHT30;
- Command line interface over Serial;
- Command line interface over Telnet;
- WiFi scanner (output to Serial or Trlnet);
- other (list on "help" command)...#### Hardware
- ESP32-S3 N16R8
- LCD1602 display
- SHT30 sensor
- 4 tactile buttons#### Libraries
- [LiquidCrystal_I2C_ESP32](https://github.com/iakop/LiquidCrystal_I2C_ESP32)
- [Rob Tillaart SHT85](https://github.com/RobTillaart/SHT85)
- [Lennart Hennigs](https://github.com/LennartHennigs/ESPTelnet)
- [Adafruit NeoPixel](https://github.com/adafruit/Adafruit_NeoPixel)