Giter Club home page Giter Club logo

esptotp's Introduction

ESPTOTP

An ESP8266-based TOTP desktop display based on the Wemos D1 ESP-Wroom-02 Motherboard (ESP8266 Mini-WiFi NodeMCU Module ESP8266+18650 Battery+0.96 OLED development board).

Alt Wemos display board

Firmware

The device firmware is written using Arduino for ESP8266 - https://github.com/esp8266/Arduino. See this page for details on getting a dev. env. up and running.

Dependencies

Enclosure

The display enclosure can be CNC milled using the included Gcode

Alt text Alt text

Manually uploading firmware

You can upload a firmware image without setting up a full Arduino dev. env. by using esptool (https://github.com/espressif/esptool - Install esptool with pip install esptool) and the folling command:

sudo esptool.py --chip esp8266 --port /dev/cu.usbserial-0001 --baud 921600 write_flash 0x0 ./firmware/ESPTOTP.ino.bin

The current / default firmware can be found in the /firmware folder of this repository.

esptotp's People

Contributors

rxl881 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.