A low-power BLE humidity and temperature sensor board based on the STM32WB10 Microcontroller
This repository contains the complete design files for a Bluetooth Low Energy (BLE) enabled environmental sensor board. The sensor measures temperature and humidity and transmits data wirelessly via BLE.
- Microcontroller: STM32WB10 (BLE-enabled MCU)
- Sensors: Temperature and Humidity
- Connectivity: Bluetooth Low Energy (BLE)
- Power: Low-power design for battery operation
BLE-Sensor/
├── hardware/ # Hardware design files
│ ├── pcb/ # PCB layout files
│ └── schematics/ # Circuit schematics
│ └── datasheets/ # Datasheets of components
│ └── library/ # Project specific symbols/footprints
├── firmware/ # Embedded firmware
│ ├── src/ # Source files
│ └── inc/ # Header files
├── docs/ # Documentation
│ └── images/ # Images and diagrams
├── LICENSE # License information
└── README.md # This file
The hardware design files are located in the hardware/ directory. See the Hardware README for more information on the choice of compononents, PCB design and bill of materials.
The firmware source code is in the firmware/ directory. See the Firmware README for build instructions and dependencies.
Additional documentation can be found in the docs/ directory, including:
- Hardware specifications
- Assembly instructions
- User guide
Contributions are welcome! Please feel free to submit issues or pull requests.
This project is licensed under the MIT License - see the LICENSE file for details.
For questions or support, please open an issue on GitHub.