Skip to content

Latest commit

 

History

History
60 lines (39 loc) · 1.01 KB

README.md

File metadata and controls

60 lines (39 loc) · 1.01 KB

Welcome to acMonitor 👋

Version License: MIT

monitor if ac power is cut off or is it back.

Install

yarn

Installing Micropython

esptool.py --port /dev/ttyUSB0 erase_flash
esptool.py --port /dev/ttyUSB0 --baud 460800 write_flash --flash_size=detect 0 your_micropython_file_here

Usage

yarn start

Putting boot.py in ESP8266

You need to install adafruit-ampy

adafruit-ampy

Putting boot.py file to esp8266

ampy -p /dev/ttyUSB0 put boot.py

Author

👤 Hun Vikran

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator