Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/montoyamoraga/siguesahi
Arduino library to make instruments that check if institutions still exist.
https://github.com/montoyamoraga/siguesahi
arduino art instrument internet-of-things sculpture wikipedia
Last synced: about 2 months ago
JSON representation
Arduino library to make instruments that check if institutions still exist.
- Host: GitHub
- URL: https://github.com/montoyamoraga/siguesahi
- Owner: montoyamoraga
- License: mit
- Created: 2020-09-26T02:20:25.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2022-11-02T18:34:38.000Z (over 2 years ago)
- Last Synced: 2024-10-27T22:38:16.006Z (3 months ago)
- Topics: arduino, art, instrument, internet-of-things, sculpture, wikipedia
- Language: C++
- Homepage:
- Size: 196 KB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# SiguesAhi
## About
SiguesAhi is an open source project by Aarón Montoya-Moraga, started in September 2020.
It is a software library to make digital instruments able to check if institutions still exist, and alert when they don't anymore.
The instruments periodically pings Wikipedia, and check if the article is written in present or past tense. When it changes to past tense, the institution is no more, and the instrument emits beeping, text, or motion.
This repository includes the open source code and examples of the software library.
## Hardware
This project is built on a Arduino Nano 33 IOT.
## Software
The code included is for flashing the Arduino.
create a file called secret.h via the Arduino IDE.
Add this code
```h
#define NETWORK_NAME "yourNetworkName"
#define NETWORK_PASS "yourNetworkPass"
```## Documentation
## Do it yourself
### Bill of materials
Core materials:
* Arduino Nano 33 IoT, $19.00 USD, available at [https://store.arduino.cc/usa/nano-33-iot](https://store.arduino.cc/usa/nano-33-iot)
Optional materials:
* Mini thermal receipt printer starter pack, $61.95 USD, available at [https://www.adafruit.com/product/600](https://www.adafruit.com/product/600)
* Piezo buzzer, $1.50 USD, available at [https://www.adafruit.com/product/160](https://www.adafruit.com/product/160)### Programming
* Download the Arduino IDE
* Add the following tools and libraries for the Arduino Nano 33 IoT### Installing
You can change these variables:
* answerType:
* answerType = 0, beep
* answerType = 1, print
* answerType = 2, servo
* interval:
* interval = 0, 1 minute
* interval = 1, 1 hour
* interval = 2, 1 day## Acknowledgements
This project was inspired by these artworks:
* [@grow_slow](https://github.com/nicolehe/grow_slow), [Nicole He](http://nicole.pizza/), 2016
* [Take a Bullet for This City](http://sites.bxmc.poly.edu/~lukedubois/projects/index.html?id=gun), [Luke Dubois](http://lukedubois.com/), 2014This project could not have been possible without the Wikipedia and Arduino projects.
## License
MIT