Skip to content

Arduino library to make instruments that check if institutions still exist.

License

Notifications You must be signed in to change notification settings

montoyamoraga/SiguesAhi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

#define NETWORK_NAME     "yourNetworkName"
#define NETWORK_PASS     "yourNetworkPass"

Documentation

Do it yourself

Bill of materials

Core materials:

Optional materials:

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:

This project could not have been possible without the Wikipedia and Arduino projects.

License

MIT