Coder Social home page Coder Social logo

esp8266's Introduction

ESP8266 clock module

Using ESP-12F module with ESP8266 as the core as the main control

Onboard a 0.96 inch OLED, clock chip, five-way button, single-cell 18650 lithium battery charging chip; the battery can be charged through the microUSB interface Charging and programming ESP8266. Users can develop a different wifi clock based on their own ideas.

Features

The 0.96 inch OLED can display the time intuitively.

The clock can be calibrated via wifi. Access to 18650 lithium battery can be used anytime, anywhere. It can charge the 18650 lithium battery, and there is a charging indicator to indicate the charging

The lead pins can be connected to other device modules for development. MicroUSB automatic programming function. Five-way buttons connected to five pins are equivalent to five buttons.

esp8266

Backup original firmware

esptool --port /dev/ttyUSB0 --baud 921600 read_flash 0x00000 0x400000 backup.img

Install micropython

# Note: v1.12-334 and newer (including v1.13) require an ESP8266 module with 2MiB of flash or more,
# and use littlefs as the filesystem by default. When upgrading from older firmware please backup
# your files first, before upgrading, or after upgrading execute uos.VfsLfs2.mkfs(bdev).
wget https://micropython.org/resources/firmware/esp8266-20191220-v1.12.bin
# Erase flash
esptool --port /dev/ttyUSB0 --baud 921600 erase_flash

esptool --port /dev/ttyUSB0 --baud 921600 write_flash  -fm dio 0x0 esp8266-20191220-v1.12.bin

esp8266's People

Contributors

frangal avatar

Stargazers

 avatar  avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.