https://github.com/fangfufu/arduino-weather-station
An Arduino Nano-based weather station
https://github.com/fangfufu/arduino-weather-station
arduino bme280 dn7c3ca006 gp2y1010au0f pm25 weather-station
Last synced: 7 months ago
JSON representation
An Arduino Nano-based weather station
- Host: GitHub
- URL: https://github.com/fangfufu/arduino-weather-station
- Owner: fangfufu
- License: gpl-3.0
- Created: 2017-09-03T02:13:04.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-09-08T04:26:10.000Z (about 7 years ago)
- Last Synced: 2025-01-26T17:47:19.935Z (8 months ago)
- Topics: arduino, bme280, dn7c3ca006, gp2y1010au0f, pm25, weather-station
- Language: C++
- Homepage: https://www.fangfufu.co.uk/wiki/doku.php?id=public:raspberry_pi_weather_station_board
- Size: 26.4 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# arduino-weather-station
The code for running this:
https://www.fangfufu.co.uk/wiki/doku.php?id=public:raspberry_pi_weather_station_board## Implementation Notes
The address for my BME280 sensor is `0x76` rather than the default `0x77`. You
need to change it in `Adafruit_BME280.h`.## Compilation
You need to download
[Arduino-Makefile](https://github.com/sudar/Arduino-Makefile),
and the latest version of Aruduino IDE. Please don't use the stuff shipped with
Debian, because they are outdated.## Upload to Arduino
make upload
Note that you might want to change the stuff in the Makefile## License
Arduino weather Station
Copyright (C) 2017 Fufu FangThis program is free software: you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
the Free Software Foundation, either version 3 of the License, or
(at your option) any later version.This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
GNU General Public License for more details.You should have received a copy of the GNU General Public License
along with this program. If not, see .