An attempt to explore what a seven segment display is capable of displaying. The plan is to create lists of 1-4 letter words, grouped by function (noun, verb, etc.) Then use a template based on a favourite poem to generate new poems from the lists of short words. To make it truly useful it will include an RTC module and a magnetometer, then be put in a compact enough package to not be annoying. Originally conceived to use a Pro Mini that was on hand but may make use of a Teensy-LC... Thank you Hackaday!
Components
1×
Teensy-LC
Still undecided on which microcontroller board to use as the seven segment library that I'm using does not compile on the Teensy-LC.
1×
3461BS
four digit 7-segment LED display
8×
1 kOhm resistor
1×
DS1307 RTC breakout board
1×
LSM303 triple-axis accelerometer and magnetometer
Just rediscovered Upverter, have started learning the ropes and creating my schematic. The goal is to layout a pcb for the "permanent" version of this thing. I have some protoboards that I could use, but as a large motivation behind this endeavour is to learn new stuff I would prefer to get some experience with producing a pcb layout.
Here's a schematic of the current setup. Had to do a little connection shuffling to free up digital pin 2 for the external interrupt, using the tact switch to change modes (poem, clock, compass). Next step is to gather the useful parts of my various test sketches into a functioning unit and tweak the poetry portion.
The two modules arrived and I assembled the DS1307 RTC kit. The basic code for generating the "poems" is working (still on the Pro Mini). I attempted to compile it for the Teensy-LC but got an error related to the library I'm using for the seven segment display and a warning related to using an array of strings. I'm debating whether to figure these issues out now before proceeding with the Teensy-LC or if I should continue with the Pro Mini and then adapt for the LC later. Any ideas of alternative ways to handle the seven segment display on the Teensy?
Just ordered the RTC and magnetometer modules. Decided on the LSM303 triple-axis accelerometer and magnetometer from Adafruit as the feature/price factor seemed like the best value. Continuing to sketch ideas about how to use the seven segment display in various ways and reconfigured the circuit-thus-far on the breadboard to make room for the two modules.
Thanks for your interest. This isn't a very practical project, but I love the minimal, retro aspect of the 7 seg display and it's getting me moving on learning more stuff.
I love this idea too. Can't wait to see some results!