How To Add Telemetry (Temperature etc) Sensor To FakeTec Meshtastic Device With BME280

We'll walk you through adding a Telemetry module to your FakeTec Meshtastic Device to measure air pressure, temperature, and humidity.

How To Add Telemetry (Temperature etc) Sensor To FakeTec Meshtastic Device With BME280

In this guide, we'll walk you through adding a telemetry sensor (BME280) module to your existing FakeTec Meshtastic Node to measure air pressure, temperature, and humidity.

DIY Meshtastic - How To Build Your Own Meshtastic Device with FakeTec PCB & NRF52840
This guide details building a low-cost Meshtastic node using an NRF52840 Pro Micro, HT-RA62 LoRa module, and FakeTec PCB. Total cost is around $11. Assembly requires SMC soldering skills, followed by bootloader updates and Meshtastic firmware installation.

Hardware

Now let's get started with the hardware you need:

💡
BME280 sensor comes in two flavors 5V and 3.3V. Choose either 5V or 3.3V based on your system requirements
📢
When ordering from AliExpress, consider consolidating your purchases from a single seller to maximize savings. For instance, if you're purchasing an antenna from seller X, check if they also offer an IPEX to SMA-K cable. By sourcing all your items from one seller, you can significantly reduce shipping costs.

While you can modify this hardware selection, we've chosen readily available components. Note that soldering is only required to attach headers to the FakeTec Node and the BME280 module. This step can be outsourced to a local electronics shop if you prefer to avoid soldering yourself.

Assembly

The hardware is all ready and set now to the wiring. For this, we will follow the following Schematics.

💡
Please keep in mind we are assuming here you already soldered the headers on the board so it will be a matter of connecting pins to the right place.

BME280 Telemetry Module → FakeTec Meshtastic Node

BME280-3.3V For The 3.3V Module
BME280-5V For The 5V Module
  • VCC/VIN → 5V For BME280-5V OR 3.3V For BMP280-3.3V
  • SCL → SCL Pin
  • SDA → SDA Pin
  • GND → GND Pin
💡
If you have a display connected to the same I2C pins, you can connect the BME280 in parallel with the display.
💡
Adding decoupling capacitors is good practice to isolate different parts of the circuit from each other.
💡
Important Note: The exact pin layout may vary on your specific FakeTec board. Always follow the labels and pin designations on your components and the provided schematics to ensure accurate connections. Double-checking these details will help prevent potential issues or component damage.

After completing all connections, verify that they match the recommended configuration before proceeding to the next stage.

Meshtastic Settings

  1. Open Meshtastic App (IOS for this guide)
  2. Go to the Settings page
  3. In the module configuration section go to Telemetry (Sensor)
  4. Scroll down to the Sensor Options
  5. Toggle the switch Enable and other switches according to your preference

Conclusion

Adding a Telemetry module to your FakeTec Meshtastic Node is a straightforward process that significantly enhances your device's capabilities. The BME280 module provides reliable environmental monitoring at an affordable price. While some soldering may be required, this can be easily delegated to a local electronics shop if needed. By following this guide, you can successfully integrate environmental sensing functionality into your Meshtastic network, enabling the collection and sharing of temperature, humidity, and air pressure data.