- This project is about setting up ADXL345 sensor with esp8266 and using micropython,shown as plotter in client side.
- first upload miropython firmware to nodemcu ( micropython esp8266 )
- open repl and use this command to setting up webrepl
import webrepl
- do the installation
- now use webrepl to upload the ADXL345.py and boot.py on it
- execute Plotter.py
- set the time and port then start
Requirements
pip install -r requirements.txt