Electromagnetic 3D printed 7 Segment display with optional bottom mounting KIT
Designed by 7Segments in United States of AmericaThis seller is taking a break until Dec. 28, 2024. Sign up below to get an email when they're back!
No shipping info available.
Set destination country to see options
Shipping to starts at
Free shipping is available to !
Ships from
This item does not ship to .
More Info
Sign up and we'll send a reminder when the seller returns!
What is this? This is a 3D printed Electromagnetic 7 Segment display. 7 Bifilar Coils are wound around 3D printed bobbins. The magnetic field created by the coils will either attract or repel the 7 …
Read More…This is a 3D printed Electromagnetic 7 Segment display. 7 Bifilar Coils are wound around 3D printed bobbins. The magnetic field created by the coils will either attract or repel the 7 individual segments, showing or hiding the segments to display the desired Digit.
When the segments are moving they make a satisfying clicking sound.
Don't enjoy the clicking sound at night..... add a photoresistor to your project or write your code for quiet time.
This size display is difficult to come by and expensive, if you can find them at all. I liked the sound they make and wanted to see if i could make my own. I am very happy with the results and wanted to make it available to others that enjoy this type of display. I hope you enjoy them as much as i do.
These displays can easily be chained together. Up to 8 displays can be chained together. They can be easily controlled with an Arduino. With only 6 connections from your Arduino you are able to control all 8 displays.
The Digit is an Electromagnetic 7 Segment display. Each segment has a bifilar coil that is used to show or hide the segment. Each coil has 3 wires, one wire has 12 volts, the 2nd wire is used to show the segment and the 3rd wire hides the segment. A voltage is applied for a short period of time (50ms) which show or hide the segment. A magnet then holds the segment in the current position, until the next command is sent.
#include "sig7seg-i2c.h"
Sig7segi2c sig1;
void setup() {
sig1.begin(0x00); // All 3 jumper pins at zero will be 0x00
}
void loop() {
// write from 0 to 9 then A-F on the display
for(int i=0; i<16; i++){
sig1.write(i);
delay(200);
}
}
#include "sig7seg-i2c.h"
Sig7segi2c sig1;
void setup() {
sig1.begin(0x00); // All 3 jumper pins at zero will be 0x00
sig1.setFlipTime(50); //pulse width to flip segments (50 is optimal)
}
void loop() {
sig1.write(4); // This will write number 4 to the display
delay(1000);
sig1.write(5); // This will write number 5 to the display
delay(1000);
sig1.clear(); // This will clear the display
delay(1000);
sig1.setDash(); // This will on display middle Segment (Segment G)
delay(1000);
}
If you decide to use the bottom mounting base. Attach segment using the 2 provided Phillips head 2mm x 10mm screws. Four holes are provided for you on the bottom of the base allowing you to mount to any additional platform.
Character size -- H x 100mm W x 70mm
Click Digit display-- H 115mm x W 86mm x D 58mm
No power required to maintain displayed Digit
Pulse Length-- 50ms
Coil Resistance --70 Ohms
Input voltage 12 Volts 500mA ( will power 8 digits)
No country selected, please select your country to see shipping options.
No rates are available for shipping to .
Enter your email address if you'd like to be notified when Click Digit - 7 Segment Display with mounting KIT can be shipped to you:
Thanks! We'll let you know when the seller adds shipping rates for your country.
Shipping Rate | Tracked | Ships From | First Item | Additional Items |
---|---|---|---|---|
:
|
Product: (5.00)
Documentation: (4.00)
Shipping: (5.00)
Communication: (5.00)
Robert | Sept. 9, 2021
No shipping info available.
Set destination country to see options
Shipping to starts at
Free shipping is available to !
Ships from
This item does not ship to .
More Info
Sign up and we'll send a reminder when the seller returns!
Gloucester, MA, United States of America
Ships from United States of America.
1 Review | 13 Orders
$19.80
Free Shipping!
$21.00
Free Shipping!
$13.85
Free Shipping!
$25.00
Free Shipping!
By clicking Register, you confirm that you accept our Terms & Conditions
We recognize our top users by making them a Tindarian. Tindarians have access to secret & unreleased features.
We look for the most active & best members of the Tindie community, and invite them to join. There isn't a selection process or form to fill out. The only way to become a Tindarian is by being a nice & active member of the Tindie community!