Shop OBEX P1 Docs P2 Docs Learn Events
SD card addition to the Chameleon — Parallax Forums

SD card addition to the Chameleon

blittledblittled Posts: 681
edited 2011-03-26 14:20 in Propeller 1
With most new development boards such as the C3 using SD cards and Kye's SD card driver I thought I would implement a SD card interface on a Chameleon-PIC. I was wondering if anyone else was working on something similar or if there was an interest in it.

I am using uController's SD Card since it is the simplest interface and adaptable to any SD breakout board. Due to the SPI protocol between the Prop and the PIC this will be a relatively slow interface but will be sufficient for storing and retrieving data. Currently I have the Prop side converted but untested and started writing the PIC libraries to test it. Once I get it running I'll post it on this thread. The Prop software should work with the Chameleon-AVR but the AVR libraries need to be written. My hope is that someone with a Chameleon-AVR would be interested in doing it since I don't have one.
Sign In or Register to comment.