T-Board Microcontroller Breakout – The Birth

T-Board Microcontroller Breakout – The Birth
T-Board328 v0.1 Etched

The Birth of the T-Board

My RF Project: The Problem

I was working on a low-energy RF project, using the HopeRF RFM12B.  I was going to start out by prototyping using my Arduino UNO, but hit a few problems:

  1. The RFM12B works at a maximum voltage of 3.8v – the UNO runs at 5v
  2. I only had one UNO, and I of course needed two controllers to establish communication.

Easy, I thought.  I’ve built an Arduino on a Breadboard before!

So I built my two Arduinos on a Breadboard, using 3.3v regulators to remain within the RFM12B spec.  It was a struggle to work through the jumper wires, but I managed to get the test up and running, and had the two modules communicating.  OK, so the principle works, now let’s wire up a few buttons, a temperature sensor, and a few LEDs.  I also only had one FTDI board to program the microcontrollers, which I was repeatedly unwiring and rewiring.  I now had a mass of jumpers, and couldn’t see the forest for the trees.  It was time to re-think things.

A Microcontroller Breakout: The Solution

What I needed was a way to connect my ATmega328P to the breadboard:

  • without all of the clutter of the supporting components and wires
  • without rebuilding a power supply again and again
  • with the ability to choose between 5v and 3.3v
  • with the ability to program using my FTDI without re-wiring

 Version 0.1: A self-etched PCB

The first stage of the project was to develop a prototype that could be easily and quickly tested and tweaked. The key focus was to test the footprint of the board, as well as of course the functionality. This was achieved using the toner-transfer method to create the PCB image on a copper-clad board, and then to etch, drill and solder this manually.

The first version of the PCB worked well, but of course we picked up a few items to tweak and refine.  Once that was done, we were ready to move onto the next step – a two-sided PCB with additional functionality.

About

A few years ago I discovered that my programming skills could be used to make real-world things move and flash and beep - I haven't looked back since! I love sharing what I've learned along this pretty bumpy (but very exciting) journey into the world of embedded systems - and that's why this website exists. In addition to the website, I write a series for Nuts & Volts magazine that helps readers to move beyond the Arduino and into the world of AVR. I'm a dad with a couple of energetic youngsters and a really cool wife!