This site

…it’s not a news organization, it’s not sponsored by anyone. It’s just a few configuration notes and some technical insights, it’s a personal blog!

How to enable bluetooth connections when using a CLI on MacOS

I’m going mad, tending to use bluetooth to configure Meshtastic nodes using the CLI and connecting to the well-known via BLE. Every time the result was the same: program terminated by the operating system and error message saying that the command could not be used because it was not considered safe: the classic MacOs security screen, in short.

The solution is simpler than what you might think: it’s enough to authorize the program you use as a terminal to access Bluetooth. I use Warp so I just had to add it to the list of software in the system settings.

[Read More]

Is Web Decentralization Necessary?

Where Did We Start?

Thirty years ago, the internet was a different world: to navigate it, you either had to know the exact URL or rely on Altavista. People met on forums and newsgroups, using connections that were strictly pay-per-use. Back then, forums were hosted on servers managed by volunteers or small companies; when a provider faced a technical failure—which happened often—the outage only isolated a small slice of users without bringing down the entire network.

[Read More]

How to clean your MacOS hard drive with a single command line

Struggling with a persistent “Storage Full” bar on your Mac, even after purging your files? You aren’t alone, and you don’t need to shell out for premium “cleaner” apps or hardware upgrades to fix it.
The solution is simpler than you think: a zero-setup, terminal tool that identifies exactly how much space is being swallowed by hidden logs, caches, and temporary files. With a single command, you can reclaim your drive and see precisely what was clogging your system. (And if you’re on Windows, there’s a CLI cleaner ready for you as well).

[Read More]
macosx 

How to add a GPS module to the T-Deck board

I recently purchased a LilyGo T-Deck board to use as a Meshtastic mobile node. Intrigued by some videos I found, I decided to purchase a GPS module and install it. It wasn’t difficult, all you need is a little bit of skill, a soldering iron and, of course, a compatible GPS module.

The GPS module

Let’s start from the GPS module. I was looking for a cheap module, I consider the GPS option a nice to have feature so I deicided to invest a low budget. I choose the FlyFishRC M10 Mini and bought it on Aliexpress: FlyFishRC M10 Mini. There are many others but this one was easier to find.

[Read More]

First post

This is the first post on this blog… born some time ago and made “public” today, the day of my… fiftieth birthday :-)

The Meshtastic all-in-device. Bought a T-Deck board

I bought a T-Deck board because I wanted a portable device that was able to connect to the Mesh without the phone.

I evaluated several cards, I wanted something relatively cheap but also something that I could “build” by myself.

There are many similar devices, from the MeshPocket the power bank with Meshtastic inside created and sell by Heltec, to the LiLyGo T-Lora pager. But they were all ready-made and closed products. The T-Deck, on the other hand, was the most customizable, and I was also intrigued by the MUI, the advanced interface developed by the Meshtastic team. So it seemed to me the solution that fully responded to my requests. The choice therefore fell on the T-Deck. Also attracted by the old-style keyboard similar (or identical) to that of the Blackberry

[Read More]

Optimizing Meshtastic Node Broadcast Intervals: Fixed vs. Mobile Configurations

In a Meshtastic network, managing airtime is critical. Because LoRa bandwidth is limited, configuring how often a node broadcasts its metadata—such as position, telemetry, and node information—determines the balance between network visibility and congestion. I’ll try to outlines the technical configuration for two distinct roles: a Fixed Node and a Mobile Node. Both configurations imply that nodes are configured as “client”.

Fixed Node Configuration

A fixed node typically acts as a relay within the mesh. Since its physical location does not change, the broadcast intervals are generally higher than ones used for mobile nodes. Generally fixed nodes are plugged so power consumption isn’t a big deal. These are

[Read More]

The Unwritten Rules of the Mesh: A Guide to Meshtastic Etiquette

As Meshtastic continues to explode in popularity, moving from a nice hobby for radio enthusiasts to a mainstream tool for off-grid communication, the airwaves are getting crowded. Unlike the internet, where bandwidth feels infinite, the Long Range (LoRa) spectrum used by Meshtastic is a finite, shared resource. For the more mature among us Meshtastic is more similar to the old Fidonet or the usenet.

If you are operating a node, you aren’t just a user; you are a participant in a living infrastructure. To keep the mesh healthy, usable, and welcoming, a set of community-standard “etiquette” rules has emerged.

[Read More]

Meshmonitor

If you’ve been building out a Meshtastic network, you know the struggle: keeping track of nodes, signal strength, and message history on a tiny screen or a basic mobile app can be a headache. So I searched for a tool to help me to keep track of everything and I found MeshMonitor.

Initially, I used this web app only to remotely view messages arriving at my node, but then I discovered that there are many options that can be used to monitor the network status.

[Read More]

Meshtastic... what a passion

Out of curiosity, I started using Meshtastic by purchasing two of Heltec V3s on Aliexpress.

What’s Meshtastic?

Meshtastic is an open-source, long-range mesh networking system that allows you to send and receive messages without relying on cell towers, Wi-Fi, or satellites. It’s essentially a network built on affordable, low-power LoRa (Long Range) radio hardware.
It can be used to send and receive messages but also in IoT application.
The “game” is to be able to communicate with others by relying only on the LoRa-based radio part.
If you are really in trouble: for example if you live, like me, in an area where the mesh is not yet present, you can use MQTT (the server is provided by the Meshtastic itself) to reach the mesh.

[Read More]