Skip to content

iRet/espLCD

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

espLCD

esp32 weather station using micro python

Hardware

esp32 board with pre-installed micro python i2c connected text lcd display (1602) i2c connected temperature and humidity sensor (htu21d)

API tokens

Project uses two data providers:

Libraries

Tools

It is highly recommended to use rshell to upload scripts

Upload

rshell -p /dev/tty.SLAB_USBtoUART

Internal storage is available as /pyboard

Update api tokens and wifi credentials beforehand

cp htu21d.py /pyboard
cp lcd_api.py /pyboard
cp esp32_gpio_lcd.py /pyboard
cp boot.py /pyboard
cp lcd.py /pyboard

About

esp32 based weather station project powered by micro python

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages