MikroElektronika MicroSD Click

SKU: CE05410 Brand: MikroElektronika

Retired Product

Search for an alternative
This product has been retired. It is no longer available, but this page has been kept for reference.

Need more additional memory? We’ve got just the thing for you - microSD click. It features a microSD card slot for microSD cards used as a mass storage media for portable devices. microSD click is designed to run on 3.3V power supply. Industry standard SPI interface ensures simple communication at high data rates. Use it for reading or storing data like music, text files, videos and more.

Using microSD cards

Board contains the slot for standard microSD cards. Once power is turned on, power LED will indicate that board is in operation. Data is read and written to the card using industry standard SPI interface.

Power supply – 3.3V only

Board is designed to use 3.3V power supply only. If you need to add MMC/SD feature to your 5V prototype or development board, we recommend you to use other boards such as the MMC/SD Accessory Board.

Specifications

  • Type: SD/MMC
  • Applications: microSD click is ideal for storing and reading acquisition data, images, music, video and data files, or any other application where fast mass storage is needed.
  • On-board modules: microSD card slot
  • Key Benefits: Small dimensions, easy to integrate into your prototype devices.
  • Interface: SPI
  • Input Voltage: 3.3V
  • Compatibility: mikroBUS
  • Click board size: S (28.6 x 25.4 mm)

Pinout diagram

This table shows how the pinout on microSD click corresponds to the pinout on the mikroBUS™ socket (the latter shown in the two middle columns).

INSERT IMG HERE

Programming

Code examples for microSD click, written for MikroElektronika hardware and compilers are available on Libstock.

Code snippet

The following code snippet shows part of the code that is responsible for microSD click initialization.

01 void main() {
02 const char FILL_CHAR = 'm';
03 unsigned int i, SectorNo;
04 char mmc_error;
05 bit data_ok;
06
07 ANCON0 = 0; // Configure ports as digital I/O
08 ANCON1 = 0;
09 ANCON2 = 0;
10
11 Mmc_Card_Detect_Direction = 1; // Set card detection pin to be input
12
13 UART1_Init(19200); // Initialize UART1 module
14 Delay_ms(10);
15 UART1_Write_Line("Insert microSD Card");
16
17 while(Mmc_Card_Detect) // Loop until card is detected
18 ;
19
20 Delay_ms(500);
21
22 UART1_Write_Line("microSD Card inserted"); // microSD Card present report
23
24 // Initialize SPI1 module
25 SPI1_Init_Advanced(_SPI_MASTER_OSC_DIV4, _SPI_DATA_SAMPLE_MIDDLE, _SPI_CLK_IDLE_LOW, _SPI_LOW_2_HIGH);
26
27 // Initialize MMC card
28 mmc_error = Mmc_Init();
29 if(mmc_error == 0)
30 UART1_Write_Line("MMC Init-OK"); // If MMC present report
31 else
32 UART1_Write_Line("MMC Init-error"); // If error report

Downloads

This product is listed in:

Retired

Product Comments

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):

  • $3+ for Stamped Mail (typically 10+ business days, not tracked, only available on selected small items)
  • $6+ for Standard Post (typically 6+ business days, tracked)
  • $10+ for Express Post (typically 2+ business days, tracked)
  • Pickup - Free! Only available to customers who live in the Newcastle region (must order online and only pickup after we email to notify you the order is ready). Orders placed after 2PM may not be ready until the following business day.

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:

  • $11+ for Pack and Track (3+ days, tracked)
  • $16+ for Express International (2-5 days, tracked)

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!

Write Your Own Review

Guides

The Maker Revolution

The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...
The Maker Revolution celebrates the creation of new devices and the modification of existing ones - ...

Projects

Accurate IoT Clock With ESP8266

Being punctual is important. Hence accurate time is required. Clocks tend to miss out when it comes...
Being punctual is important. Hence accurate time is required. Clocks tend to miss out when it comes...

Days2Bin: Pico Powered Bin Reminder

Our recycle bin is collected fortnightly, but I can never remember which week, and the printed cale...
Our recycle bin is collected fortnightly, but I can never remember which week, and the printed cale...

Raspberry Pi Video Looper Display Installation | Overshare Video Festival

IntroductionA suspended ceiling display of forty repurposed screens and displays, each screening cr...
IntroductionA suspended ceiling display of forty repurposed screens and displays, each screening cr...
Feedback

Please continue if you would like to leave feedback for any of these topics:

  • Website features/issues
  • Content errors/improvements
  • Missing products/categories
  • Product assignments to categories
  • Search results relevance

For all other inquiries (orders status, stock levels, etc), please contact our support team for quick assistance.

Note: click continue and a draft email will be opened to edit. If you don't have an email client on your device, then send a message via the chat icon on the bottom left of our website.

Makers love reviews as much as you do, please follow this link to review the products you have purchased.