All Projects → stremlau → Wordclock

stremlau / Wordclock

Arduino nano code for a WS2812B/Neopixel Wordclock

Labels

Projects that are alternatives of or similar to Wordclock

Uduino
Simple and easy connection between Arduino and Unity
Stars: ✭ 25 (+212.5%)
Mutual labels:  arduino
Ws2811 Spectrum Analyzer
"Waterfall" spectrum analyzer using WS2811 string RGB LEDs. Pictures/videos and info can be found at www.12vtronix.com
Stars: ✭ 26 (+225%)
Mutual labels:  arduino
Backtothefuture Clock
All code and documents releated to my BackToTheFuture clock: http://hackaday.io/project/709-Back-To-The-Future-Time-Circuit-Clock
Stars: ✭ 7 (-12.5%)
Mutual labels:  arduino
Music Reactive Ws2812b Arduino
LED STRIP WS2812B reacting to music connected through your AUX 3.5mm Jack as seen on cine-light youtube
Stars: ✭ 26 (+225%)
Mutual labels:  arduino
Iot cloudcloud
Stars: ✭ 26 (+225%)
Mutual labels:  arduino
Oil Pumpjack
Oil Pumpjack: open source materials to create your own oil pumpjack managed by an Arduino
Stars: ✭ 27 (+237.5%)
Mutual labels:  arduino
Firefly
An annoying little thing, really
Stars: ✭ 25 (+212.5%)
Mutual labels:  arduino
Twiliopoweroutlet
Power Outlet Controlled by Twilio, Pusher, and Arduino
Stars: ✭ 7 (-12.5%)
Mutual labels:  arduino
Irelectra
Electra A/C IR Encoder for IRremote
Stars: ✭ 26 (+225%)
Mutual labels:  arduino
Vexmotor
vexMotor Arduino library. This library simplifies the interface between Arduino and the VEX motors through the VEX Motor Controller 29.
Stars: ✭ 7 (-12.5%)
Mutual labels:  arduino
Pocketetris
Compact Tetris clone
Stars: ✭ 26 (+225%)
Mutual labels:  arduino
Flir Lepton
Arduino application. This application captures an image with the FLiR Lepton and prints it.
Stars: ✭ 26 (+225%)
Mutual labels:  arduino
Panstamp sketches
Basic Arduino sketches fro panStamp
Stars: ✭ 7 (-12.5%)
Mutual labels:  arduino
Adc test
Tutorial: Make the Arduino Analog Readings more precise
Stars: ✭ 25 (+212.5%)
Mutual labels:  arduino
Purr
hackathon project, anxiety bracelet
Stars: ✭ 7 (-12.5%)
Mutual labels:  arduino
Rubber Ducky Library For Arduino
An Arduino library that allows you to use a cheap Arduino (Leonardo) as a Rubber Ducky
Stars: ✭ 25 (+212.5%)
Mutual labels:  arduino
Thermal printer
Demo Code for the Thermal Printer available from SparkFun Electronics
Stars: ✭ 26 (+225%)
Mutual labels:  arduino
Solarmonk
energy powered by the sun ☀️
Stars: ✭ 8 (+0%)
Mutual labels:  arduino
Flora
FLORA and Pixel class examples
Stars: ✭ 7 (-12.5%)
Mutual labels:  arduino
Wi Pwn
ESP8266 Deauther ​with a material design WebUI 📶
Stars: ✭ 839 (+10387.5%)
Mutual labels:  arduino

Wordclock

Arduino nano code for a WS2812B/Neopixel Wordclock.

HC-05 Bluetooth configuration

Connect Arduino Nano and HC-05 Module:
VCC -- 5V
GND -- GND
TXD -- TX1
RXD -- RX0

Upload Sketch with empty setup() and loop(). Open Serial Monitor with "NL and CR" and 38400 Baud rate. Type the following:

  • AT+CLASS=1 // hold HC-05 Button while pressing Enter
  • AT+ROLE=0
  • AT+NAME=Wordclock-<NAME>
  • AT+PSWD=0000
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].