My website is here to share my hobbies, passions, and interests with my friends, including the ones I have not met yet (drop me a line, lets do lunch!).
jamie@jamiestarling.com
Latest From My Blog

Thoughts on Automation
I don't know about you - but I really don't like spending time doing small manual tasks that don't add much value. Well, to be frank, even large manual tasks. And really it is manual tasks that you have to repeat over and over. Kind of like busy work. Maybe it is...

PIC16F15214 Device Peripherals
Digital Peripherals: Two Capture/Compare/PWM (CCP) Modules: 16-bit resolution for Capture/Compare modes - 10-bit resolution for PWM mode Two Pulse-Width Modulators (PWM): 10-bit resolution - Independent pulse outputs One Configurable 8/16-Bit Timer (TMR0) One...
PIC16F15214 Pin Diagram
PIC16F15214 Pin Diagram VSS - Ground VDD - Operating Voltage Range: 1.8V to 5.5V PIC16F15213 Pin descriptions and Pin Mappings

Creating the TV-50 A Model TV Simulator
In case you didn't know - I enjoy model building - specifically model railroading. I have a website - GizmoFoundry where I sell the things I create. I thought I would run through the process of creating a simulator. In this case - the TV-50 which uses one of the...

PIC16F15214 MCU Overview – What You Really Need to Know
The PIC16F15214 is an cost effective upgrade from the PIC10F322. This MCU will give you two more I/O pins compared to the PIC10F322 - About 14 times the flash program space, 8x the SRAM space, and various other peripherals such as I2C, EUSART, and SPI. The...

Difference between – PIC16F15213 and PIC16F15214
So, what is the Difference between the PIC16F15213 and PIC16F15214? FLASH Program Space and SRAM Size. PIC16F15213 has 3.5K Program Flash Memory and 256 Bytes of SRAM. PIC16F15214 has 7K Program Flash Memory and 512 Bytes of SRAM. You get double the Program Space and...

PIC16F15213 Device Peripherals
Digital Peripherals: Two Capture/Compare/PWM (CCP) Modules: 16-bit resolution for Capture/Compare modes - 10-bit resolution for PWM mode Two Pulse-Width Modulators (PWM): 10-bit resolution - Independent pulse outputs One Configurable 8/16-Bit Timer (TMR0) One...

PIC16F15213 Pin Diagram
PIC16F15213 Pin Out Diagram VSS - GroundVDD - Operating Voltage Range: 1.8V to 5.5V **NOTE RA3 - {MCLR} If used for IO is an input pin only! Cannot be used as Output. Cannot be used for Analog ADC Pin descriptions and Pin Mappings PIC16F15213 Pin descriptions and Pin...

PIC16F15213 MCU Overview – What You Really Need to Know
The PIC16F15213 is a 8 Pin cost effective upgrade from the PIC10F322. This MCU will give you two more I/O pins compared to the PIC10F322 - About 7 times the flash program space, 4x the SRAM space, and various other peripherals such as I2C, EUSART, and SPI. Don't...

PIC10F322 and XC8 Code – Internal Temperature Sensor – Creative Use Seed Random Number Generator
In the pervious post - we setup the PIC10F322 ADC to read the Internal Temperature Sensor. Mostly the sensor is used to monitor the die to ensure that it is operating within its limits of thermal rating. In enclosed products, the microcontroller’s internal temperature...