TinyCircuits Forum

TinyCircuits Products => TinyDuino Processors & TinyShields => Topic started by: pongduino on April 27, 2014, 02:33:41 AM

Title: On board storage
Post by: pongduino on April 27, 2014, 02:33:41 AM
I am new to arduino and have yet to buy the kit, but was wondering if there is any on board storage, like an eprom and if so how much.
Title: Re: On board storage
Post by: Grimstone on May 23, 2014, 11:25:01 PM
It is the same as an Uno. It has 32k flash, 2k RAM, and 1k eeprom.
Title: Re: On board storage
Post by: ChuckM on May 24, 2014, 04:14:57 PM
Two answers, Flash and RAM (program memory) is dependent on the chip used, the Tiny uses the '328 chip which is 32K of flash and 2K of RAM. You can add a SD Card shield which will let you have 16 GB of SD space.