Creator Alchemist: A Different Kind of Blueprint
Technology, creativity, and the journey between.
This isn’t a portfolio—it’s a place where I make sense of the work I do and the life I live.
Creator Alchemist is the name I’ve given to that process.
Pull up a chair. Let’s see what’s possible.
Want the full story? → [About Me]
Search The Site
Explore The Threads
Pickens From The Blog
{Recent}
Announcement – End of Year : Good Bye 2024
Exciting News - Hold on to Your Hats As this year comes to an end, (Well, already over into the new year) I’ve been thinking about how busy it’s been and how much has been accomplished. It’s been a year full of learning, building, and making progress on so many...
Streamlining MCU Development with POGO Pins
Streamlining Your MCU Designs with POGO Pins What Are POGO Pins? POGO pins, or spring-loaded pins, are small connectors designed for temporary connections. Each pin is made up of a plunger, barrel, and spring mechanism that presses the pin against a contact point....
Embracing the Open Road : Moments Between Here and There
This image of an open road, a single cloud, and endless sky reminds us to slow down, tune into the present moment, and find peace in the vast simplicity of what’s around us.
The Power of Being Intentional in a Messy World
The world we dream of isn’t some distant fantasy—it starts within us, in the small, deliberate choices we make each day. Every act of kindness, every bit of patience, creates ripples that build a lifescape of possibilities for something greater.
Announcement – Introducing the LumiEase Basic Dimmer Module (Beta Release)
Exciting News - Hold on to Your Hats I’m thrilled to announce the beta release of the LumiEase Basic Dimmer Module! If you’ve ever found LEDs too overpowering for your model scenes, this module is here to change that. Designed to plug seamlessly into the LumiEase...
{For You – Roll of The Dice – Random}
What is the difference between the PIC10F322 and PIC10LF322?
What is the difference between the PIC10F322 and PIC10LF322?
Localized IOT – Based on the ESP8266, JSON, and MQTT
My automation project is continually evolving, and I’m excited to share the latest advancements in my localized IoT setup. The image below shows the IoT Node Base, which includes a power regulator and is built around the ESP8266, specifically the Wemos D1 Mini....
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.
Light-Sensing System with LDR, Potentiometer, and LED
Light-Sensing System with LDR, Potentiometer, and LED - Using the PIC16F15313The CircuitCircuit BreakdownNow for the CodeCode OverviewPractical Use CasesWhere to Go From HereCore MCU Framework InformationHave a Project or Idea!?Seeking Bespoke Technology...
Image Processing : Python and OpenCV : Capture Image From Webcam
Capture Image From Webcam - Using Python and OpenCV. Let's take a quick look on how we can use OpenCV2 to capture a single frame from a webcam. The code below uses a web cam to capture a single frame, that stores the results in the image variable. We are using...