Seeking Bespoke Technology Solutions?
Are You Ready to Transform Your Ideas into Innovations?
Contact me today to discover how personalized, high-end tech solutions can meet your unique requirements.
jamie@jamiestarling.com
Search The Site
Explore
Explore By Topic
C
I
M
P
S
T
X
Z
C
I
M
P
S
T
X
Z
Blog Picks
Dialing In the Light : Adjusting LED Brightness with PWM and a Potentiometer
Adjusting LED Brightness with PWM and a PotentiometerThe CircuitLet’s walk through each part of the circuit:Putting It All TogetherNow for the CodeBreaking Down the Code: Adjusting LED Brightness with PWM Using a PotentiometerCode OverviewThe Endless LoopSummary of...
Bringing It to Life : Using a Potentiometer to Control an LED and Monitor Values with Serial Feedback
Using a Potentiometer to Control an LED and Monitor Values with Serial FeedbackThe CircuitSetting Up the Circuit: Adding Serial Feedback to the MixPutting It All TogetherNow for the CodeBlinking LED with Serial FeedbackInside the Endless LoopWhat’s Happening...
Using a Potentiometer with a PIC Microcontroller To Change Flash Rate of LED
Using a Potentiometer with a PIC Microcontroller To Change Flash Rate of LEDSetting Up the CircuitHow It All Fits TogetherAnd Now The CodeCode OverviewThe Endless LoopWhat’s Happening in the LoopCore MCU Framework LinksHave a Project or Idea!?Seeking Bespoke...
Using a Potentiometer with a PIC Microcontroller
Using a Potentiometer with a PIC MicrocontrollerUnderstanding What a Potentiometer DoesWhy Use a Potentiometer?Setting Up the Circuit: Connecting the Potentiometer to a PICReading Analog Values: From Voltage to DataA World of PossibilitiesSeeking Bespoke Technology...
Alternating Blinking LEDs : Building on the Basics with the CORE MCU Framework
Alternating Blinking LEDs : Building on the Basics with the CORE MCU FrameworkFirst Things First: Setting Up the CircuitNow, Let’s Dive into the CodeWhat’s Happening Here?What Does It All Look Like?Why Start Here?A Dynamic Pattern GeneratorCore MCU Framework...
Why Choose C Over MPASM or Assembly Language?
Why Choose C? Discover why C has become the go-to language for microcontroller programming, surpassing ASM in efficiency, portability, and ease of learning. Learn how mastering C can future-proof your career in the tech industry.
PIC16F15213 MCU Overview : What You Really Need to Know
PIC16F15213 MCU Overview. 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,...
Introducing the Core MCU Framework: Making Embedded Development Easier
Introducing the Core MCU Framework: Making Embedded Development EasierWhat is the Core MCU Framework?The Core Problem: MCU PortabilityHow Core MCU Framework Makes Development EasierA Framework That Grows With YouWhy It MattersSeeking Bespoke Technology...
PIC10F322 XC8 Code : Build a Trigger-Activated Dual Alternating Flasher for Model Trains
PIC10F322 XC8 code for a Trigger Activated Dual Alternating Flasher AKA Model Train Level Crossing Lights.
PIC10F322 ADC Tutorial : Getting Started with XC8
PIC10F322 ADC : Using the ADC on the PIC10F322 with XC8 allows you to convert analog signals into digital values for various applications. This guide provides a comprehensive setup for enabling the ADC, configuring the ports, and reading the ADC values. The example demonstrates how to use the ADC to control an LED based on an analog input, making it a practical starting point for more complex projects.