Installation Guide of Arduino Ide
Installation Guide of Arduino Ide
We are using Arduino/nodemcu as microcontroller for running our main code, That fetched the data from the gps
module and send it to the google spreadsheet.For uploading the code in the microcontroller we have used an
integrated development environment for this.
1.DOWNLOAD
Go to the Arduino website and click on the download link to go to the download page and then click on windows
to download the zip file of windows and then download the arduino software.
2.INSTALL
After downloading, locate the downloaded file on the computer and extract the folder from the downloaded
zipped file. Copy the folder to a suitable place such as your desktop.
The Device Manager will open and display the Arduino Uno:
The Update Driver Software dialog box will pop up. Click Browse my computer for driver software:
Next, click the Browse... button:
Navigate to the drivers folder in the Arduino folder that you downloaded:
In the dialog box that pops up, click Install this driver software anyway:
After some time, the driver installation will finish and you will see the following dialog box. Take note of the port
that the Arduino was configured as. In this case it was COM3.
Navigate to the folder that you downloaded and start the Arduino software IDE by double-clicking the Arduino
application:
Now check that the correct serial port is selected and change if necessary. This is the serial port that you took note
of after installing the Arduino driver.
5. Testing the Installation
Open the Blink sketch in the Arduino IDE: