Port a TD1208 firmware to TD1508

TD1208/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 steps because of some tiny bugs to solve.

Let see how to port a Telecom Design existing firmware for TD1208 to TD1508 (from ETSI to FCC).

 

 

Continue reading

Let’s be part of The Things Network with a Kerlink LoRa IoT station

The Things Network (TTN) is a global LoRaWan public network kernel based on crowd-source infrastructure. This initiative sounds really interesting in my point of view because it breaks one of the main LoRaWan issues : the country based operators organization.

Related to this good point, the negative point is the current area covered by a such network limited to the contributor localization, generally in the main cities.

That said, I’m convinced : when you want to create a private LoRaWan network you have to manage a network kernel managing gateways, device authorizations… You can do it yourself, you can pay someone to do it for you or, eventually, you can lever TTN for this use. As a counterpart you will extend the network and offer this benefit to any around. That way it makes sense and gives large opportunities to the networks and it’s private users.

Long introduction for a technical topic … How to join this network once you have a Kerlink LoRa Iot station available ? Continue reading

I have experimented the sigfox geolocation service

Sigfox has announced end of last week the opening of the device Geo-location service. This solution allows to get the location of a device based on its radio signal.

Different announced has been made in this domain by Sigfox and its competitors LoRaWan. The technics in place are not the same and the Sigfox solution is based on BigData.

 

From the beginning Sigfox was returning a device location based on the signal measured by the different base-stations. This location was previously rounded to the nearest lat/lng degree. This information has a precision of 100km x 150km basically. Even if it was not possible to locate a device precisely, i was interesting to know in what country corner it was located.

With the service launched in February 2017 Sigfox is moving to a more precise location based on radio signal, according to different discussions I had the precision goes from a couple of meters to some kilometers depending on situation, data already gathered at this position, number of antennas …

Continue reading

Sigfox downlink in details

The downlink process is the way a sensor can receive data from the network. This process is really useful if you need the device to execute an action or if you want to change the sensor behavior.

This post is as some other of my LpWan series a video post in French completed by this text post in english.

 

Continue reading

Why Antennas mater in IoT & LPWAN ?

Episode 3 & 4 of my Youtube series about LPWAN is about antennas for LPWAN and impact on object design. The episode 4 go deeper on the way to improve radio performance by tuning and adapting antennas with matching circuit.

As usual, this series of post are summarizing in English the content of my French video on youtube.

 

Continue reading

All what you need to know about regulation on RF 868MHz for LPWan

The RF 868MHz is a public bandwidth European Low Power Networks (LPWAN) as Sigfox and LoRaWan are using for communicating.

This bandwidth is regulated by different norms like ERC-REC-70-3E in Europe and have national norms in relation. In France ARCEP 2014-1263 seems to be the last one validated in the JO on the 30th of January 2015. The following video is a second episode of my VLOG on LPWan technologies. As usual, the video is in French but this post will give you a overview in english.

Continue reading

MongoDB – get number of rows inserted per day

Was looking for a mongodb way to get the number of rows inserted by days in a collection. I spent a lot of time on this mixing many answers found on the web. Finally the result is working so you will find different way to do it in this post.

Continue reading

Centos 7 – firewall-cmd usefull commands

A short post to save some of the useful options for firewall-cmd:

Continue reading