Critical Analysis of the Meshtastic Protocol

Meshtastic is a mesh protocol (peer-to-peer, network by proximity) based on LoRa technology. LoRa is not LoRaWan, just as WiFi is not IP. It is therefore possible to use LoRa for networks without infrastructure.

Meshtastic was designed for communication outside of any public infrastructure, with a survivalist spirit of autonomous and (more or less) secure communication.

Due to its structure, it is difficult to estimate the size of such a community, but the map seems to indicate that more than 10,000 nodes are currently active. However, it seems that there are actually around 40,000 active nodes, with strong participation from the global ham radio community. In practice, the network is composed of clusters of nodes communicating locally with each other and expanding as clusters become visible to one another. In reality, without linking infrastructure, it won’t be possible to connect from one cluster to another but some MQTT relay features exists.

The use and development of the network require very few resources, as simple DIY nodes based on widely available devkits, such as the T-beam, are sufficient. The user interface works via a mobile application interacting through Bluetooth. The investment is just a few dozen euros. In a previous Meshtastic blog post, I detailed its implementation with small LoRa modules.

Continue reading

Meshtastic another way to use LoRa

You may be familiar with LoRa, not that girl, but the LOng RAnge communication solution that is used for long-distance, low-power point-to-point communications. It was invented by the Grenoble-based company Cycleo in 2009 and later sold to the semiconductor giant Semtech.

You might have heard more about it in its usage with an infrastructured network: LoRaWan, which allows public or private networks to connect thousands of sensors. In this blog post, I am going to talk about another implementation of LoRa, this time in a mesh architecture named Meshtastic. Multiple mesh, LoRa based solution are rising, this is one of them.

Continue reading

The Hidden Side of LoRa

While I was working on a blog post about Meshtastic (which will be online soon), I started questioning the time on air in a non-LoRaWAN context, where the online simulators I usually use did not work. This led me to investigate the LoRa frame format (not LoRaWAN, just LoRa, the underlying layer), and to confront the “sync word”, the functioning of a chirp… a whole range of concepts for which I expected to find abundant documentation. After all, in the LoRaWAN world, the open nature of the technology has been emphasized since its inception. However, after quite a bit of research, I still remain somewhat uncertain about the basic workings of LoRa, which at the very least calls for a blog post to compile the information I have found.

I invite those with a solid understanding of the subject to enrich this post with comments, and I will incorporate the key elements accordingly.

Continue reading

Kerlink Wirnet iZeptoCell

Kerlink iZepToCell

The new baby in Kerlink family has arrived, it’s iZeptoCell ! Ok, I’m a bit late to write this blog post and it came alive a couple of months ago. When I say baby, I really mean baby, no due to its age but more related to its size !

This LoRaWan gateway is really small and can take place in any indoor environment looking like a sensor but providing a wide range connectivity for many devices deploy around. This is a really good option to cover a small / medium company floor up to a building.

This gateway exists with an Ethernet connectivity like the one I’m testing and with a Cellular connectivity, something appreciated when corporate IT dislike having devices on the corporate network.

Continue reading

Arduino LoRaWan board MKR1310 (also MKR1300)

The Arduino board MKR1310 is the new revision of the MKR1300 board dedicated to LoRaWan. This board is a SAMD21 Arduino board with a Murata ABZ module based on a STM32 with an SX1276 transceiver. Basically a bit outdated and expensive modem now.

After using this board for some teaching project, it’s a good time to make a feedback about it as many things need to be improved on that board to get benefit of it.

Continue reading

Roaming LoRaWan with Helium network

Helium is an open network, decentralized, there is a wide range of option you can do as a user, like creating your own private router to have your devices encrypted end-to-end. You can also make your LoRaWan traffic to be routed from Helium network to your own network when you are a LoRaWan network provider. Let’s take the exemple of a Telco with a LoRaWan network, let’s name it B’telco and imagine B’telco have an existing network in France. Imagine they want to extends their coverage worldwide, eventually reduce their local cost by removing some redundancy in the cities. In a such case, they can roam traffic over helium.

This means that the data of B’telco devices will be acquired by helium router, exactly as a Helium data, and then it will be routed to B’telco network server transparently. That way, the customer will have a better coverage and the B’telco cost for this worldwide extension will be really low.

In this blog post, I’ll explain how this roaming feature works and what is needed to deploy it.

Continue reading

SenseCAP M2, the Helium data-only hotspot, (close to be) ready-to-go

Sensecap M2 – data only

Until now, all the Helium data-only hotspot I have been tested where DiY devices. They are not really complicated to manage but they are not ready-to-go, so you need to manually on-role them with a wallet and some complex CLI operation for the non-experts. This SenseCAP M2 is the first one I’m testing, ready-to-go or close to be ready-to-go (that does not means it is the only one existing).

As it is a Data-Only hotspot, it means it does not participate to the Proof of Coverage, as a consequence, there is no related rewards for this device. This device only earn the DC (Data Credit) for transferring the communications, so $1 for 100.000 packets. Before getting question, this have no return on invest in a crypto point of view. This has been made to help supporting professional applications on the Helium network.

Continue reading

COTX-X3 helium miner review

After reviewing different Helium miner like RAK, Sensecap, Kerlink, Nebra… now comes the Cotx-X3 miner. This miner has a long story and a bad reputation, due to something not really clean the maker did with the first units.

This is not related to the hardware quality and I’ve been happy to buy some of them for reviewing it. This miner is a full miner, based on a standard design using a Raspberry Pi 4. It has the particularity of having a front screen and an audio jack ! Don’t laughs, the reason is simple, this device has a different usage before becoming an helium miner.

Continue reading