If you need to load or store large amounts of data, look no further than this 3.3V SPI microSD card module.
In stock, ships same business day if ordered before 2PM
Delivered by Tue, 26th of Nov
Quantity Discounts:
Recommended Essentials:
If you need to load or store large amounts of data, look no further than this 3.3V SPI microSD card module.
The module breaks out each onboard connection to convenient 0.1" headers, add a microSD card, and some jumper wires to connect everything, and get logging!
Perfect for the Raspberry Pi Pico and ESP32 development boards.
From top to bottom, with the arrow on the silkscreen facing upwards:
Library: sdcard
from machine import SPI, Pin import sdcard, uos spi = SPI(1,sck=Pin(14), mosi=Pin(15), miso=Pin(12)) cs = Pin(13) sd = sdcard.SDCard(spi, cs) uos.mount(sd, '/sd') print(uos.listdir('/sd')) # Setup sensors here adc = ADC(0) with open('/sd/adcData.txt', "w") as f: while True: x = adc.read_u16() # Replace this line with a sensor reading of your choosing t = time.ticks_ms()/1000 f.write(str(t)) # Write time sample was taken in seconds f.write(' ') # A space f.write(str(x)) # Write sample data f.write('\n') # A new line f.flush() # Force writing of buffered data to the SD card print(t, x) time.sleep_ms(500)
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