Anonymous
Apr 09, 2026
Rating: 4/5
Small and efficient
Fits nicely in my custom PCB design. SPI mode works faster than I2C as expected.
Description
Reviews
| Brand | - |
| Category | Electronic Components / Maker DIY / Computer Hardware, Monitors & Peripherals |
| Origin | - |
| Sensor Chip | SPL06 |
| Communication Interface | I2C / SPI |
| Operating Voltage | 1.7V to 3.6V |
| Pressure Range | 300 to 1200 hPa |
| Temperature Range | -20°C to +85°C |
| Pressure Accuracy | ±0.06 hPa (RMS) |
| Module Dimensions | 20mm x 15mm x 3mm |
| Weight | 2.5g |
| MCU Compatibility | Arduino, STM32, ESP32 |
| Manufacturer | Wildfire Electronics |
Anonymous
Apr 09, 2026
Rating: 4/5
Small and efficient
Fits nicely in my custom PCB design. SPI mode works faster than I2C as expected.
Anonymous
Apr 08, 2026
Rating: 5/5
Great accuracy for altitude projects
Used this for a high-altitude balloon project. Data was consistent compared to reference stations. Easy to wire up.
Anonymous
Mar 22, 2026
Rating: 5/5
Perfect for weather station
Low power consumption and precise readings. I2C address is easy to change via jumper.
Anonymous
Feb 23, 2026
Rating: 5/5
Reliable SPL06 breakout
Wildfire quality is always solid. Pinout is standard. Temperature compensation works well.
Anonymous
Jan 18, 2026
Rating: 4/5
Good sensor, documentation could be better
Works well with STM32. Had to dig into the datasheet for register maps but once configured, it is stable.
Q: Is 5V logic safe for this module?
A: No, the sensor operates at 3.3V. Use a logic level converter if connecting to 5V microcontrollers.
Q: How fast is the sampling rate?
A: It supports up to 128 Hz depending on the oversampling settings configured in the registers.
Q: Can this measure altitude accurately?
A: It measures pressure precisely. You can calculate altitude using standard barometric formulas with sea level pressure calibration.
Q: What is the default I2C address?
A: The default address is 0x77, but it can be changed to 0x76 using the onboard jumper.
Q: Does this come with a library for Arduino?
A: Yes, check our GitHub repository for the SPL06 Arduino library.