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

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

How it burns in my car

Arduino Temperature SensorI make a post on measuring temperature with different sensors and an objective : watch the impact of designing a correct box for you IoT you want to put in a Car.

When sun is lighting your windshield it is not a surprise to get high temperature, but did you expect to get up to 90°C when the outside temperature is about 35°C ?

The packaging have a big impact on temperature as this post will detail it.

Continue reading

LoRa Wan in a rural environment

Lora-300x171After making LoRaWan test in a city environment, I make some test in a rural environment with the objective of evaluating the capability for being used in connected farming environment.

The result is really like what we have got in a city, eventually better in a way as the antenna position was on altitude. The following map makes with 6kbps communication shows the coverage. You can see that the coverage is really limited on the Eastern direction. This is due to higher mountains this way. Mountain are the main limiting elements and as you can see, even on short distance communication they are blocking any signal.

Read more to access the map.

Continue reading

Measure and store multiple temperature with Arduino

Arduino Temperature SensorFor a certain IoT design I had to understand how my box design impacts the temperature of the circuit and of my battery. To understand how it works in the real environment, I made a small circuit based on an Arduino Nano to get temperature with 6 different sensors and store it in a flash memory for later use.

This post describes the way to do this multi-temperature sensor platform. Code is under GPL.

Continue reading

LoRaWAN is coming !

Lora-300x171Last week, Objenious (a bouygues Telecom company) has announced the availability of its LoRaWAN network in France. With already 32 cities covered, about 50% of people can access to the low power network. More over they have announced the deployment of 4000 antennas by end of the year to cover the whole country.

I had the opportunity to test the network and as far as now, I can say it works well, the backend is nice even if it sounds a bit not intuitive yet but for sure they will fix it soon. The good news was a communication about price, with a range of 12€ to 1€ depending on volume, the pricing is really near Sigfox one in a first look. The volume scale will be really important to see the difference as the technical offer (message limit, bandwidth, downlink limit if we have some or not).

In my point of view, Orange is the one loosing most with this announce as they are supposed to start soon with 11 cities in France and they did not yet communicate on the scaling. So now, we are waiting for Orange response and offer in this competition.

The surprising thing in the Objenious announced was the roaming capability with USA as the LoRa frequencies are not compatible between Europe and USA. As most of the device are not yet dual band and the question of detecting the location before emitting still an issue for such use-case, I do not really see how it can have a short term positive impact on project. By-the-way, I was also not aware the LoRaWAN specification for roaming was published. Is it ?

So welcome to Objenious in LPWAN french market, competition is always a good think, and what you announced sounds good and useful for object maker like me.

 

RN2483 downlink considerations

Microchip RN2483 Lora

Microchip RN2483 Lora

Making downlink working correctly with RN2483 on LoRaWan is not a simple a quick thing to do if you do not have all the keys to do it. After spending some time to fix my code for this, here are the tips to consider and not forget !

 

 

 

Continue reading