CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 17:26:33 GMT
content-type: text/html; charset=utf-8
cf-ray: 965dd7aa5a9a7679-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=986f5d8a-7229-4ade-83a3-e65e52f772e2; expires=Mon, 27 Jul 2026 17:26:33 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: f830e6de-3887-4115-b0cc-128c2c2582a6
x-worker-origin-response-time: 519000000
x-dns-prefetch-control: off
set-cookie: prov=986f5d8a-7229-4ade-83a3-e65e52f772e2; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=SPzQM7hQCskd1EQm7I.G.TkXyNXwb7TLGkwo.INOQ.A-1753637193-1.0.1.1-_0kinhTqFOLKTEY8ILiw7qJu294bDQxLeAeOlE4wss0R5DMhwNyFciCo583_INdGZqa6PfYo6YvNgHfEyW3vB81PErbAuec5T2MRpOlToQs; path=/; expires=Sun, 27-Jul-25 17:56:33 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=Vm6MPeQJG3kxY6hBTmN.mU.tXYDnMh3.rJe0.WHJbmk-1753637193879-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'library' 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 [library]
A library is a file that can be included into the code to add new instructions by combining many existing instructions and creating one easy to use instruction to call.
532 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
1
answer
44
views
Compiling issues with included library MX1508 for Billy Bass build
Thank you for considering my question.
I have been learning Arduino so I can teach coding basics to my son. I came across a fun project to interface bluetooth with an old singing Billy Bass so he can ...
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
69
views
FS1000A transmitter and MX-RM-5V receiver not working
I'm new to Arduino development. I use Arduino Nano v3 ATmega328P (Old Bootloader). I assembled 2 small boards, one of which is a transmitter with three buttons, and the second is a receiver with three ...
0
votes
2
answers
141
views
How to calculate the size of Arduino routines?
I want to design an Arduino Uno/Nano library (an alternative to floats that uses less RAM) that uses a minimum of code space after compilation. Is there a (not too complicated) way to calculate or ...
0
votes
1
answer
211
views
Arduino IDE Doesn't Detect Installed Library Dependency
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 ...
3
votes
0
answers
81
views
Why RTU bridge timeout even though answer is received?
I'm testing the following code as a bridge between https://sourceforge.net/projects/qmodmaster/ and https://pypi.org/project/pyModSlave/.
As hardware, I'm using a NodeMCU 1.0 and a USB/TTL converter.
...
0
votes
1
answer
91
views
Keypad library isn't working or I am wrong somewhere [closed]
I am using PICSimLab to simulate a keypad. The configuration of the keypad is as shown in the picture:
and the code is:
#include <LiquidCrystal.h>
#include <Key.h>
#include <Keypad.h&...
0
votes
1
answer
416
views
Problem installing RPLidar library
I'm trying to add the RPLidar library. I've already checked this solution, but it's not working for me, I get this error :
Error: 13 INTERNAL: Library install failed: extracting archive: Not a ...
1
vote
1
answer
74
views
Why 0 devices, but not 1?
I have found a sketch in Wokwi where a MAX7219 LED matrix is used. The sketch subject is to display 0 using <LedControl.h>. I don't understand why it's nessesary to send 0 unlike 1 in fourth ...
3
votes
1
answer
1k
views
How to change the direction of a stepper motor using the AccelStepper library?
I'm using a Nema 17 stepper motor (200 steps) and a DRV8825 motor driver. This is the configuration I am using:
I am using a 9 V power supply. The dirPin is connected to pin 3 on the Arduino board, ...
3
votes
2
answers
2k
views
is #ifdef __SD_H__ considered a bad practice?
Say I'm working on a library^1 to which I want to add support for SD.h^2 but knowing for a fact that many microcotrollers don't support SD.h (therefore they result in compilation errors [eg. Attiny85])...
1
vote
0
answers
136
views
MKR GPS shield inconsistent GPS connection/data printing...library issue?
I have been using a MKR WiFi 1010 board with GPS shield for a very long time (year+) and have not been able to solve my problems with the GPS data dropping out.
The setup for my field application is a ...
2
votes
1
answer
4k
views
1
vote
1
answer
248
views
Get 3-inch e-Paper working on a Nano
Please help!
I purchased a 3-inch e-Paper Display from Waveshare, which appeared to suit my project well. The exemplary little code to show an image was easy to set up and to demonstrate functionality:...
1
vote
0
answers
942
views
Keyestudio KS5009 ESP32WROOM32 Smart Home
I'm encountering persistent errors with the sample code provided for my smart home kit project. Despite conducting extensive research and troubleshooting efforts, I haven't been able to find a ...
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
arduino-uno × 102
arduino-ide × 61
programming × 54
c++ × 50
arduino-mega × 24
class × 24
esp8266 × 24
serial × 23
sensors × 21
arduino-nano × 19
compile × 18
adafruit × 18
timers × 17
lcd × 16
esp32 × 16
compilation-errors × 14
i2c × 13
core-libraries × 13
ide × 12
display × 12
pins × 10
wifi × 10
sketch × 10
c × 10
attiny × 10
more related tags
Hot Network Questions
- How can my dwarves keep humans from reverse engineering their technology?
- Source for Adam naming the angels
- When did the OEIS get even better?
- How many simple groups are there of a given infinite cardinality?
- Not your ordinary affix riddle
- Does passive DisplayPort-HDMI adapter work with 4K 60Hz, if host supports DP 1.2 and HDMI 1.4?
- Is there any verse which says that throughout the Vedas the praise of Shiva is sung?
- Confusing/incorrect sentence in proof of Zorn's Lemma in Lang's "Real and Functional Analysis"
- What is the citation for Augustine's "consensus, non concubitus..."
- Balancing a Holy Water Bomb
- Will a reinforced 1" concrete slab be durable?
- What were the two colored keys on a MUPID for?
- Will this work as an XOR gate?
- Existence of Jordan curves between a compact and an open set
- Is there such a thing as 'aerospace grade software'?
- “Unclear step in a math book for entertainment”
- What is the Greek word for God used in Codex Sinaiticus? John 1
- I don't have enough alive employees to start the day. What now?
- How can I turn the text in a PNG file back into text layer?
- Moving multiplying cells away
- Mac Pro 2008 almost dead
- Were the Fantastic Four the only superheroes on Earth-828 in The Fantastic Four: First Steps?
- Is it possible to use the PC power button to pre-select the OS in rEFInd UEFI dual boot setup?
- How do Japanese people understand the reading of a single kanji with multiple readings in their everyday life?