Quantcast
Channel: td1208 – disk91.com – technology blog
Browsing latest articles
Browse All 13 View Live

Telecom Design sdk – track your stack usage

When trying to see what is happening with your code, you could try to follow stack size and current running time. Here is a simple function for doing the work : void dsk_printDebug() { #ifdef DEBUG...

View Article


Manage sigfox device for consumer deployment

When you plan to deploy / sell sigfox based solution to consumer, you have to manage you device park. The sigfox network have a restricted radio medium to ensure you will not emit more than what you...

View Article


SWD programming using a RaspberryPi

I previously write this post on how to use a BeagleBoneBlack as a JTAG (SWD) programmer. It was fun but really slow. I port my code on RaspberryPI and now what was taken 5-8 hours is a couple of...

View Article

Running sigfox with a Raspberry-Pi

Based on my sigfox multi-board shield, it is possible to hack sigfox with a raspberry pi. The standard telecom Design firmware allow to use it as a modem. The raspberry Pi just have to send the...

View Article

SigFox – The Telecom Design Familly

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...

View Article


EFM32 – I2C for Telecom Design TD1204 / TD1208

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...

View Article

Telecom Design TD1204 / TD1208 use DB2-DB3

Telecom Design TD1204 have really limited number of GPIOs available even if it have many pins … So you quickly have to use the DB2-DB3 pin that are usually used by SWD port. If you try to reconfigure...

View Article

Flash a TD1204 over J-Link

For flashing a TD1204 / TD1208 over J-link you need to use the following commands: JLinkExe -device EFM32G210F128 -if swd -speed 1000 J-Link> loadbin xxxxx.bin,0 ... J-Link> r # reset J-Link>...

View Article


Measure waveform duration with EFM32 / TD1208

Measuring a pulse duration in a pulse train was my last week headache with the TD1208 and the not so well documented EFM32. Basically, my objective was to activate a timer on a pulse train to measure...

View Article


Port a TD1208 firmware to TD1508

TD1508 is the FCC version of the TD1208, they are pin to pin compatible and based on the same SDK so converting an object working on a TD1208 sounds easy. Practically speaking there are some preparing...

View Article
Browsing latest articles
Browse All 13 View Live