https://github.com/opyh/liftsensor
Hardware prototype code for sensing elevator movement.
https://github.com/opyh/liftsensor
arduino electron elevator lift lora ngo particle photon sensor
Last synced: 24 days ago
JSON representation
Hardware prototype code for sensing elevator movement.
- Host: GitHub
- URL: https://github.com/opyh/liftsensor
- Owner: opyh
- License: mit
- Created: 2017-04-21T13:07:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-07-30T16:54:02.000Z (almost 6 years ago)
- Last Synced: 2026-03-29T19:31:15.193Z (2 months ago)
- Topics: arduino, electron, elevator, lift, lora, ngo, particle, photon, sensor
- Language: C++
- Homepage: http://sozialhelden.de/blog/projekte/brokenlifts/
- Size: 1.87 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# liftsensor
Measures acceleration to find out if an elevator works and updates its status on [accessibility.cloud](https://www.accessibility.cloud).
## Design / photos
This is how the sensor looks:



## Technical specification
- Plug & Play installation using the maintenance 230V AC connector on top of the elevator's cabin
- Typical power consumption <1W, micro USB power adapter
- Sets the elevator's status to 'unknown' on [accessibility.cloud](https://www.accessibility.cloud) if it has not been in use within typical usage time intervals
- M2M Nano SIM card leverages a comprehensive network of carriers to provide service in over 100 countries out of the box
- Built-in 150mA battery to actively send a maintenance event in case the device is actively unplugged
- Open source design based on [Particle Electron](https://docs.particle.io/datasheets/electron-(cellular)/electron-datasheet/) IoT platform
- Analog Devices ADXL335 3-Axis ±3 g acceleration sensor
- U-blox SARA-U260/U270 3G module for communication with [accessibility.cloud](https://www.accessibility.cloud)
- STM32F205RGT6 120MHz ARM Cortex M3 microcontroller
- 1MB flash, 128KB RAM
- Allows firmware updates over-the-air
- RGB status LED
- Real-time operation system (RTOS)