Home 9 Category: The Art of Technology ( Page 2 )

Understanding PIC10F322 Reset and MCLR : Best Practices

Understanding PIC10F322 Reset and MCLR The PIC10F322 microcontroller features a reset pin known as MCLR, located at pin RA3 or physical pin 8 on a PDIP device. This optional external input can be used to reset the device when needed. Here’s a detailed guide on...

Powering the PIC10F322 : Basic Power Supply Options

In my work with 8-bit microcontrollers, including the PIC10F322, I often rely on a +5V power supply. It’s a tried-and-true method, appreciated for its reliability. Precision Power Regulation for the PIC10F322 To ensure optimal performance of the PIC10F322, a...

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

What is the difference between the PIC10F322 and PIC10LF322?

Just, what is the difference between the PIC10F322 and PIC10LF322? Difference Between the PIC10F322 and PIC10LF322 The primary difference between the PIC10F322 and PIC10LF322 microcontrollers lies in their operating voltage ranges. The LF designation indicates a...

What is The Difference Between The PIC10F320 and PIC10F322?

So, just what is the difference between the PIC10F320 and PIC10F322? Difference Between the PIC10F320 and PIC10F322 Both the PIC10F320 and PIC10F322 microcontrollers operate at speeds up to 16MHz with an internal oscillator. They share the following features: 4 I/O...

PIC10F322 MCU Overview : What Your Really Need to Know

PIC10F322 MCU Overview : For in-depth technical details, please refer to the Microchip datasheet. This overview provides a high-level summary to help you get started with the PIC10F322 microcontroller. The Major difference between the PIC10F320 and PIC10F322 The major...

Pin It on Pinterest