There's an old mine that has been abandoned for several years, in the south of Brazil. Due to not being closed properly, this mine is releasing highly toxic substances to the local enviroment, through the water that flows out of the abandoned facility. This project is aimed to take pH measures from this contamined water and, with the data collected, aid researchers to more easily detect the usefulness of their work - consisted by seeking for methods to purificate the water.
- Servomotor (x2)
- DS18B20 Thermometer (Only implemented on software.)
- Analog pHmeter + Generic pH Sensor Module (Detailed informations are on one of the commentaries of the link.)
- Generic MicroSDC Module
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
You'll need to install the following applications to build this project:
Firstly, clone the repository to the desired local directory
git clone https://github.com/jgvinholi/Amas.git
Extract the following Arduino libraries, downloaded from here, to the src/
directory:
- OneWire.h
- DallasTemperature.h
- SD.h
Open VSCode and, after having installed the PlatformIO Plugin for VSCode, go to File > Open Folder...
. Select the folder where the repository has been cloned.
To initialize the PlatformIO Project, press Control + Alt + I
and wait around a minute.
With your Arduino Uno board plugged into your machine, you can now build and send the program to your device. Do this by pressing Control + Alt + U
.
Done.
- VSCode
- PlatformIO Plugin for VSCode
- Previous versions used another IC, the TI-MSP432F, which was programmed with TI Code Composer Studio v7
- João Vinholi - Coding - Github E-mail
- Felipe Castro - Project administration and electronics assembling - E-mail
- Gabriel Ferrazzo - Mechanical system modelling - E-mail See also the list of contributors who participated in this project.
This project is licensed under the GNU General Public License v3.0
- see the LICENSE file for details
- TODO