RAK Wisgate Egde Light review

RAK is one of the most famous LoRaWan gateway manufacturer in the hacker space as they have made HAT for raspberry Pi since a while.

I’m not a big fan of RPI based gateways as I do not want to manage RaspiOS and Rpi hardware and really prefer to have an all in one product well integrated when deploying Gateways. So the Wisgate solution is a better choice in my point of view and it has taken time before I decided to buy one of them.

I’ve bought this one for my next project of LoRaWan solar gateway as I want this one to be fully autonomous, including a 4G connectivity. I have multiple candidate gateways for this like the Kerlink iFemToCell evolution and this Wisgate Edge. The Wisgate price is lower at $249 compared to 325€ for the Kerlink. For this reason, and the fact I already tested the iFemToCell some years ago, my first choice has been on the RAK gateway.

So let’s review this Rak Wisgate gateway !

Continue reading

Migrate Helium Miner hardware

Helium is a crowdsourced / blockchain IoT network running on hardware like raspberryPi. You can more details on this blog post describing Helium network. Sometime you can have to move you miner from one hardware to another and this task needs to be executed shortly because you stop the IoT communication during this step. Here how I did proceed for my miner.

Continue reading

RAK WisBlock – a kind of industrial Arduino

RAK is a company specialized in IoT hardware, particularly in the LoRaWan domain. They are well known for their LoRaWan concentrators working with raspberryPi.

Since a couple of month they have launched a new family of device, the Wisblock. This is a kind of Arduino solution with a MCU part (running a NRF chip with a LoRa transceiver) and different sensors you can connect to it to make an IoT device. That’s a really simplified way to see the solution as in fact the architecture is really different.

At first, the solution is based on a motherboard where you can plug different type of modules. You can have multiple additional sensors both side of the motherboard. We are also going to see that the way all of this is connected is industrial and can be use for prototypes, medium scale field deployment and finished product. That’s the main difference with a classical Arduino board.

The unit price of a solution with a GPS, MCU, Accelerometer is about $50, nothing really expensive for prototyping, a bit too high for a field experimentation, really high for an end product but apparently you can negotiate that price when you have a certain volume.

Continue reading

Secure your children Internet access

I’m a big fan of PiHole for my children but also for my IoT devices [not the one I build but the one I’m purchasing 🙂 ]. That said, there are two things missing in it:

  • The first one is that Pi-Hole is operating on DNS request so any malicious solution using its own DNS or direct IP will bypass Pi-Hole protection.
  • The second one is the lake of functionalities like stopping Internet for a certain group of user during certain period of time.

So, when a friend of me contacted me to share its work on a different solution using a proxy, I’ve been happy to let him make a blog post here to introduce his solution. And this solution can be used in complement of PiHole. So, let’s make some place here to Manu PILLANT

Continue reading

IoT Antenna matching with Atyune

Recurrent step when making an IoT device, the antenna matching is a key activity to get the right radio performance for your device. You radio strip and antenna must be tuned to match a 50 Ohm impedance. For doing this I’m using a miniVNA Tiny Vector Network Analyzer (until a switch to my Rigol Spectrum Analyzer) as described on the previously linked post.

The impact of a correct antenna matching has been addressed in an old post on this blog also.

Currently, to tune my antennas, I’m also using the Atyune tool. This tool is free and really good to make the tuning but also to get a better understanding of what you are doing. Let’s see how to proceed.

Continue reading

Did we have a Sigfox Connect in 2020 ?

Sigfox Connect is usually one of the MAIN EVENT for the LPWAN community as the technical solutions provided by Sigfox were, in the last 5 years, the one presenting disruptive innovations around low power radio communications suporting the IoT revolution. I was usually rushing on my blog to communicate and explain how these innovations could transform our markets…

This year in 2020, I’ve made 5 days before starting to write something because, I see nothing really interesting to tell about this event, at least on the technical side. I could fill many pages on the quality of the event, starting by the backgrounds, the phone ringing in background, even on recorded conferences and the number of conferences about the same topic (supply chain). Christophe Fourtet had a great talk… for Sigfox beginner… and my preferred event’s backgrounds. But what about the yellow texts scrolling ?!? WTF !

So, I could write tons of line on this topic, but let’s try to go to the only and main announcement of this year, nothing technical, something like a company business pivot. Basically, after watching Ludovic conference, I had to refer to the only one online press post to understand what it was about. The morning keynote had some of the elements related to it but honestly I give the same to my IoT students on the first 30 minutes, so for the vision I’ve been a bit disappointed. You can check my IoT slidedeck.

Continue reading

IoT overview 2020 update

Traditional update of my teaching support on IoT. This year I’ve addressed my speak to larger and different audiences. As a consequence I publish a totally renewed slide-deck with 203 slides. I’ve improved the IoT business model description, use-cases and technology area. I also detailed the platform side of the IoT solutions.

Feel free to reuse this content for your own conference and speak. I’m available for conference, talk … let me know.

The full PDF is available on the following link.

Ceph deep scrubbing and I/O saturation

Ceph is a distributed storage system use in Cloud environment. Recently I’ve been facing an I/O congestion during night period.

This I/O saturation is impacting the application performance on OpenStack even if the system was really resilient to this activity level.

In this post I’ll explain why I had a such situation on the CEPH infrastructure and what are the settings to modify this I/O level.

Continue reading