Skip to content

jankeesvw/sparkle-display

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Display with a Photon

How it looks

Photon with Display

Schematics

It's based on the Arduino schematics: Schema

I use this display: https://www.floris.cc/shop/en/display/667-lcd-display-16x2-white-on-blue.html

This is the datasheet of the screen: https://cdn-shop.adafruit.com/datasheets/TC1602A-01T.pdf

How to send data from a Cronjob

DATA=`bundle exec rails runner 'puts "USERS: #{User.where("created_at >= ?", Time.zone.now.beginning_of_day).count},DESIGNS: #{Design.where("created_at >= ?", Time.zone.now.beginning_of_day).count}"'`
curl -X POST -F "parmams=$DATA" "https://api.particle.io/v1/devices/123xyz/lines?access_token=abcdefghijklmnopqrstuvwxyz"

About

Sparkle display

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published