Select Page

The Content System Project

{Content System Abstract}{Content System – Core Concept }{Focus on Long Tail Niches}{Content Aggregation}{Automation}{Attractors (Magnetic Mechanisms)}{Targets}{Optimization}{AND HERE IS THE PROBLEM – Or Problems}{Phase One}{Phase Two}{Phase Three}Local...

Using RabbitMQ to Scale Automations

Using RabbitMQ to Scale Automations, because at some point you are going to need to scale your application – maybe it is doing something that take a while – like running reports, or generating something in which you have a large amount of work to do. In...

Thoughts on Automation

Some Thoughts on Automation: Stop Doing Manual Tasks Do you find yourself spending too much time on repetitive manual tasks that add little to no value? Whether it’s small tasks or larger ones, manual work that needs to be repeated over and over can feel like...

PIC16F15214 Device Peripherals

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...

PIC16F15213 Device Peripherals

PIC16F15213 Device Peripherals List. 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...

PIC16F15213 Pin Diagram

PIC16F15213 Pin Diagram – Image. 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...

Z80 – Pinouts

Z80 Pinouts CPU View Z80 CPU Pinout Grouped by Function Z80 CPU Pinout Signal Functions {Address Bus} A0-A15 – Address bus output tri-state (active High) 16bit Address Bus, provides address for memory data exchanges (up to 64K) and for IO device data exchanges....

Z80 : CPU Intro

Introduction to the Z80 CPU The Z80 CPU, introduced by Zilog, marks the company’s first foray into microprocessors. Conceived by Federico Faggin in late 1974 and developed by him and his team of 11 employees starting in early 1975, the Z80 quickly became a...

Image Processing : Color Image Arrays

Color Image Arrays for image processing. Up to this point we have been dealing with Black and White images or Gray Scale images – that can be represented by a 2d array. Array(height, width) In which each element in the array represents one pixel and the level of...

Image Processing : Memory Usage

Image Processing: Understanding Memory Usage When processing images, it’s essential to consider the memory usage, especially for high-performance applications. Here’s an in-depth look at how image size and type affect memory consumption and processing...

Microchip PIC10F322 Resources

A list of my : Microchip PIC10F322 Resources Making Music with PIC10F322 : Using XC8 for Sound GenerationSound Generation with PIC10F322 NCO and XC8: Emulating the IBM PC/XT BeepUsing PIC10F322 Internal Temperature Sensor to Seed a Random Number Generator with...

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 in C and Python

Image Processing in C and Python : Introduction My idea is to put together a collection of image processing code – that didn’t heavily use external pre-written libraries as a way to better understand the code and image processing itself. In other words, to...

Hydroponics Automation Overview

Building and Automating a Hydroponic System I’ve been growing various herbs, lettuces, and other food plants using hydroponics for some time now. It’s a fantastic method for producing fresh veggies year-round. Recently, I’ve taken my interest a step...

Movement Toward Localized Computing

Movement Toward Localized Computing Is it just me, or have you also noticed the significant shift toward centralized computing models? Services like AWS, Azure, and Google Cloud have been dominating the tech landscape for a few years now. There’s no denying the...

Understanding XC8 MPLAB C Header Files

Received a question about – How to separate a program into multiple files. Simple programs can be put in a single file, but when your program grows larger, while it isn’t impossible to keep it all in one file, it starts to become a big pain in the rear. The purpose of...

LET’S KEEP IN TOUCH!

Get notified when I post something new!

We don’t spam! Read our privacy policy for more info.

Pin It on Pinterest