Little Helper

If you have read one of my previous blog posts about building a custom Teensy you already know I have been working on a device based on the Teensy design.

Working in my lab with electronics I came across different little challenges once in a while, and noticed that I am missing tools to handle them efficiently. Just a quick list, I am sure you could add various items to the list:

  • What is the I2C address of a chip? (yeah, you can work through the Datasheet but the Datasheets I know don’t have an outline topic for this. It’s somewhere hidden deep in text somewhere)
  • What is the voltage range of the analog sensor in my current environment (take a photo sensor)?
  • Generating PWM or DAC signals
  • Does this circuit do anything?
  • Does this circuit do anything specific?
  • Reading serial output of your Microcontroller/Arduino project

Of course these aren’t any issues that you could not handle with the tools you have. But each of these take time. Checking an IC for it’s I2C address is easy: Connect it to your Arduino Uno, firing up the I2C Scanner sketch and you are good to go. That is 10 minutes minimum finding your Uno, wiring it up, firing Arduino IDE, uploading the sketch. And everything while your workspace is full of components, wires and stuff for the actual project you are working on.

I had been working on wireless sensors for a while that should take the least amount of power possible. You cannot add status LEDs as they draw way too much power. I had those PCBs lying around and had no clue if they do anything. I had to carry my laptop around, connecting it to the PCB to read the serial port to see what it does.

Why, the heck did I learn all that programming and electronics stuff and not using it to solve that issue. I thought of a small, portable device featuring some ports to connect stuff like sensors and other circuits and some menu driven user interface to trigger various modules doing tests, reading data, you get it.

(more…)

Read More

Do I need an Oscilloscope?

If you are interested in Electronics, you will likely ask yourself sooner or later if you need an oscilloscope and especially what to buy if you have decided to do so. As I have been in the same situation a few months ago I likely know what’s going on in your head. Give me a minute to save you a few more sleepless nights thinking about this topic.

You can find a lot of infos about scopes. You will find hundreds of hours of video reviews of scopes, just look at the amazing EEVBlog. But non if these videos really gave me an answer to my question: Do I actually need a scope and what can I do with it.

Did you love playing with your dads HIFI-system and turning the knobs? Well, I know a scope is kind of a sexy tool with it’s knobs for you… But do you really need one? (more…)

Read More