Microcontroller Propeller 1

ESC Motor Control Demo

OverviewObject ID : 2773 (2013-04-05)Author : Cluso99 | added by ArchiverMicrocontroller : Propeller 1Category : Motor ControlLanguages : PASM, SPINLicence : OtherTag : ServoContent A simple program to drive an ESC to control a Brushless Motor from the Prop using…

RC_Servo_Control

OverviewObject ID : 2772 (2013-04-16)Author : Gavin Garner | added by ArchiverMicrocontroller : Propeller 1Category : Motor ControlLanguages : PASM, SPINLicence : OtherTag : ServoContent These are five programs that demonstrate various techniques for controlling RC servomotors with the Propeller…

unistep_simple unipolar 4 pole 5 wire stepper motor driver

OverviewObject ID : 2771 (2018-10-15)Author : BR | added by ArchiverMicrocontroller : Propeller 1Category : Motor ControlLanguage : SPINLicence : OtherContent A simple 5-wire 4-pole unipolar stepper motor driver. This object is set up to drive these cheap $3 Erco…

PPC Driver

OverviewObject ID : 2770 (2013-04-12)Author : Michael Boswell | added by ArchiverMicrocontroller : Propeller 1Category : Motor ControlLanguage : SPINLicence : OtherContent Allows control of the Parallax Position Controllers using only Speed and Direction inputs. useful for remote control of…

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…