https://github.com/lazauk/sonyspresence-arduino
IoT project, using Sony Spresence development board and various sensors to detect the storm front
https://github.com/lazauk/sonyspresence-arduino
arduino iot weather
Last synced: 3 months ago
JSON representation
IoT project, using Sony Spresence development board and various sensors to detect the storm front
- Host: GitHub
- URL: https://github.com/lazauk/sonyspresence-arduino
- Owner: LazaUK
- Created: 2019-01-05T00:55:13.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2019-02-24T20:14:44.000Z (about 6 years ago)
- Last Synced: 2025-01-12T05:11:10.782Z (4 months ago)
- Topics: arduino, iot, weather
- Language: C++
- Homepage:
- Size: 573 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Sony Spresence (Arduino IDE)
This is my code for the IoT project (part of Hackster.io challenge), where I use Sony Spresence development board and various sensors to detect the storm front
## Part 1: Setup of Spresence board
This part was relatively easy, as it was simply following the steps on Sony Spresence's Web site, to enable integration with Arduino IDE
https://developer.sony.com/develop/spresense/developer-tools/get-started-using-arduino-ide/set-up-the-arduino-ide#_spresense_arduino_library_getting_started_guide## Part 2: Enabling light sensing via LM393 Light Sensor module
This part is now working in the code above, and system is able to detect spikes in the light intensity
## Part 3: Enabling sound sensing via MAX4466 Electret Microphone Amplifier
This part would require the use of Arturo Guadalupi's module for converting analog values from Microphone aplifier into the frequency ranges and check if there are any sounds in 100 Hz range within the first 5 seconds after the lightning. As per some reserch, 100 Hz is a predominant frequency of thunder, so we try to use as a part of danger zone assessment process.
