Show Posts

This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.


Messages - ChuckM

Pages: 1
1
TinyDuino Processors & TinyShields / Re: On board storage
« 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.

2
Thanks Grimstone, unless I'm mistaken that that shield, as with the other proto shields only has one connector to the TinyDuino. If you look at the Comm board it has a connector no top and on bottom. Hard to tell from the photos.

4
Did you see my posting in the User Code? It has code to run it.

5
User Projects / Code Examples / Re: TinyDuino Bubble Level
« on: May 23, 2014, 12:56:33 AM »
Hi Blue, nice code! I was playing with this shield as well and noted that since the pin values are all between 4 and 9 for the LEDs you can store both the 'high' pin number and the 'low' pin number in a single byte, just store it as hex, so 0x95 is 'high' pin #9 and 'low' pin #5.  Cuts down a bit on RAM usage, which of course is unnecessary in a simple example but might come in handy if you are doing more computation or need more RAM.

--Chuck

6
User Projects / Code Examples / Circle Edge LED shield demo
« on: May 23, 2014, 12:53:05 AM »
Got this one at Maker faire as well so I wrote some code to play with it. Charlieplexing is kind of annoying! Repo though is here:
https://github.com/ChuckM/tinyduino-circle-led

--Chuck

7
So I'd like to stack a tiny-duino, a proto board, and a LED shield. I need to get a lead to the Analog in pin. But the prototypes shields don't have a connector on top and bottom like the Comm board does.

8
So the link on the product page for the 7-segment shield tutorial is broken. It points to the LED shield. Anyway I wrote one and leave the link here for anyone who wants to use it: https://github.com/ChuckM/tinyduino-7seg

--Chuck

Pages: 1
SMF spam blocked by CleanTalk