A good way to expand Telecom Design system is to use I2C to connect external devices. As an example I had to add an extra Analog to Digital converter. I’m using a MCP3021Ax device. This I2C chip just return a 10bits value each time you send a READ at the expected address. This post contains the TD1204 code to configure I2C and get the data back
Category Archives: Hardware
My DiY lab – list of tools
I’m starting a project with a couple of friends and today they ask me : “if we want to duplicate your lab to parallelize the hardware stuff, what to we need?” That was an interesting question I want to share in this post. So I’m going to list all the stuff I’m using frequently with its price for my home hacking.
All that stuff is low end material but affordable !
Installing arduino on ATtiny45 / ATtiny85
ATtiny45 and ATtiny85 are small Atmel micro-controleur like the 328p with less legs and smaller price. They can be nice platform for really small system does not requiring a lot of I/Os.
You can install Arduino on this device really easily. I won’t describe how to do because this excellent tutorial contains all what we need.
Have fun with solar panels for IoT
I’m looking at solar energy to power IoT device that will be used in a car. I did not found a lot of documentation on what we can do with solar panel and what kind of energy we can expect to get with a such system.
This post will summarize the information I got on solar panels and measures done.
Use cflash tool to upgrade Telecom Design Firmware
In the Telecom Design SDK, you have a cflash tool you can use to reflash your firmware from a serial port. This can be usefull to reflash a TD chip from another chip of from an embedded platform like a RaspberryPI.
This peace of code is not really nicely documented, so to avoid spending to many tries, here is the result of my investigations
Design a raspberry Pi HAT shield
When you want to design a shield for Raspberry Pi, you have to follow the HAT standard. This standards describes the form factor of the shield to ensure future compatibility. It also describes the configuration solution for the board based on a flash containing necessary information. The Hat standard link gives all the detailed specification to design a such shield. In this post I’ll describe my experience of designing such shield and you will find the basic elements I build and now sharing with you.
Add wifi to an arduino for 4€ with an ESP8266
The ESP8266 is a simple standalone addon for any board that works fine with Arduino and only cost less than 4€ on ebay.
It can operate as a device or an AP can gives wireless network connectivity to your application. It is interfaced with Arduino based on a serial line. The only problem of a such thing ( as for most of wifi chip ) is the power consumption. It requires about 150mA to run ; a lot for batteries.
My Friend @couac made a really good post on how to make it working with a Yabas, basically any Arduino board, I recommand the reading of his post : william post on ESP8266
Design a 50 ohm impedance microstrip line for RF signals
For RF signal you must draw a 50 ohm net between chip and antenna to get the best performance.This post is the result of my web research on this topic …
There are two ways to design your emitter to antenna solution:
- A microstrip line : basically you have a net on the top driving the signal and a ground plane on the PCB bottom

microstrip line
- A coplanar wave guide : your signal is drive by a PCB net on top with two ground plane area on its left & right. If you also have a ground plane on the bottom it’s a grounded coplanar wave guide
![]() |
![]() |
The way to get a 50 ohm communication way is different depending on your choice.





