Browse Source

Update 'README.md'

master
PurpleRose 3 years ago
parent
commit
e8f873f324
  1. 6
      README.md

6
README.md

@ -34,7 +34,7 @@ In particular this architecture is the following:
- Download the repository from the website of swarmlab [link](https://git.swarmlab.io:3000/PurpleRose/RabbitMQ_IoT_Project). Thus, we have handy 5 folders, one per piece we have to setup.
## Αrduino
Beginning with Arduino, we have to connect it with our computer and the connecting platform Arduino IDE (if not present download and install it) [link](https://www.arduino.cc/en/software)) in order to insatll the code in the file **readTempValuesFromArduino.ino** of Arduino.
Beginning with Arduino, we have to connect it with our computer and the connecting platform Arduino IDE (if not present download and install it) [link](https://www.arduino.cc/en/software) in order to insatll the code in the file **readTempValuesFromArduino.ino** of Arduino.
![enter image description here](https://i.ibb.co/nk8Fwd5/arduinofinal.png)
@ -55,8 +55,8 @@ We connect the middle connector to the sensor with the analog input **Α0 (as sh
for receiving its values, the left connector to the **Current (Vcc)** and the right connector to the **Ground (Gnd)**.
**(1)** Based on the code of Arduino we are able to use the **pin** for the sensor's values from **Α0** in any analog connection and we change the **pin** in the code also.
**(2)** Also, we are able to change the value to the function **delay** in order of the quicker or slower sample receipt.
**(3)** Click the button for **compile**. In the case which no errors occured...
**(4)** Click the button for **upload** to Arduino.
**(3)** Click the button to **compile**. In the case which no errors occured...
**(4)** Click the button to **upload** to Arduino.

Loading…
Cancel
Save