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...
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,...
How to Use an LDR (Light Dependent Resistor) in MCU Applications : Part 1
How to Use an LDR (Light Dependent Resistor) in MCU ApplicationsWhat Is an LDR (Light Dependent Resistor)?How Does an LDR (Light Dependent Resistor) Work?Why Use an LDR (Light Dependent Resistor)?Where LDRs (Light Dependent Resistor) Are UsedCommon (Light Dependent...
Simplifying Your PIC10F322 Projects with a Standard Header File
Simplifying Your PIC10F322 Projects with a Standard Header FileCreating the Header FileContents of the Header FileBenefits of Using a Standard Header FileHave a Project or Idea!?Seeking Bespoke Technology Solutions? Simplifying Your PIC10F322 Projects with a...
What is A Digital Image?
High level it is a binary representation (numbers) of visual information. And how is it represented? It depends on the format, we will get into that later, but it is nothing more than an array of numbers. For example - lets just take a 256 level black and white...
Image Processing – Python Generating a Histogram for a Gray Scale Image
Histogram for a Gray Scale Image - Using Python. What is an image histogram - it is a profile of the occurrences of each gray level present in an image. In the visual example below - we are using a bar graph to visualize it. It starts at 0 and goes to 255, each...