Digistump Forums

The Digispark => Digispark (Original) Support => Topic started by: aand on December 05, 2016, 08:56:25 am

Title: Digispark and TM1637
Post by: aand on December 05, 2016, 08:56:25 am
I'm trying to get a four digit 7-segment LED TM1637 display to work on my digispark.  I've already used these on several Arduino's and ESP8266 devices, but I'm getting no where on the digispark.  Am I missing something obvious?  I've googled around and haven't found any examples on a TM1637 on a digispark, although I would have thought it'd be fairly common.
Title: Re: Digispark and TM1637
Post by: PeterF on December 07, 2016, 02:05:11 am
I'm not familiar with that chip, but a quick search for TM1637 Attiny85 came up with some results... including a video (https://www.youtube.com/watch?v=Yo990HuSzNM) and an instructable (http://www.instructables.com/id/Tri-Mode-Digital-Clock-With-ATtiny85-and-RTC/)... so I don't see why it wouldn't work with the Digispark since that is an Attiny85 at heart. Maybe the source code from the instructable will give you some ideas as to what's going on?