https://github.com/dipanshkhandelwal/arduino-scripts
https://github.com/dipanshkhandelwal/arduino-scripts
Last synced: 28 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/dipanshkhandelwal/arduino-scripts
- Owner: DipanshKhandelwal
- Created: 2019-10-03T03:48:39.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-10-30T17:51:47.000Z (almost 6 years ago)
- Last Synced: 2025-07-08T05:23:20.413Z (3 months ago)
- Language: C++
- Size: 24.4 KB
- Stars: 2
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Arduino scripts
This repository contains a wide range of scripts written for work with Arduino.
## Steps to get started with Arduino
1. [Download and install the Arduino IDE](https://www.arduino.cc/en/Main/Software)
2. Connect the Arduino board to your pc using USB B cable
3. Configure the IDE
Navigate to Tools > Board > Arduino Uno. However, if you are using a different board (i.e., not the Arduino Uno), you must select the proper board!
Next, you must tell the IDE which port the Arduino is on. To do this, navigate to Tools > Port > and then select the port on which Arduino is present.#### And you are ready to go 😁