Quotidien Shaarli

Tous les liens d'un jour sur une page.

March 23, 2026

Off-Grid Communication For Everyone | Meshtastic

Off-Grid Communication For Everyone

An open source, off-grid, decentralized mesh network built to run on affordable, low-power devices. No cell towers. No internet. Just pure peer-to-peer connectivity.

Long Range

LoRa technology enables communication over several kilometers

Encrypted

AES-256 encryption keeps your messages private and secure

No Infrastructure

Works without cell towers, WiFi, or internet connectivity

CircuitPython
thumbnail

The easiest way to program microcontrollers

CircuitPython is a programming language designed to simplify experimenting and learning to code on low-cost microcontroller boards.

When we say easy, we mean it.

With CircuitPython, no desktop downloads are required. Just set up your board and start coding via code.circuitpython.org over USB, WiFi, or Bluetooth.

Create a file, edit your code, save the file, and it runs immediately. There is no compiling needed.

Beginner Friendly

CircuitPython is designed with education in mind. It's an easy way to start learning how to code and you get immediate feedback from the board.

File Storage

The internal storage for CircuitPython makes it great for data-logging, playing audio clips, and otherwise interacting with files.

Easy Code Updates

Since your code lives on the disk drive, you can edit it whenever you like. You can even keep multiple files around for easy experimentation.

Serial Console + REPL

These features allow for live feedback from your code and interactive programming.