Skip to content

NekoCWD/meshtastic-firmware

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
Meshtastic Logo

NekoCWD

Meshtastic Firmware

This repository contains the **modified** device firmware for Meshtastic

Build Sync

Mirrors

Changes

[E] - Enabled by default
[D] - Disabled by default

  • System
    • [D] DHT11/DHT22 Sensor driver
      Set DHT_PIN=<Pin> and DHT_TYPE=<DHT11/DHT22> to enable sensor driver
      Available measurements:
      • Temperature
      • Humidity
  • Modules
    • [E] Pong module
      Reply to Ping with packet information
      Set MESHTASTIC_EXCLUDE_PONG=1 to disable Set MODULE_PONG_IGNORE_MQTT=1, to disable pongs to MQTT messages
    • [D] Ping module
      Send Ping with some interval
      Set MESHTASTIC_EXCLUDE_PING=0 to enable
      Set MODULE_PING_DELAY=<DelayInMS>, default 30000
    • [E] Weather module
      Reply to Weather with environment information
      Set MESHTASTIC_EXCLUDE_WEATHER=1 to disable
      Sensors available:
      • Temperature
      • Humidity
      • Pressure
      • Gas resistance
      • IAQ(Air Quality)
      • Distance
      • LUX/White LUX/IR LUX/UV LUX
      • Wind direction
      • Wind gust
      • Wind speed
      • Wind lull
      • Weight
      • Radiation
      • Rainfall 1/24h
      • Soil moisture
      • Soil temperature
  • Misc
    • [D] Ignore DontMqttMeBro flag
      Useful if you want to forward all the packets to non-local server
      DONT USE THIS OPT WITH PUBLIC SERVERS
      Set HACK_IGNORE_MQTT_PRIVACY=1 to enable
  • Variants
    • ESP32 DIY/v1: fixed RXEN

What is Meshtastic?

Meshtastic is an open-source LoRa mesh networking project designed for long-range, low-power communication without relying on internet or cellular infrastructure. The firmware supports various hardware platforms, including ESP32, nRF52, RP2040/RP2350, and Linux-based devices.

Meshtastic enables text messaging, location sharing, and telemetry over a decentralized mesh network, making it ideal for outdoor adventures, emergency preparedness, and remote operations.

Get Started

Join our community and help improve Meshtastic! 🚀

About

Fork of meshtastic firmware with some modifications

Topics

Resources

License

Code of conduct

Contributing

Security policy

Stars

Watchers

Forks

Languages

  • C++ 67.2%
  • C 31.0%
  • Python 0.9%
  • Shell 0.4%
  • Batchfile 0.3%
  • Dockerfile 0.1%
  • Other 0.1%