Code Language SPIN

MPU-9150 Driver (Spin)

OverviewObject ID : 2035 (2014-02-18)Author : Zack Lantz | added by ArchiverMicrocontroller : Propeller 1Categories : Human Input, Math, Protocol, Sensor, Signals, ToolLanguage : SPINLicence : OtherContent This is a Spin port of the MPU-6050_PASM driver with updates to support…

Kalman Filtered IMU via 5DOF Accelerometer/Gyro

OverviewObject ID : 2034 (2017-02-06)Author : Jwood | added by ArchiverMicrocontroller : Propeller 1Categories : Math, SensorLanguage : SPINLicence : OtherTag : ADCContent This object uses an ADC to take readings from a 5DOF Accelerometer/Gyro unit and send them through…

Sorting Algorithms // SPIN or PASM

OverviewObject ID : 2033 (2013-05-02)Author : Brandon Nimon | added by ArchiverMicrocontroller : Propeller 1Categories : Snippet, ToolLanguages : PASM, SPINLicence : OtherContent Sorting Algorithms This is a collection of sorting algorithms for both string and decimal sorting. In each…

ADS1220 ADC from Texas Instruments

OverviewObject ID : 2032 (2018-06-12)Author : Daniel Rueppel | added by ArchiverMicrocontroller : Propeller 1Categories : Sensor, SnippetLanguage : SPINLicence : OtherTag : ADCContent Sample code to communicate with the Texas Instruments ADS1220 (From datasheet: 4-Channel, 2-kSPS, Low-Power, 24-Bit ADC…

Maxim 1 wire CRC 8

OverviewObject ID : 2031 (2017-04-08)Author : Terry TrappMicrocontroller : Propeller 1Categories : Protocol, SnippetLanguage : SPINLicence : OtherContent This is a code snippet to calculate Maxim 1 wire CRC 8. Downloads  Zip archive downloadTo view this content, you need to have…

Generating 5Mhz clock for slave propeller chips

OverviewObject ID : 2030 (2015-11-23)Author : Mark Owen | added by ArchiverMicrocontroller : Propeller 1Categories : Signals, SnippetLanguage : SPINLicence : OtherContent These snippets demonstrate how to use a system counter to generate a 5Mhz signal for use in driving…

Display Prop Info (clockfreq, avail cogs)

OverviewObject ID : 2029 (2013-05-02)Author : Cluso99 | added by ArchiverMicrocontroller : Propeller 1Categories : Snippet, ToolLanguages : PASM, SPINLicence : OtherContent This is a (simple) sample program to display the current: Clock Frequency & Mode Current Cog Available Cogs…

beau1button

OverviewObject ID : 2026 (2013-04-04)Author : BR | added by ArchiverMicrocontroller : Propeller 1Categories : Human Input, SnippetLanguage : SPINLicence : OtherContent This code snippet demonstrates a method for implementing a simple 1-button user input method. Works surprisingly well and…

Onkyo/Onesys Font for VGA HiRes Text driver - Final

OverviewObject ID : 2025 (2015-08-19)Author : Grant Gysbers | added by ArchiverMicrocontroller : Propeller 1Categories : Display, Fun, SnippetLanguage : SPINLicence : OtherContent Onesys/Onkyo Font for Parallax’s VGA_HiRes_Text.spin. Final 081920. 640×480 & 800×600 Resolutions Only. Aftermarket VGA_HiRes_Text.spin Font. Downloads  Zip archive…