@ptillisch Sir. I am using Arduino IDE 1.8.9 in my windows 7 (32 bit). I have to upgrade my Arduino IDE to Version 2.2.1.
I have downloaded the IDE Version 2.2.1. When i try to install it, It is showing the Error as i have attached. Can you provide me a link for the IDE Version 2.2.1 which supports for Windows 7 (32 bit). Kindly help on this.
Hi @prakashvenugopal. Arduino IDE versions 2.2.0 and higher are incompatible with Windows 7. If you want to use those versions of Arduino IDE you will need to update your operating system.
Otherwise you can use the last version of Arduino IDE that had incidental compatibility with Windows 7: Arduino IDE 2.1.1.
I'll provide instructions you can follow to get Arduino IDE 2.1.1:
-
Click the following link to open the page for the 2.1.1 release in the Arduino IDE GitHub repository:
Release 2.1.1 · arduino/arduino-ide · GitHub -
From the list of download links under the "Assets" section of the page, click one of the following links:
- If you want the installer package: arduino-ide_2.1.1_Windows_64bit.exe
- If you want the "MSI" package: arduino-ide_2.1.1_Windows_64bit.msi
- If you want the "ZIP" package: arduino-ide_2.1.1_Windows_64bit.zip
ⓘ If you aren't sure which one you need, use arduino-ide_2.1.1_Windows_64bit.exe
-
Wait for the download to finish.
-
Install Arduino IDE from the downloaded file as you would normally do.
Disabling IDE Update Notifications
You will now find that Arduino IDE periodically shows an "Update Available" dialog to offer you an update to the newer version of Arduino IDE. You must not accept these updates since the newer versions are not compatible with the vintage Windows versions.
There are two methods for dealing with these update offers. I'll provide instructions for both of them. You can pick whichever one of the two is most convenient for you.
"SKIP VERSION"
The "Update Available" dialog contains a "SKIP VERSION" button. If you click that button, Arduino IDE will no longer show the dialog for the specific newer version being offered at the time you click the button.
The dialog will appear once again each time Arduino releases a new version of Arduino IDE, so you will need to click the button again after each release. That is slightly inconvenient, but the release cycle is fairly long so I don't think it will be very burdensome.
Disable All Update Offers
It is possible to completely disable the offers of updates in the Arduino IDE advanced settings. The downside is this setting also disables offers of updates for your installed boards platforms and libraries.
- Press the Ctrl+Shift+P keyboard shortcut (Command+Shift+P for macOS users) to open the "Command Palette".
A menu will appear on the editor toolbar:
- Select the "Preferences: Open Settings (UI)" command from the menu.
ⓘ You can scroll down through the list of commands to find it or type the name in the field.
A "Preferences" tab will open in the Arduino IDE main panel. - Type
arduino.checkForUpdates
in the "Search Settings" field of the "Preferences" tab. - Uncheck the box under the "Arduino: Check For Updates" setting.
- Close the Preferences tab by clicking its X icon.
If you chose this method, make sure to periodically check to see if newer versions of your installed boards platforms and libraries are available. You can do this by opening Boards Manager and then setting the "Type" menu to "Updatable", then repeating the process with Library Manager.
Hi sir. Thanks for the reply. My PC configuration is windows 7 (32 bit). The Link you provided is for Arduino IDE 2.1.1 (64 bit). Kindly Provide the Download link for Arduino IDE 2.1.1_32 bit.
I apologize for missing that important detail in your post. Arduino IDE 2.x was never produced in a 32-bit format. You'll have to use Arduino IDE 1.x instead. You should be able to update from your current 1.8.9 version to the final Arduino IDE 1.x release: 1.8.19. The Arduino IDE 1.8.19 download links are listed here:
Hi sir. Thanks for the reply. I already updated to Arduino IDE Version1.8.19. Now i try to use the Arduino IDE 2.x. with my windows 7 32 bit. I will change my Windows 7 (64 bit) and try to install the Arduino Version 2.1.1_64 bit
Nice! I'm glad you decided to persist in your attempts to update to Arduino IDE 2.x.
Best wishes for success in your endeavors.
Per
This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.