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

Learn about Sigfox and LoRa radio technologies

This post is a VLOG entry, as usual in French, you will find the english text version in the next part of the post.

Basically, I’m explaining how the two LPWAN technologies : Sigfox and LoRa use the radio frequency to communicate with a low power consumption in a wide area environment.

In this video you will find a mix of demonstration with voice to highlight how it works with day-to-day life example and spectrum capture of both technology to visualize how it looks like.

Continue reading

Take a look at SigFox radio signals with airspy usb software defined radio

I recently bought an AirSpy mini SDR (Software defined radio) dongle. Understand, it is a radio scanner you connect on your computer able to analyze radio communications on a large frequency range from 24MHz to 1,7HGz. The main difference between this SDR and the low cost one based on RTL 2832 + R820T is the spectrum view up to 6Mhz, the TCXO working with 0,5ppm and globally the quality of the solution and the availability of libraries. What is presented here is also valid for RTL based dongle.

With this tool you can see what is happening on the radio frequencies in real time, compare power, listen radio … This post is presenting how to install it and use it on windows & Mac Os X.

Continue reading

Test of Sigfox Wisol WSSFM10R1 module

I just got them at home ! The new Sigfox module with a low cost approach based on the OnSemi AX-Sigfox-D chip is now ready and available for being delivered. With a price less than $3 per module for a quantity of 10 this module offer a low cost access to the Sigfox network.

In this post I’ll describe the first step with this module.

 

Continue reading

Install mosquitto (mqtt) server on CentOS to publish IoT data

Since a long to time I did not post about MQTT … The main reason was I uses MQTT as a protocol to publish data directly from a device but in a centralized environment like SigFox / LoraWan you can’t use it directly on the device. Actually I have some devices communicating with a backend and the question about how to provide these information to the customers of my service are raising. To match this pattern I have to ways : providing and API where the information are pulled by the customer and MQTT where the information are pushed to the customer.

One choice is not against the other one, I had the two kind of customers. For this reason I will describe how we can implement a MQTT server (mosquitto) to push Sigfox data device as json content.

Continue reading