Tải phần mềm Arduino IDE
Bước đầu tiên bạn truy cập vào Link https://www.arduino.cc/en/Main/Software để tải phần mềm. Đây là nơi chứa các bản cập nhật mới nhất từ Arduino IDE
Ở đây sẽ xuất hiện các Link Download của các hệ điều hành khác nhau như (Windows, Mac OS X, Linux). Mình sẽ demo cho các bạn cách cài đặt trên Windows:
Click chọn vào Windows Win 10 and newer, 64 bits hoặcWindows ZIP file for non admin install và trang sẽ chuyển hướng đến phần “Contribute to the Arduino Software“(đây là một nền tảng mở bạn có thể đóng góp tiền để phát triển phần mềm).
Arduino IDE 1.8.19
The open-source Arduino Software (IDE) makes it easy to write code and upload it to the board. This software can be used with any Arduino board.
Refer to the Arduino IDE 1.x documentation for installation instructions.
SOURCE CODE
Active development of the Arduino software is hosted by GitHub. See the instructions for building the code. Latest release source code archives are available here. The archives are PGP-signed so they can be verified using this gpg key.
Previous Releases
Download the previous version of the current release, the classic 1.0.x, or old beta releases.
DOWNLOAD OPTIONS
Previous Release 1.8.18 Arduino 1.0.x Arduino 1.5.x beta
Dạo một vòng Arduino IDE
3.1 Giao diện
3.2 Vùng lệnh
Bao gồm các nút lệnh menu (File, Edit, Sketch, Tools, Help). Phía dưới là các icon cho phép sử dụng nhanh các chức năng thường dùng của IDE được miêu tả như sau:
3.3 Vùng viết chương trình
Bạn sẽ viết các đoạn mã của mình tại đây. Tên chương trình của bạn được hiển thị ngay dưới dãy các Icon, ở đây nó tên là “Blink”. Để ý rằng phía sau tên chương trình có một dấu “§”. Điều đó có nghĩa là đoạn chương trình của bạn chưa được lưu lại.
3.4 Vùng thông báo (debug)
Những thông báo từ IDE sẽ được hiển thị tại đây. Để ý rằng góc dưới cùng bên phải hiển thị loại board Arduino và cổng COM được sử dụng. Luôn chú ý tới mục này bởi nếu chọn sai loại board hoặc cổng COM, bạn sẽ không thể upload được code của mình.
Bạn có thể tìm thấy một vài hướng dẫn khắc phục các lỗi thường gặp khi lập trình Arduino tại Lỗi của Arduino? Và các lỗi thường gặp khi lập trình Arduino
3.5 Một số lưu ý
Khi lập trình, các bạn cần chọn port (cổng kết nối khi gắn board vào) và board (tên board mà bạn sử dụng). Giả sử, bạn đang dùng mạch Arduino Uno, và khi gắn board này vào máy tính bằng cáp USB nó được nhận là COM4 thì bạn chỉnh như thế này là có thể lập trình đươc nhé.
Downloading and installing the Arduino IDE 2
A quick guide on how to install the IDE 2 on your operating system.
Introduction: How to Install, Update, Uninstall Arduino IDE on Windows?
Today, I am going to show you how to install, update and/or uninstall Arduino IDE on your personal computer (Microsoft Windows XP/Vista/7/8/8.1/Win10 e.t.c.running) As you know, Arduino IDE is multi functional development platform.
The need list:
1. Your computer
2. Internet connection
Downloading and Installing the Arduino IDE 2
In this tutorial, we will show how to download and install the Arduino IDE 2 on your Windows, Mac, or Linux computer.
You can easily download the editor from the Arduino Software page.
Requirements
- Windows – Win 10 and newer, 64 bits
- Linux – 64 bits
- Mac OS X – Version 10.14: “Mojave” or newer, 64 bits
The Arduino IDE 2
The Arduino IDE 2 is an open-source project. It is a big step from its sturdy predecessor, Arduino IDE 1.x, and comes with revamped UI, improved board & library manager, debugger, autocomplete feature and much more.
Download the Editor
Downloading the Arduino IDE 2 is done through the Arduino Software page. Here you will also find information on the other editors available to use.
Installation
Windows
To install the Arduino IDE 2 on a Windows computer, simply run the file downloaded from the software page.
Follow the instructions in the installation guide. The installation may take several minutes.
You can now use the Arduino IDE 2 on your Windows computer!
macOS
To install the Arduino IDE 2 on a macOS computer, simply copy the downloaded file into your application folder.
You can now use the Arduino IDE 2 on your macOS computer!
Linux
To install the Arduino IDE 2 on Linux, first download the AppImage 64 bits (X86-64) from the Arduino Software page.
Before we can launch the editor, we need to first make it an executable file. This is done by:
- right-click the file,
- choose Properties,
- select Permissions tab,
- tick the Allow executing file as program box.
You can now double click the file to launch the Arduino IDE 2 on your Linux machine. In case you cannot run the AppImage file, make sure that FUSE is installed on your system.
In Ubuntu (>= 22.04):
1sudo add-apt-repository universe2sudo apt install libfuse2
In Fedora
1dnf install fuse
See instructions for installing FUSE on your distribution here.
To enable the Arduino IDE to access the serial port and upload code to your board, the following rule can be added to
.
/etc/udev/rules.d/99-arduino.rules
1SUBSYSTEMS==”usb”, ATTRS{idVendor}==”2341″, GROUP=”plugdev”, MODE=”0666″
Suggested changes
The content on docs.arduino.cc is facilitated through a public GitHub repository. You can read more on how to contribute in the contribution policy.
License
The Arduino documentation is licensed under the Creative Commons Attribution-Share Alike 4.0 license.
Terms of Service
By downloading the software from this page, you agree to the specified terms.
The Arduino software is provided to you “as is” and we make no express or implied warranties whatsoever with respect to its functionality, operability, or use, including, without limitation, any implied warranties of merchantability, fitness for a particular purpose, or infringement. We expressly disclaim any liability whatsoever for any direct, indirect, consequential, incidental or special damages, including, without limitation, lost revenues, lost profits, losses resulting from business interruption or loss of data, regardless of the form of action or legal theory under which the liability may be asserted, even if advised of the possibility or likelihood of such damages.
Cài đặt Driver
Để máy tính của bạn và board Arduino giao tiếp được với nhau, chúng ta cần phải cài đặt driver trước tiên.
Nếu bạn dùng Windows 8, trong một số trường hợp Windows không cho phép bạn cài Arduino driver (do driver không được kí bằng chữ kí số hợp lệ). Do vậy bạn cần vào Windows ở chế độ Disable driver signature enforcement thì mới cài được driver
Xem hướng dẫn thực hiện tại bài viết Disabling Driver Signature on Windows 8 của SparkFun.
Đầu tiên, các bạn chạy file arduino-1.6.4\drivers\dpinst-x86.exe (Windows x86) hoặc arduino-1.6.4\drivers\dpinst-amd64.exe (Windows x64). Cửa sổ “Device Driver Installation Wizard” hiện ra, các bạn chọn Next để tiếp tục.
Khi có yêu cầu xác nhận cài đặt driver, chọn “Install”
Đợi khoảng 10 giây trong lúc quá trình cài đặt diễn ra …
Quá trình cài đặt đã hoàn tất. Bấm “Finish” để thoát.
Step 2: How to Update/Uninstall Arduino IDE on Windows?
If you loaded your Arduino IDE a time ago to your computer, if you want to uninstall;
1. If you downloaded Admin Installation as called Windows Installer, you need to delete Arduino IDE from Control Panel.
2. If you downloaded non-Admin Installation, just delete the Arduino setup folder.
NOTE: If you want to update Arduino IDE, go back to step 1’s non-Admin Installation.
That’s all !
Arduino IDE 2.3.1
The new major release of the Arduino IDE is faster and even more powerful! In addition to a more modern editor and a more responsive interface it features autocompletion, code navigation, and even a live debugger.
For more details, please refer to the Arduino IDE 2.0 documentation.
Nightly builds with the latest bugfixes are available through the section below.
SOURCE CODE
The Arduino IDE 2.0 is open source and its source code is hosted on GitHub.
Nightly Builds
Download a preview of the incoming release with the most updated features and bugfixes.
Windows macOS Version 10.14: “Catalina” or newer, 64 bitsLinux AppImage 64 bits (X86-64)Linux ZIP file 64 bits (X86-64)
Step 3: BONUS: Reading This Instructable
NOTE: This instructable’s step is aimed for visually impaired people to hear the sentences to learn what’s going on here. Watch the video, it explains all steps.
Arduino IDE 1 Installation (Windows)
Install the Arduino Software (IDE) on Windows
This document explains how to install the Arduino Software (IDE) on Windows machines.
Step 1: How to Install Arduino IDE to Windows?
1. Visit Arduino.cc click here
2. Go to “Download” bar
3. When the new page has rendered, you can see the latest version on the top.
There are two types to download Arduino IDE:
If you are the only one user to use the computer you are using right now, you can download non-Admin installation
If your PC is someone else’s PC, you may prefer non-Admin installation. Because of the fact that an administrator accounts want you to enter an administrator password. If you don’t allow to install any program which is limited by administrator, you may select non-Admin Installation to program your Arduino boards.
Cài đặt Java Runtime Environment (JRE)
Vì Arduino IDE được viết trên Java nên bạn cần phải cài đặt JRE trước Arduino IDE.
Link tải: http://www.oracle.com/technetwork/ja…
Chú ý:
Nhiều bạn do không cài JRE trên máy nên thường hay gặp phải tình trạng không chạy được Arduino IDE.
2 bản JRE phổ biến nhất là bản dành cho Windows 32bit (x86) và Windows 64bit (x64) mình đã đánh dấu trong hình. Nhớ chọn “Accept License Agreement”.
Bản JRE mới nhất là 7u80
I have Arduino IDE 1.6.4 on my Windows 8 laptop computer and Arduino IDE 1.6.7 on my Windows 10 desktop computer. I would like to update both (or at least one) to the newer Arduino IDE 1.8.0. I was told by others that I all that I need to do is to download the Arduino IDE 1.8.0 and that it will automatically take care of the older Arduino IDE that I presently have on my computer. Is this true? If not, could someone please direct me to some step-by-step instructions on how to update an older IDE to a newer one? I have some valued sketches on these older IDEs, should I make copies before I update? Any advice would be greatly appreciated. Thanks.
If you use the “Windows Installer” download link and the previous installation also used the installer then installing the new version will first uninstall the last version. If you use the “Windows ZIP file for non admin install” then there is no installation process, you just unzip the file and put the unzipped folder anywhere you like and the previously installed version will still be there until you remove it.
BryAB:
I have some valued sketches on these older IDEs, should I make copies before I update?
If you use the installer the files in the Arduino IDE installation folder will be deleted. You should never store any of your own files in that folder. The files in your sketchbook folder and anywhere else will be left alone. Of course it’s always a good idea to back up irreplaceable files.
Some other information attached if you are going to remove an IDE
CLEAN UP BEFORE INSTALLING ANOTHER COPY OF THE IDE OR ARDUINO CREATE.pdf (334 KB)
darshan07:
First of all, Arduino is open source platform. Here are few steps for updating your arduino IDE:
Plug in your Arduino to the computer with a USB Cable.
Go to Start -> Control Panel -> System and Security -> Device Manager.
You will see the connected Arduino board name. Right click on it and click on Update Drivers.
A new window will show up click on Browse.
Then Browse for the Arduino software in C: Program Files/Arduino/drivers.
Click next to finish.
don’t do that if you use the installer
my upload is showing all of these , pls what should i do. i have downloaded new ide of 1.8.3 version to no avail. pls help!!!
Arduino: 1.6.5 (Windows 8), Board: “Arduino Uno”
In file included from C:\Users\Henry\Documents\Arduino\libraries\rfid-master\src/MFRC522.h:78:0,from sketch_jul20a.ino:3:C:\Users\Henry\Documents\Arduino\libraries\rfid-master\src/require_cpp11.h:9:2: error: #error “This library needs at least a C++11 compliant compiler, maybe compiler argument for C++11 support is missing or if you use Arduino IDE upgrade to version >=1.6.6″#error “This library needs at least a C++11 compliant compiler, maybe compiler argument for C++11 support is missing or if you use Arduino IDE upgrade to version >=1.6.6″^In file included from sketch_jul20a.ino:3:0:C:\Users\Henry\Documents\Arduino\libraries\rfid-master\src/MFRC522.h:142:9: error: ‘constexpr’ does not name a typestatic constexpr byte FIFO_SIZE = 64; // The FIFO is 64 bytes.^C:\Users\Henry\Documents\Arduino\libraries\rfid-master\src/MFRC522.h:142:9: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11C:\Users\Henry\Documents\Arduino\libraries\rfid-master\src/MFRC522.h:144:9: error: ‘constexpr’ does not name a typestatic constexpr uint8_t UNUSED_PIN = UINT8_MAX;^C:\Users\Henry\Documents\Arduino\libraries\rfid-master\src/MFRC522.h:144:9: note: C++11 ‘constexpr’ only available with -std=c++11 or -std=gnu++11In file included from sketch_jul20a.ino:3:0:C:\Users\Henry\Documents\Arduino\libraries\rfid-master\src/MFRC522.h:371:111: error: ‘nullptr’ was not declared in this scopeStatusCode PCD_TransceiveData(byte *sendData, byte sendLen, byte *backData, byte *backLen, byte *validBits = nullptr, byte rxAlign = 0, bool checkCRC = false);^C:\Users\Henry\Documents\Arduino\libraries\rfid-master\src/MFRC522.h:372:112: error: ‘nullptr’ was not declared in this scopeStatusCode PCD_CommunicateWithPICC(byte command, byte waitIRq, byte *sendData, byte sendLen, byte *backData = nullptr, byte *backLen = nullptr, byte *validBits = nullptr, byte rxAlign = 0, bool checkCRC = false);^C:\Users\Henry\Documents\Arduino\libraries\rfid-master\src/MFRC522.h:372:137: error: ‘nullptr’ was not declared in this scopeStatusCode PCD_CommunicateWithPICC(byte command, byte waitIRq, byte *sendData, byte sendLen, byte *backData = nullptr, byte *backLen = nullptr, byte *validBits = nullptr, byte rxAlign = 0, bool checkCRC = false);^C:\Users\Henry\Documents\Arduino\libraries\rfid-master\src/MFRC522.h:372:164: error: ‘nullptr’ was not declared in this scopeStatusCode PCD_CommunicateWithPICC(byte command, byte waitIRq, byte *sendData, byte sendLen, byte *backData = nullptr, byte *backLen = nullptr, byte *validBits = nullptr, byte rxAlign = 0, bool checkCRC = false);^C:\Users\Henry\Documents\Arduino\libraries\rfid-master\src/MFRC522.h: In constructor ‘MFRC522::MFRC522()’:C:\Users\Henry\Documents\Arduino\libraries\rfid-master\src/MFRC522.h:337:22: error: ‘UNUSED_PIN’ was not declared in this scopeMFRC522() : MFRC522(UNUSED_PIN, UNUSED_PIN) {};^Multiple libraries were found for “Servo.h”
Used: C:\Program Files (x86)\Arduino\libraries\Servo
Not used: C:\Users\Henry\Documents\Arduino\libraries\ESP32-Arduino-Servo-Library-master
Error compiling.
This report would have more information with”Show verbose output during compilation”enabled in File > Preferences.
You are using version 1.6.5 of the IDE.
As noted in the errors, that library is not compatible with version 1.6.5.
While you may have downloaded 1.8.3 – that’s not enough, you need to actually install and use it (the compiler output clearly states that it’s still 1.6.5). Uninstall version 1.6.5, and install the version 1.8.x that you downloaded (why not 1.8.5?)
C:\Users\SAI\Documents\Arduino\libraries\generic_storage-master/FAT/FatFS/src/ff.c: In function ‘f_write’:
C:\Users\SAI\Documents\Arduino\libraries\generic_storage-master/FAT/FatFS/src/ff.c:2880:1: error: unable to find a register to spill in class ‘POINTER_REGS’
C:\Users\SAI\Documents\Arduino\libraries\generic_storage-master/FAT/FatFS/src/ff.c:2880:1: error: this is the insn:
(insn 216 215 217 33 (set (reg:HI 26 r26)
(reg/f:HI 194)) C:\Users\SAI\Documents\Arduino\libraries\generic_storage-master/FAT/FatFS/src/ff.c:2837 83 {*movhi}
(nil))
C:\Users\SAI\Documents\Arduino\libraries\generic_storage-master/FAT/FatFS/src/ff.c:2880: confused by earlier errors, bailing out
lto-wrapper: C:\Users\SAI\AppData\Local\Arduino15\packages\arduino\tools\avr-gcc\4.9.2-atmel3.5.4-arduino2/bin/avr-gcc returned 1 exit status
c:/users/sai/appdata/local/arduino15/packages/arduino/tools/avr-gcc/4.9.2-atmel3.5.4-arduino2/bin/../lib/gcc/avr/4.9.2/../../../../avr/bin/ld.exe: error: lto-wrapper failed
collect2.exe: error: ld returned 1 exit status
exit status 1Error compiling for board Arduino/Genuino Mega or Mega 2560.
sir please help me
sai7714:
error: unable to find a register to spill in class 'POINTER_REGS'
This is a compiler bug. You can find more information and a workaround here:
Downloads
Download the Arduino Software (IDE)
Get the latest version from the download page. You can choose between the Installer (.exe) and the Zip packages. We suggest you use the first one that installs directly everything you need to use the Arduino Software (IDE), including the drivers. With the Zip package you need to install the drivers manually. The Zip file is also useful if you want to create a portable installation.
When the download finishes, proceed with the installation and please allow the driver installation process when you get a warning from the operating system.
The process will extract and install all the required files to execute properly the Arduino Software (IDE)
The text of the Arduino getting started guide is licensed under a Creative Commons Attribution-ShareAlike 3.0 License. Code samples in the guide are released into the public domain.
Suggested changes
The content on docs.arduino.cc is facilitated through a public GitHub repository. You can read more on how to contribute in the contribution policy.
License
The Arduino documentation is licensed under the Creative Commons Attribution-Share Alike 4.0 license.
Hướng dẫn cài đặt phần mềm Arduino IDE (Cập nhật 2023)
Arduino PLC IDE 1.0.3
Program using IEC 61131-3 languages and mix Arduino sketches through Arduino PLC IDE! Configure easily your pre-mapped resources and get quick no code fieldbus support, dive into your code analysis thanks to the wide set of debugging tools.
For more details, please refer to Arduino PLC IDE documentation.
DOWNLOAD OPTIONS
Both files are required
Version 1.0.4 coming soon
Cài đặt Arduino IDE
Bước tiếp theo bạn Click vào JUST DOWNLOAD, bạn chọn nơi lưu trữ phần mềm có thể là ổ C,D,E.. tùy các bạn.
Sau khi đã tải về hoàn tất bạn vào nơi lưu trữ bản cài đặt và tiến hành cài đặt Arduino IDE.
Bạn Click vào “I Agree / Next / Install” (bạn chờ giây lát để IDE tiến hành cài đặt).
Như vây là bạn đã cài xong Arduino IDE.
Xem Video hướng dẫn:
Để lập trình được cho các board Arduino, các bạn cần phải có một công cụ gọi là Intergrated Development Environment (IDE). Công cụ này được đội ngũ kĩ sư của Arduino phát triển và có thể chạy trên Windows , MAC OS X và Linux. Ở đây mình sẽ hướng dẫn các bạn cài đặt nó trên Windows. Các bạn cũng làm tương tự các bước này cho các nền tảng khác
Cài đặt Arduino IDE
Bước 1: Truy cập địa chỉ http://arduino.cc/en/Main/Software/… . Đây là nơi lưu trữ cũng như cập nhật các bản IDE của Arduino. Bấm vào mục Windows ZIP file for non admin install như hình minh họa.
Bạn sẽ được chuyển đến một trang mời quyền góp tiền để phát triển phần mềm cho Arduino, tiếp tục bấm JUST DOWNLOAD để bắt đầu tải.
Bước 2: Sau khi download xong, các bạn bấm chuột phải vào file vừa download arduino-1.6.4-windows.zip và chọn “Extract here” để giải nén.
Bước 3: Copy thư mục arduino-1.6.4 vừa giải nén đến nơi lưu trữ.
Bước 4: Chạy file trong thư mục arduino-1.6.4\ để khởi động Arduino IDE
Keywords searched by users: update arduino ide windows
Categories: Chia sẻ 95 Update Arduino Ide Windows
See more here: kientrucannam.vn
See more: https://kientrucannam.vn/vn/