Skip to main content

Questions tagged [arduino-ide-2]

Use this tag for questions specific to version 2 of the Arduino IDE. The open-source IDE makes it easy to write code and upload it to any Arduino board. It runs on Windows, macOS and Linux.

Filter by
Sorted by
Tagged with
0 votes
1 answer
49 views

I am trying to read a WNK811 pressure sensor connected by i2c to an STM32 Nucleo F401RE, programmed as arduino. The WNK811 is a Chinese device, the device datasheet is highly minimal (inadequate in my ...
B M's user avatar
  • 13
0 votes
1 answer
316 views

I am trying to edit an old code for a dot matrix display. This code was written on Arduino IDE in Windows 10, for DOIT ESP32 DEVKIT V1. I never had a problem with libraries in the Windows environment ...
paki eng's user avatar
0 votes
2 answers
752 views

OS: Windows 11 Arduino IDE Version: 2.3.2 I recently opened up my Arduino IDE to find that nothing--absolutely nothing--would compile. Whenever I tried, I got the following error message: Using board '...
Robert Goddard-Wright's user avatar
3 votes
1 answer
2k views

I'm trying to setup an installation of the IDE 2.3 in a Ubuntu 24.04 LTS (beta) environment, and am facing an issue I'm unable to resolve. The IDE gets to the GUI for accepting terms and conditions, ...
eccentricOrange's user avatar
1 vote
0 answers
727 views

I'm using Arduino IDE 2.1.1 on a Mac M2 and it's failing to upload, No drive to deploy, I have tried 3 different Mac's, and multiple Picos & USB cables. Summary of what I've done: Loaded Example ...
Duncan Hill's user avatar
0 votes
1 answer
1k views

I have a Digispark / digistump Attiny85. Working with Windows 11 and the Arduino IDE 2.0.4 I would like this guy to have Brown Out Detection set to 101 (2.7V) For this, I'd need to set the BOD fuses. ...
Anderas's user avatar
  • 81
1 vote
1 answer
363 views

I am using Arduino IDE 2.0.3. When compiling code if there is an error it shows on a black background with a red font, that is hard for me to read. Can I change either the background or the font? ...
user224844's user avatar
0 votes
1 answer
265 views

Given a simple mistake like void setup() { Serial.begin(9600); } void loop() { Serial.println("\"); // note: " is escaped, so this won't compile } This is rendered in Arduino ...
Thomas Weller's user avatar
2 votes
1 answer
322 views

I have relatively simple code printing some emojis: void loop() { // put your main code here, to run repeatedly: Serial.println("Hello world 😊❤👌😘💕👍🤦‍♀️🤦‍♂️😎✔👀"); } Just in case ...
Thomas Weller's user avatar
1 vote
0 answers
298 views

I just install this new IDE on my pc. Yesterday, I changed my sketch folder location on preferences. And when i need to change it again, the preferences shown nothing. Ive restart my pc and its not ...
Meiko.'s user avatar
  • 11
1 vote
2 answers
7k views

I tried adding esp32fs.jar to /home/myname/Arduino/tools/ESP32FS/tool (and a few other places as it looked likely that the jar file wasn't loading). I've definitely got the correct board selected, ...
HardlyNoticeable's user avatar
1 vote
1 answer
1k views

Yesterday i downloaded the new version of the IDE to take advantage of all the new features, but it just won't open. I tried installing it to different paths, different PC's, i deleted the ...
Rozakos's user avatar
  • 111