SNOC SFM10R1 – the easiest way to access Sigfox for makers

The Snoc Wisol DevKit

Basically SNOC SFM10R1 aka BRKWS01 Sigfox devkit is an easy way to get start on low cost sigfox hardware thanks to the low cost module from wisol based on the low cost chip from On Semi Ax8052. Presented like this it looks like stack on a stack on a stack.

But in my point of view the solution is really more than this. As a maker I know how difficult it is to kickstart a Sigfox project : you have to deal with expensive devkit where you sometime need a Kbis, then you have to deal with sigfox to get an access and at ends if you want to transform you POC in a product you need to change you technologies for cheaper or simper solutions. (here I’m not pointing anyone but basically I had to made my own devkit to start on sigfox) Most of these problems have already been solved thanks to sigfox making account creation so simple for devkit and the arrival of devkit like snootlab, airboard or smart-everything. All these solutions are nice but provides a full stack solution MCU + communication for a price around $100. This is where the SNOC module is proposing an alternative : get an easy access to the sigfox network with a low cost solution you can plug to the MCU of your choice… Arduino, Rpi, Nucleo, Pic it’s up to you !

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

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

Smart home and wifi pros & cons

Getting this picture from the social networks it was an opportunity on reacting about the general use of wifi technology for IoT smart home equipment and the risk you have to design a such solution.

The following video is a VLOG about this question. As it is in french, this post will details the main lines about my feeling.

 

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