This post is about how to use the Micro SD Card Reader with the Arduino. This will allow you to store the relevant data into a Micro SD Card. We’ll also be discussing how a Micro SD Card works. Micro SD Card Micro SD Cards or Secure Digital works on Flash Memory ( Click here […]
Flash Memory
Memories of an Arduino
“Computers are incredibly fast, accurate and stupid; humans are incredibly slow, inaccurate and brilliant; together they are powerful beyond imagination” There are 3 types of memories in an Arduino : Flash SRAM EEPROM Flash Memory It is where the Arduino sketch image is stored. Non-Volatile , i.e. , information persists after the power is turned […]
Embedded Systems – Storage Conditions
Memory is simple electronic system, consisting of millions of individual cells which have a unique address which stores 1 bit of data- either a ‘1’ or a ‘0’. Storage Conditions As we all know, Embedded Systems have limited physical resources. Hard drives are faster than Flash memories but are bulky, have rotating parts, […]