GithubHelp home page GithubHelp logo

lcdclock-firmware's Introduction

SushiBits LCD Clock

Novelty clock with connectivity.

Introduction & Goal

I always needed a clock with climate sensors in my room, but despite the cheap ones available (including the flippy one from IKEA which my mom uses in the kitchen) I never got around buying one. A while ago I set up a GPS-based Stratum 1 NTP server using one of my spare Raspberry Pi's. Now how about building a clock, with not only climate sensors, but also can receive time over NTP?

The clock needs to sit in my bookshelf. It joins my home network to gain access to the NTP server (or anyone else's over Internet) to pull the time. And maybe it can collect the report the collected climate data to a server.

Thus, here is the design goals:

  • Temperature and humidity sensors.
  • Have a display to show the current date, time, temperature and humidity.
  • Battery-powered device.
  • Wi-Fi capable.

Hardware

I am aware of the ESP8266-based systems, however I cannot keep the wireless on all the time in order not to drain the batteries too quickly. Instead a separate microcontroller is used for the system operation, and the ESP8266 module is on only during the NTP time sync or batched data reporting process.

The overall hardware includes:

  • Processor: STM32F103CBT6 or STM32F303CCT6
  • Climate Sensor: DHT12
  • Wireless Module: ESP-12E ESP8266 based module
  • Display: 16x2 HD44780-compatible LCD
  • Connectivity: USB for communication and charging, Wi-Fi, Serial and JTAG

License

This is open source hardware, licensed under the 3-clause BSD license.

lcdclock-firmware's People

Contributors

xcvista avatar

Watchers

James Cloos avatar  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.