esp32 weather station using micro python
esp32 board with pre-installed micro python i2c connected text lcd display (1602) i2c connected temperature and humidity sensor (htu21d)
Project uses two data providers:
It is highly recommended to use rshell to upload scripts
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