Downloads

You can find some important downloads here.

Arduino CODING Files: Free Download our Codes from GDrive.
After you download, click the arduino IDE and install in your PC, this version suits for Windows 7 and above.

Now,
Download Arduino Clone drivers for Win 32.  USB-SERIAL CH341 Drivers Download | Arduino Uno R3 Clone CH340 USB Driver.
 
Download Arduino uno Clone drivers for Win 64 bit, USB-SERIAL CH341 Drivers Download | Arduino Uno R3 Clone CH340 USB Driver.
 
Unzip the file and click on the setup.exe, you will find this pop-up message. Click on Install.

Arduino Clone CH341 Drivers Download 

Connect your arduino board and PC with USB cable. 

Then, open your arduino IDE software and choose the board and port from Tool menu>  Go to examples from File menu> choose basics and blink., Now upload the code by clicking on the ->, you will see done upload at the left bottom corner. The board inbuilt LED will blink. You can also connect an external LED from pin 13 to make the same LED blink.

Latest Arduino IDE version: Win 10 and above.

Connecting ESP32 with arduino IDE:
ESP32 source code Preference Link:  copy and paste this in arduino File> preference>
https://raw.githubusercontent.com/espressif/arduino-esp32/gh-pages/package_esp32_index.json
 
ESP32 driver for arduino IDE: 
 
ESP32 Camera driver: 
 
 
Other links:

Arduino website and forum:  

Arduino and DS3231 RTC tutorial with circuit diagram

DroneBot Workshop: A nice place to learn videos abt Arduino and etc

Arduino Syntax references: learn all about code syntax

Arduino Coding Files:
Download the Arduino IDE codes: