firmware
firmware copied to clipboard
This repository contains the official firmware for Meshtastic, an open-source, off-grid mesh communication system.
This PR is not intended to have any functional changes, it is only meant to document/clarify how the nonce value is computed for #5543. I've looked as far back as...
### Category Other ### Hardware Heltec Wireless Tracker ### Firmware Version 2.5.20 ### Description I can see the unit charging on the web interface while usb cable is plugged in...
### Category WiFi ### Hardware T-Lora v2 1.6 ### Firmware Version 2.5.14.8df7a035 (fresh install) ### Description The device sometimes hangs and reboots itself while connecting to it through HTTP API....
### Platform NRF52 ### Description Hello, it might be a good idea to add the air quality sensor ENS16 Adafruit 5606. If, for example, no BME680 is used, if the...
### Category Other ### Hardware Other ### Firmware Version 2.5.7.f77c87d ### Description RP2040-LORA-HF device is ignoring request to set INA219 as main battery device. Continuously reports as PWD status at...
Firmware 2.5 introduced Public Key Cryptography (PKC) to Meshtastic. With it came the ability for node operators to specify which keys should be allowed to remotely administer a node. This...
### Platform NRF52, ESP32, RP2040 ### Description Reverse engineering of the FindMy network has revealed that there is no authentication needed to advertise location by a bluetooth beacon. Therefore, it's...
Introduce the RAK12035VB sensor as an environmental telemetry sensor, including necessary calibration checks and default values. Update relevant files to integrate the sensor into the existing telemetry system. I did...
### Platform Cross-Platform ### Description Hi! I'm wondering if it'd be worth exposing a simple serial mode ("Debug"?) that sends the USB Serial output to the serial port defined in...
Persists BMX160 sensor compass calibration data so that the user can avoid re-calibrating every time the unit is powered up. Builds on PR #5553