Skip to content

Parts List

This page lists every component needed to build a complete Sensor Net network. A minimal network consists of three nodes: one receiver, one temperature sensor, and one pressure sensor. You can add more sensor nodes to extend coverage or add redundancy.

Every node in the network uses the same development board. You need at least three boards for a minimal network.

ComponentQuantityApproximate CostNotes
Heltec WiFi LoRa 32 V31 per node~$18 USDESP32-S3 with built-in SX1262 LoRa radio and OLED display

Heltec Board

Each sensor node needs one breakout board. The receiver node does not need any external sensor.

ComponentUsed ByApproximate CostNotes
TMP102 breakout boardTemperature node~$5 USDTexas Instruments 12-bit I2C temperature sensor
BMP280 breakout boardPressure node~$4 USDBosch digital barometric pressure sensor

Popular sources for these breakout boards include SparkFun, Adafruit, and various vendors on Amazon. Any generic TMP102 or BMP280 breakout with standard I2C header pins will work.

To connect the sensors to the Heltec board, you need a small amount of wiring supplies.

ComponentQuantityNotes
Breadboard (optional)1 per sensor nodeA small 170-point mini breadboard is sufficient
Jumper wires (male-to-male or male-to-female)4 per sensor nodeFor VCC, GND, SDA, and SCL connections

If you prefer a permanent installation, you can solder the connections directly instead of using a breadboard.

For a three-node network (receiver + temperature + pressure):

ItemQuantityTotal Cost
Heltec WiFi LoRa 32 V33~$54
TMP102 breakout1~$5
BMP280 breakout1~$4
Jumper wires8~$3
Total~$66

Costs vary by supplier and region. The Heltec boards are the primary expense. The sensors and wiring supplies are inexpensive.

These are not required but can be useful:

ItemPurpose
USB battery bank or LiPo batteryPower sensor nodes without a laptop connection
3D printed enclosureProtect boards and sensors for outdoor deployment
Additional Heltec boardsAdd more nodes to test mesh relay behavior
Additional TMP102 or BMP280 breakoutsBuild multiple nodes of the same type

Once you have your parts, head to Software Prerequisites to install the tools you need on your computer.