Skip to content

marcielbp/esp8266_iot_uPython

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

esp8266_iot_uPython

This repo contains data for using DHT and Pressure sensors in esp8266 running uPython

How to install firmware?

Access http://micropython.org/ to download firmware and follow install guide.

How to send and receive file ESP-8266?

REPL: Use picocom: $ picocom /dev/ttyUSB0 -b115200

Send file: Use ampy: $ ampy --port /dev/ttyUSB0 put filename.py

Remove files (REPL)

>>> import os
>>> os.listdir()
['boot.py', 'port_config.py', 'data.txt']
>>> os.mkdir('dir')
>>> os.remove('data.txt')

TODO:

  • Integrate datalogger project;
  • Check display driver pcd8544;

DOING:

Pinout ESP-8266-12E

image

Pinout WEMOS-D1

image

About

This repo contains data for using DHT and Pressure sensors in esp8266 running uPython

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages