OBEX Category Data Storage

FAT32 SD card driver

OverviewObject ID : 4269 (2024-01-28 15:42:47)Author : Chris GaddMicrocontroller : Propeller 2Category : Data StorageLanguages : PASM2, SPIN2Licence : MITContent Verified with Panasonic 512MB SD PNY 8GB SDHC SanDisk Extreme 32GB SDHC GSKILL 32GB Micro SDHC cards must be formatted…

Simple SPI flash driver

OverviewObject ID : 2872 (2020-07-07)Author : ManAtWorkMicrocontroller : Propeller 2Category : Data StorageLanguage : SPIN2Licence : OtherTag : SPIContent Very simple driver for SPI flash devices like the external boot flash ROM of the P2. Can be used to store…

AT24C32

OverviewObject ID : 2871 (2020-12-09)Author : Jon McPhalenMicrocontroller : Propeller 2Category : Data StorageLanguage : SPIN2Licence : OtherContent R/W routines for AT24C32 (4K) EEPROM Downloads  Zip archive downloadTo view this content, you need to have JavaScript enabled in your browser.To do…

Generic I2C EEPROM Driver

OverviewObject ID : 2769 (2013-03-28)Author : Kwabena W. Agyeman | added by ArchiverMicrocontroller : Propeller 1Category : Data StorageLanguages : PASM, SPINLicence : OtherTag : I2CContent A generic I2C EEPROM driver. The code has been fully optimized with a super…

Datalogger SPI mode

OverviewObject ID : 2768 (2013-03-27)Author : Peter Verkaik | added by ArchiverMicrocontroller : Propeller 1Category : Data StorageLanguage : SPINLicence : OtherTag : SPIContent Object for Parallax #27937 datalogger using SPI mode. Bundled with test program that shows how to…

SDLoader

OverviewObject ID : 2767 (2013-05-20)Author : Brian Riley | added by ArchiverMicrocontroller : Propeller 1Category : Data StorageLanguages : PASM, SPINLicence : OtherContent SDLoader allows executables to be booted from SD card, or loaded from SD card into upper 32K…

Multi Cog Fifo

OverviewObject ID : 2766 (2013-03-28)Author : Jacky2k | added by ArchiverMicrocontroller : Propeller 1Category : Data StorageLanguage : SPINLicence : OtherContent This is a spimple fifo, it is multi cog able. Only one cog can read at the same time!…

FAT16 routines SD Card layer - Updated

OverviewObject ID : 2765 (2013-03-25)Author : John Twomey | added by ArchiverMicrocontroller : Propeller 1Category : Data StorageLanguages : PASM, SPINLicence : OtherContent Updated Version of Tomas Rokicki’s FAT16 SDCard routines. Added SDstr,SDbin,SDhex and SDdec to fsrw to allow simple…

FAT16/32 Full File System Driver

OverviewObject ID : 2764 (2013-05-07)Author : Kwabena W. Agyeman | added by ArchiverMicrocontroller : Propeller 1Category : Data StorageLanguages : PASM, SPINLicence : OtherContent A FAT16/32 full file system driver that runs on one cog. The code has been fully…