CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 14:02:15 GMT
content-type: text/html; charset=utf-8
cf-ray: 965cac613c15f313-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=b9e00230-a3e4-4876-840c-eb552a0eb249; expires=Mon, 27 Jul 2026 14:02:14 GMT; domain=.stackexchange.com; path=/; secure; httponly
strict-transport-security: max-age=31536000; includeSubDomains
vary: Accept-Encoding
content-security-policy: upgrade-insecure-requests; frame-ancestors 'self' https://stackexchange.com
x-clacks-overhead: GNU Terry Pratchett
x-frame-options: SAMEORIGIN
x-request-guid: 73687b3b-c17c-43b3-8122-a375f8c390fd
x-worker-origin-response-time: 441000000
x-dns-prefetch-control: off
set-cookie: prov=b9e00230-a3e4-4876-840c-eb552a0eb249; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=MIPflU7ynFh9vEt8AvPALHo4TsGPjF0pZzSMhL3L3To-1753624935-1.0.1.1-7r.05RF2tSfdRvC0b3UGDaNDPYLlUz9K8gV3YjpFa4GtpWzKrVB5B3SgOKO5AX5tbU2v9X_u5uCc80UqF2Jzkd3jsqq.1lGymPMVmd9iYCU; path=/; expires=Sun, 27-Jul-25 14:32:15 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=XgQQyTuxGg4ByV3.ZtcnN2Hm0ggyUqemCb_0HOGyrHE-1753624935050-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'arduino-ide' Questions - Arduino Stack Exchange
Skip to main content
Stack Exchange Network
Stack Exchange network consists of 183 Q&A communities including Stack Overflow, the largest, most trusted online community for developers to learn, share their knowledge, and build their careers.
Visit Stack ExchangeTeams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Learn more about TeamsQuestions tagged [arduino-ide]
This is for questions about the official 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.
1,578 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
0
answers
43
views
Breadboard alternatives [closed]
I'm trying to build an Arduino IDE project using ESP32. The basic idea is that i'm using 2 ultrasonic sensors to open a servo gate, and sending the data to a database. Right now i'm using a Breadboard ...
-1
votes
1
answer
121
views
Error in Compiling for Seeed Xiao nRF52840 [closed]
I am using Arduino IDE 2.3.4 to program a XIAO nRF52840 Sense. I added the board using the instructions on the official getting started page.
After installing the board in Arduino IDE, I open up the ...
0
votes
0
answers
80
views
How to setup the configuration (User_Setup) of TFT_eSPI for ILI9225 176x220 TFT with esp32?
I was trying to interface my 2 inch 176x220 reslolution tft display having a ILI9225 driver with esp32 using TFT_eSPI library.This is the User_Setup file of the TFT_eSPI library, i edited this to ...
2
votes
0
answers
79
views
Arduino libraries in Atmel Studio, importing INO and building core for DUE
Is there a simple way to use the Arduino libraries in Atmel Studio 6 or 7? Already tried it with include path but thats a never-ending story. Looking for a precompiled .a file for the Arduino Due so I ...
0
votes
1
answer
77
views
New Freak UI @Arduino IDE v2.3.6 - 2025/05/21
This shXt stop after I turn off the power, and bring Notebook back to home. @@"?
No any configuratin changed, just power NB off and on.
How this shXt happened, and how it solved !? No idea...
...
0
votes
2
answers
93
views
LED Matrix for Arduino R4 Wi-Fi specific functions
I'm searching for the path and the source code for the builtin (I think) function, name is: renderBitmap().
This function appears as a member of the ArduinoLEDMatrix class but its name doesn't appear ...
1
vote
0
answers
50
views
Configuring the colors of the IDE
I do not like the dark theme at all and I set the Light theme, but the output background color is still black. I know that somewhere there is a file where it is possible to tweak the colors, but I ...
1
vote
1
answer
124
views
ESP32-S3 Does not read BME680 Data
I build a PCB using ESP32-S3-WROOM-1-N16R2 Controller. I programmed a BME680 sensor with this MCU. My pinouts are,
BME_SCK 38
BME_MISO 19
BME_MOSI 15
BME_CS 5
This is my Arduino code,
#include <...
0
votes
0
answers
29
views
ESP32 Bluetooth Pair scanFilter not working properly
I am trying to make a bluetooth device with esp32 s3. Pairing should work like a headfone. At the First start, any device can connect my ble ESP32 after connecting I will add in whitelist this device ...
0
votes
1
answer
64
views
ATTiny85 PWM on PB2 not working - only on/off, no fade
I have a custom ATTiny85 PCB with LEDs connected to GPIOs (PB0-4) through current-limiting resistors. All ports fade LEDs smoothly except PB2, which only switches on/off with no intermediate states.
...
1
vote
0
answers
66
views
SB Components Micro RP2040 and ST7789 2.4 TFT LCD SPI display not working together using any library
I have a Micro RP2040 board from SB Components. Link to this product
With this I also have a 2.4 inch SPI TFT LCD screen with an ST7789 controller Link to the screen, it's on that page just scroll ...
0
votes
1
answer
338
views
How Can I Get My ESP32 to Work with a 3.5-inch ILI9486-Based RPi Display Using SPI in Arduino IDE?
I'm working on a project where I need to connect my ESP32 (WROOM) to a 3.5-inch, 480x320 resolution LCD designed for the Raspberry Pi, which uses the ILI9486 driver (as suggested by the lcd wiki). I’m ...
-1
votes
1
answer
84
views
Can't connect to Arduino Nano 33 BLE while MicroPython file is running
I am using a Arduino Nano 33 BLE and I'm using MicroPython to write code for my board using Arduino Lab for MicroPython. I uploaded a file with the name main.py to my Arduino to test if it would work ...
-2
votes
1
answer
573
views
ESP32 TFT_eSPI 8-bit Parallel Compile Error
I am compiling TFT_eSPI library for Arduino ESP32 in 8 bit parallel mode, When I Compile it in SPI mode then no error occurs, but when I select 8-bit parallel mode in User Setup File, then it shows ...
0
votes
1
answer
229
views
Not able to control servo motor using ESP32 board when RGB LED is used
I'm new in using ESP32 boards. For some reasons, the servo motor is not working when RGB LED code is used. I have looked everywhere and I did not see any solution for this. Any help is appreciated.
...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
arduino-uno × 378
esp8266 × 232
esp32 × 132
programming × 125
c++ × 124
serial × 93
nodemcu × 90
arduino-mega × 83
arduino-nano × 74
library × 61
wifi × 46
c × 42
sensors × 40
uploading × 35
ide × 32
attiny × 32
compile × 31
compilation-errors × 31
atmega328 × 31
bootloader × 29
bluetooth × 28
http × 26
avrdude × 26
arduino-leonardo × 25
usb × 24
more related tags
Hot Network Questions
- Still learning electronics, can you explain this voltage protector failure?
- Early Sailing days in September 1066... Could Harold defeat William at Hastings, if it happened before Stamford Bridge?
- Alternative to tedious assert-rewrite for trivial operations?
- spots / stains on tubeless tire
- Why am I winning always? A coincidence perhaps?
- Is it possible to use the PC power button to pre-select the OS in rEFInd UEFI dual boot setup?
- When was the last time all humans were on the ground not in the air?
- Word order for a phrase with a number, adjective and noun
- How do Japanese people understand the reading of a single kanji with multiple readings in their everyday life?
- Is there any verse which says that throughout the Vedas the praise of Shiva is sung?
- leftmargin in enumerate
- Why is time reversal not a natural part of the Galilean group?
- Shared-Memory Queue Implementation in C
- Can I switch the stand on my Apple Studio Display?
- Will an error in two of my published papers affect my PhD thesis evaluation?
- Kepler's first law proof error - can anyone help me see what the error is?
- How does one justify the rationality of buying insurance?
- I don't understand Photos Library.photoslibrary
- Can Spi flash memory's contents be corrupted from heat?
- Can expanding foam provide interior strength for a large model?
- Hypothetical copyleft exposure developer on proprietary project, legal?
- Why is 0.0 printed as 0.00001 when rounding upward?
- Anonymizing a submission for double-blind review
- Do TeX engines support Shavian OpenType fonts?