Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/notyusheng/travel-sensor
Develop a portable, self-sustaining environmental monitoring device powered by ambient energy sources
https://github.com/notyusheng/travel-sensor
3d-models autocad autocad-electrical electronics inventor iot microcontroller raspberry-pi sustainability telegram-bot
Last synced: about 2 months ago
JSON representation
Develop a portable, self-sustaining environmental monitoring device powered by ambient energy sources
- Host: GitHub
- URL: https://github.com/notyusheng/travel-sensor
- Owner: NotYuSheng
- Created: 2024-03-09T14:26:08.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T05:18:40.000Z (7 months ago)
- Last Synced: 2024-10-12T05:44:31.793Z (3 months ago)
- Topics: 3d-models, autocad, autocad-electrical, electronics, inventor, iot, microcontroller, raspberry-pi, sustainability, telegram-bot
- Language: Python
- Homepage: https://hdl.handle.net/10356/176453
- Size: 24.3 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Travel Sensor
Digital Repository of NTU (DR-NTU): [[Paper](https://dr.ntu.edu.sg/handle/10356/176453)]
## Project Summary
As the world battle against climate change, the risk of health issues from environmental hazards continues to rise. In Singapore, rising temperatures, unpredictable rainfalls, and haze pollution remains a growing concern, posing as a health risk especially to the more vulnerable in society. Furthermore, during the COVID-19 pandemic, citizens needed a means to detect and defend against airborne infectious diseases. Hence, there is a growing need for citizens to proactively safeguard themselves from the Singapore’s evolving environmental hazards.
This project aims to develop a portable environmental monitoring device that is powered by ambient energy sources, without the need for charging. This device will focus on monitor key environmental variables relevant to both indoor and outdoor settings in Singapore, providing users with real-time alerts for potential hazards.
The report outlines the considerations taken from each stage of the project’s progressions, encompassing research, ideation, design, implementation, and tests conducted, exploring technologies from three main domains: electronics, 3D modeling and software programming. It offers insights into the challenges encountered, and the solutions devised in creating a reliable, portable, self-sustaining environmental monitoring device.
## Usage
### API key
An API key for a Telegram Bot has to be generated by contacting @BotFather on Telegram.The key should then be store on the .env file as
```
TELEBOT_API_KEY= 'PASTE YOUR API KEY HERE'
```### Repo cloning
When cloning this repository, please note that certain folders contain non-functioning components and may be excluded to save space. These folders include:- archive: Contains deprecated files.
- 3d Models: Contains 3D models associated with the project.
- Schematic: Contains schematic diagrams for electronics.