My Pi Has Arrived
It's Chrismas in July! My Raspberry Pi has finally arrived. Setup was pretty easy:Standard cell phone charger (micro USB) at least 700mAeither an HDMI or composite video connectionUSB keyboard and...
View ArticleRaspberry Pi Serial Port
Prototyping the serial port interface.Many of the GPIO pins on the Pi have other special uses. The most useful of these are the serial port pins #8 and #10, which are transmit and receive for an...
View ArticleAlways Sage Advice - Use Protection
If you read any about interfacing to the Pi GPIO pins you are bound to come across the dire warnings - BeCareful. These pins connect directly to the microprocessor without any protection. You can...
View ArticleGPIO Input Circuit
After holidays and many other distractions, I am finally able to get back to work on my Raspberry Pi interface. Here is the GPIO input circuit that I came up with using an opto-coupler for protection....
View ArticleGPIO Output Relay Interface
Note: See my revised relay circuit here.To allow the greatest flexibility, my outputs are all relays. This allows me to switch a variety of voltages and provides protection to the GPIO pins of the...
View ArticleSo Many Inputs, So Few GPIO Pins
I keep coming up with so many improvements to my interface design (I'm up to version 6 now) that I'm not getting much built. I decided that I had to make the pins for the SPI and I2C buses available....
View ArticleGreat Article on Designing the RasPi
Wired has a great article by Pete Lomas, a co-founder and trustee of the Raspberry Pi Foundation, where he describes the design process for the Raspberry...
View ArticleRevision to Relay Circuit
I have used the relay circuit from my earlier post many times and I know that it works. However, I have seen that circuit drawn with a 1KΩ resistor and also with a 10KΩ resistor and started to wonder...
View ArticleFolder Paper Case
I saw a post on the RasPi forum today about a new folder paper case and I thought I would try it out since my RasPi number 4 needs a home.http://www.iammer.com/raspi/case.htmlI printed it on heavy card...
View ArticleSource Code - Installment One
.post code { width: 500px; color: #000000; background-color: #dddddd; font-family: "courier new", "times new roman", monospace; font-size: x-small; line-height: 1.3em; /* Put a nice border around it....
View ArticleInterface Nearly Complete
After far too many revisions, the GPIO interface for the Raspberry Pi alarm system is nearly done. It has:• 8 Digital Inputs• 4 Relays• 1 RS-232 serial port• 2 SPI bus connectors• 1 I2C bus...
View ArticleInterface Completed
After yet another design change, I finally have the interface complete and ready to test.Version 7 Finally Comes to Life ✓ Serial Port ✓ 8 Digital Inputs ✓ 4 Relay Outputs...
View ArticleMounted and Testing Begun
The interface is complete now with all (well, most anyway) of the kinks out of it. Here it is mounted on the wall in a utility area of the house.I still need to install a few more sensors for the...
View ArticleDual power supplies is the way to go
You may notice in the picture of my setup (in the previous post) that the Raspberry Pi is being powered normally via the USB power connector. This was done because the Pi was failing to boot when...
View ArticleAnalog Interface
.post code { width: 500px; color: #000000; background-color: #dddddd; font-family: "courier new", "times new roman", monospace; font-size: x-small; line-height: 1.3em; /* Put a nice border around it....
View ArticleReading Temperature With Thermistors
My first interest for an analog input is a probe to read the temperature in my beer fridge. (I am a home brewer and occasionally need closely controlled temperature for fermenting lagers.) There were a...
View ArticleAll cleaned up and re-mounted
A nice clean board (actually, i just flipped the old one over) and all components re-mounted. System is up and running 24/7 now.The Cleanly Re-Mounted Alarm/Automation System
View ArticleJumbo Digital Picture Frame
What do you do with a spare flat panel monitor? If you are a Raspberry Pi hobbyist, you turn it into a jumbo size digital picture frame. Photography is another of my hobbies and this is a great way...
View ArticleLow Memory Automatic Reboot
Below is my solution to the memory leak problem that I discovered in the frame buffer interface used by my digital picture frame. My first thought was to simply schedule a reboot at midnight, but the...
View ArticleUSB Hub Modified to Back Feed Power
Most powered USB hubs will not feed power back into the host system. This is normally a good thing. However, it is possible to power the Raspberry Pi by back feeding power from a powered USB...
View Article