Perfect for when you need to display the time or some simple sensor read-outs, all with two pins!
In stock, ships same business day if ordered before 2PM
Delivered by Fri, 15th of Nov
Quantity Discounts:
Perfect for when you need to display the time or some simple sensor read-outs.
Includes M2 37mm x 20mm mounting holes to make mounting and viewing easy.
Note: Even though this sensor uses data and clock it is NOT I2C or SPI, seperate pins are required and a proprietary library is below.
Library: https://github.com/mcauser/micropython-tm1637
from machine import Pin import utime import tm1637 # Define pins for TM1637 display module TM1637_CLK_PIN = 2 TM1637_DIO_PIN = 3 # Initialize TM1637 display object tm = tm1637.TM1637(clk=Pin(TM1637_CLK_PIN), dio=Pin(TM1637_DIO_PIN)) # Loop to display a count on the TM1637 display count = 0 while True: count_padded = f'{count:04}' # Add leading zeros to the number tm.show(count_padded) # Update the display with the number count += 1 utime.sleep(1)
Exact shipping can be calculated on the view cart page (no login required).
Products that weigh more than 0.5 KG may cost more than what's shown (for example, test equipment, machines, >500mL liquids, etc).
We deliver Australia-wide with these options (depends on the final destination - you can get a quote on the view cart page):
Non-metro addresses in WA, NT, SA & TAS can take 2+ days in addition to the above information.
Some batteries (such as LiPo) can't be shipped by Air. During checkout, Express Post and International Methods will not be an option if you have that type of battery in your shopping cart.
International Orders - the following rates are for New Zealand and will vary for other countries:
If you order lots of gear, the postage amount will increase based on the weight of your order.
Our physical address (here's a PDF which includes other key business details):
Unit 18, 132 Garden Grove Parade
Adamstown
NSW, 2289
Australia
Take a look at our customer service page if you have other questions such as "do we do purchase orders" (yes!) or "are prices GST inclusive" (yes they are!). We're here to help - get in touch with us to talk shop.
Have a product question? We're here to help!
Makers love reviews as much as you do, please follow this link to review the products you have purchased.
Product Comments