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

Embedded product with Raspberry Pi Compute Module

Raspberry Pi is a good solution for creating low-cost, powerful embedded devices when you have no need of self powered solution.

I had to create a such device recently to make a programming machine for my IoT devices. I was looking for a compact solution, powered with PoE, industrial grade, able to run a Java program and host a custom HAT with my home-made chip programmer.

Here you see a picture of the first prototype of this product with the different components visible: The green board is a Rapsberry Pi compute module CM3+ with 16GB eMMc flash drive. The blue motherboard is a Waveshare PoE board for CM3+. The Black board is my custom HAT hosting the programming solution based on a STM32.

In this post, I’ll detail a bit these different components and the way they are configured to illustrate how to easily make a such system alive.

Continue reading

First steps with Helium IoT network

Helium is a crowdsourced-crypto-blockchain-Iot network working with LoRaWan. With all these trendy name, for sure they had the key elements to raise a large amount of money. That’s great for the development of this technology.

I’ve decided to write about this IoT network after an interesting talk given at the Zurich IoT meetup today (thank you CoVID-19 for making us the opportunity to reach such event, today online, bad things can get positive sometime).

Helium is a crowdsourced network. It means, like for TheThingsNetwork or Amazon Sidewalk, the infrastructure, at least the gateways part (antennas) are provided by anybody, basically you and me. That way the network deployment costs are really limited and the network have no boundaries.

Compared to TTN, Helium network is “crypto-blockchained” basically, the gateway owner are mining different challenges like registering some network change, proving the location of a gateway, cryptocurrency transactions… For this work, for maintaining the network architecture and relaying the messages, the gateway’s owner are earning HNT (Helium Network Tokens) ($2.24 each today).

Compared to TTN where you make it running for free, just because you are convinced about the sharing economy, Helium base its business model on a promise of getting some money back from your investment the gateways (+energy, communications…).

Helium is an IoT network, a LPWAN for being more precise. It relies on LoRaWan standard protocol & gateways. You need to add an Helium miner software on a backend system to make it running.

So they are looking to Uber-ize the telecom domain, at least this is what they are expecting.

Continue reading