SigFox – The Telecom Design Familly

TD1204 / Sigfox & GPS

TD1204 / Sigfox & GPS

Telecom Design provides 4 different chips to support SigFox communications. This post details the differences of each of them in term of functionnalities

All are modules are based on a EFM32 / Cortex M3 micro-controler with 128KB flash, 16KB RAM, ultra low power including a Silicon Labs transceiver. The chip is a EFM32G210F128

Read more for details

 

Continue reading

My DiY lab – list of tools

This is not my lab !

This is not my lab !

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 !

Continue reading

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

Ixys solar panel

Ixys solar panel

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.

 

 

Continue reading

TD LAN range test

Telecom Design LAN capability is a 9600bps rf 868 transmission you can use with the sigfox modem to communicate between multiple TD120x devices. One of the main use is to have multiple sensors communicating to a sigfox gateway. The communication get benefit of the nice ultra narrow band RF transceiver included in the chip.

TD LAN is based on GFSK modulation on 25kHz channels working at 9600bps.

I did really remember where but I read it could reach long distance in the best conditions, so as it could open many opportunities, I wanted to test it in real conditions to see what we could get from it.

Continue reading

Get start with the SigRPI Shield

Raspberry PI Shiel Hat standard

Raspberry PI Shiel Hat standard

The SigRPI shield is a HAT standard board providing SigFox connectivity to your Raspberry PI. As it is not certified for this network it can’t be used in production for this usage, but you can use it as a long range RF that does not need certification. I will later details this with a project related to this function.

By-the-way, the purpose of this board is to let you play easily with sigfox. The raspberry-pi offering a really efficient way to code and to make prototypes.

The shield comes with TD1204 (including accelerometer & GPS) of TD1208 (sigfox modem). You can use it with the standard firmware or upload your own one.

The shield can be ordered in the shop section : here

This posts details how to setup it and use it.

Continue reading

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

Continue reading

Design a raspberry Pi HAT shield

Raspberry PI Shiel Hat standard

Raspberry PI Shiel Hat standard

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.

Continue reading