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 microSD 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 Features microSD card slot for microSD cards used as a mass storage media for portable devices Interface SPI Compatibility mikroBUS Click board size S (28.6 x 25.4 mm) Input Voltage 3.3V
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).
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/O08 ANCON1 = 0;09 ANCON2 = 0;10 11 Mmc_Card_Detect_Direction = 1; // Set card detection pin to be input12 13 UART1_Init(19200); // Initialize UART1 module14 Delay_ms(10);15 UART1_Write_Line("Insert microSD Card");16 17 while(Mmc_Card_Detect) // Loop until card is detected18 ;19 20 Delay_ms(500);21 22 UART1_Write_Line("microSD Card inserted"); // microSD Card present report23 24 // Initialize SPI1 module25 SPI1_Init_Advanced(_SPI_MASTER_OSC_DIV4, _SPI_DATA_SAMPLE_MIDDLE, _SPI_CLK_IDLE_LOW, _SPI_LOW_2_HIGH);26 27 // Initialize MMC card28 mmc_error = Mmc_Init();29 if(mmc_error == 0)30 UART1_Write_Line("MMC Init-OK"); // If MMC present report31 else32 UART1_Write_Line("MMC Init-error"); // If error report
Shipping rates Australia wide and New Zealand
FAQ:
- How do I estimate shipping for my order?
- Add products in the shopping cart and head to the checkout page to estimate the shipping.
Dispatch time
Unless expressly agreed otherwise with you, we will not commence delivery of an order until we have received cleared payment of the purchase price in full.
All orders placed before 11 am AEST (Monday to Friday) will ordinarily be processed on the same day.
We will endeavour to ship the Products by the applicable time indicated on the website, but all times are indicative only. All shipping times are dispatch times only, and actual delivery dates will depend on the shipping method chosen, delivery address and delivery service provider.
Note- Please make a note during purchase if you require any item urgently. However we cannot guarantee that we will be able to comply with any request.
*Go to Australia post delivery time calculation to get various Australia post service in your area please use our shipping postcode Thomastown, 3074 as the "from" address - https://auspost.com.au/parcels-mail/delivery-times.html?ilink=tools-open-deliv-times.
We ship all products throughout mainland Australia, Tasmania and New Zealand - Including Darwin, Melbourne, Sydney, Tasmania, Adelaide, Brisbane, Perth, all metro and regional areas but do not deliver to areas in Australia where the Australia Post delivery network is not available.
Check Express shipping delivery coverage area at - http://auspost.com.au/parcels-mail/delivery-areas.html
Receipt of deliveries
Deliveries to post office boxes are not permitted where delivery is by courier. If delivery is by courier and nobody is available at the delivery address to accept delivery when delivery is attempted then the courier may either:
- leave the relevant parcel at the unattended address (the courier will do so if specified in your delivery requirements); or
- re-attempt delivery at a later time or date, in which case we may charge you an additional re-delivery fee.
Note that if a delivery is left unattended at the shipping address and is subsequently stolen then the theft is your responsibility, not ours.
Payment & Security
Your payment information is processed securely. We do not store credit card details nor have access to your credit card information.