Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/aneisch/magnetometer-vehicle-sensor
Magnetometer Vehicle Sensor
https://github.com/aneisch/magnetometer-vehicle-sensor
d1-mini esphome homeassistant lolin-d1-mini qmc5883l
Last synced: 3 days ago
JSON representation
Magnetometer Vehicle Sensor
- Host: GitHub
- URL: https://github.com/aneisch/magnetometer-vehicle-sensor
- Owner: aneisch
- Created: 2019-09-08T18:37:14.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-06-23T18:08:33.000Z (over 4 years ago)
- Last Synced: 2024-12-29T06:08:16.445Z (5 days ago)
- Topics: d1-mini, esphome, homeassistant, lolin-d1-mini, qmc5883l
- Size: 14.2 MB
- Stars: 5
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
D1 Mini Pro based vehicle detection sensor utilizing QMC5883L magnetometer. Features vehicle detection using megnetometer, gate staus with reed switch, battery voltage detection with voltage divider, and relay for gate actuation.
Compile using ESPHome from https://github.com/esphome/esphome/pull/671 for QMC5883L support.
# Hardware
[D1 Mini Pro](https://www.banggood.com/Geekcreit-D1-Mini-Pro-16-Module-ESP8266-Series-WiFi-Wireless-Antenna-p-1144951.html): $4
[D1 Mini Dual Base](https://www.aliexpress.com/item/32642733925.html): $1.00
[D1 Mini Relay Shield](https://www.aliexpress.com/item/32596395175.html): $1.20
[D1 Mini DC Power Shield](https://www.aliexpress.com/item/32790327733.html): $1.40
[D1 Mini Proto Board](https://www.aliexpress.com/item/32627711647.html): $0.30
[QMC5883L Triple Axis Compass Magnetometer](https://smile.amazon.com/gp/product/B008V9S64E): $6.59
[Sonoff IP66 Junction Box](https://www.banggood.com/SONOFF-IP66-Waterproof-Junction-Box-Waterproof-Case-Water-resistant-Shell-p-1223669.html): $6.99
[Voltage Divider](https://smile.amazon.com/gp/product/B06XHKZCD4): $1.38# Wiring
**QMC5883L**: 3v or 5v, GND, D1 (SCL), D2 (SDA)
**Reed Switch**: GND, D7
**Relay**: D8 (you can modify the pin # on V2, or physically cut D1 pin and add bodge wire)
**Voltage Divider**: GND (if not shared ground), A0Voltage divider and reed switch terminals were connected to a shared proto board
Don't forget to connect the external wifi antenna if needed!
![Stack from the front](images/front.jpg)
![Stack from the back](images/back.jpg)
![Wiring annotated](images/wiring.jpg)