True Random Number Generator

A True Random Number Generator seems to be a mathematical myth. However, we can still get pretty good random number generators. This AVR uses noise sampled from a transistor in the breakdown region which should be seemingly random. The schematic layout & source code is available in the project write-up!


PyroFactor:
Read



Mint Tin Bike Light

This project uses a 12xx series PIC to control the rear light to go on a bicycle. The main function is for when you are riding your bike at night so people can see you. Hardware schematics, PCB layout & software is all there. Avid bicyclists don't miss this one!


PyroFactor:
Read


ARM Project Index

Today while I was looking around the inter-webs, I ran across this psuedo-ARM project index. The index is mostly an assortment of example programs for the more advanced features like timers & interrupts. Definitely worth a look if you need more ARM example code to look at.


PyroFactor:
Read


Free Arduino Microcontroller Kits

If you've ever been interested in the Arduino microcontroller here's your chance to get a sweet little dev board for free. Uchobby has a giveaway program that is still in action. The board itself is probably not worth more than $20 but it is still worth at least a quick look.


PyroFactor:
Read


Linux Pic Programmers

Anyone who deals with embedded systems is bound to run into or frequently use Linux, so being able to cross-develop on Linux can be very handy. These few articles give you some insight into how to get started programming with the PIC & Linux environment.


PyroFactor:
Read

Arudino on a Breadboard

This is a very simple guide for the Arudino microcontroller. You will learn how/where to get an Arudino & how to get it up and running on a simple breadboard. If you're looking to get started using this uC take a look!


PyroFactor:
Read


The &microSCOPE

We've seen quite a few DIY Oscilloscopes and here one more! This one is rather unique in that it as minimal as possible using a 12xxxx series PIC and outputting to a standard TV.



PyroFactor:
Read


8051 to Keyboard Communications

The keyboard has been a standard input device for several decades now so understanding how it works is rather important. This project goes through the process of creating the software for an 8051 microcontroller that can understand keyboard input. Software & Hardware schematics provided!


PyroFactor:
Read


At Home PCB Solutions

There have been other at home PCB projects posted here, but this one really tells it like it is, easy! All on one page with necessary parts listed out (just like my write-ups) and then the simple procedure for making a PCB step-by-step, done in an hour!



PyroFactor:
Read


Cheap DC Power Supply

This project is a great start for anyone interesting in the world of power electronics. There is nothing too special about the circuit except that it does what it is suppose to and is completely analog. The hardware circuit diagram is in the project write-up along with all details necessary to build this one.



PyroFactor:
Read