CARVIEW |
Select Language
HTTP/2 200
date: Sun, 27 Jul 2025 12:37:49 GMT
content-type: text/html; charset=utf-8
cf-ray: 965c30b44e768839-BLR
cf-cache-status: DYNAMIC
cache-control: private
set-cookie: prov=cbad6e40-d40d-4d8f-b309-bcfc77c069ef; expires=Mon, 27 Jul 2026 12:37:49 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: 69ed0637-1b41-4e1b-b0f7-d3a0760bb104
x-worker-origin-response-time: 509000000
x-dns-prefetch-control: off
set-cookie: prov=cbad6e40-d40d-4d8f-b309-bcfc77c069ef; Path=/; HttpOnly; Domain=stackexchange.com
set-cookie: __cf_bm=jKuaZr5L2BUOZjM_DaLs3zopXxR72bhGsV9x513rpCs-1753619869-1.0.1.1-uCGkMU6tPurLQzdfizCf90_dRPqE0O8xQwwG8HTI3R189t5Y7Y1R8OhneTJZeWHEKa0UA60ji5VHgsVsIJlTLgFjTdotvZMz_.MCXobA4gY; path=/; expires=Sun, 27-Jul-25 13:07:49 GMT; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
set-cookie: _cfuvid=cYQvIlIMldHz6norLnm15QZWb_uVLijgEDpSZNMMISM-1753619869381-0.0.1.1-604800000; path=/; domain=.stackexchange.com; HttpOnly; Secure; SameSite=None
server: cloudflare
content-encoding: gzip
Newest 'arduino-leonardo' 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-leonardo]
An Arduino board based on the ATmega32u4 chip with built in USB HID functionality
331 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
0
votes
0
answers
35
views
Need Help Communicating with Arduino Leonardo Using Custom Bootloader
I have an Arduino Leonardo that has been flashed with a custom bootloader, and it currently has a sketch on it that I cannot replace or modify because doing so would brick the board. The board works ...
2
votes
2
answers
820
views
How can I stop digital pins from floating at reboot?
I've got a LattePanda 3 Delta, which runs windows on its main processor and an Arduino sketch called StandardFirmata on its coprocessor. It's connected to a lock, which locks at HIGH and unlocks at ...
0
votes
1
answer
76
views
atmega32u4 connect PC
I made a custom PCB with C-type USB and atmega32u4 (arduino leonardo). But my PC doesn't recognize the atmega32u4.
Here are my schematic.
Why my PC doesn't recognize the pcb in schematic?
-1
votes
1
answer
135
views
Joystick library not reading potentiometer
I am using Joystick Library to make a HOTAS system for flight simulators. When I load the test program I can get all the simulated controller inputs to register in windows. I can also get the value ...
0
votes
1
answer
3k
views
Change USB VID and PID (Leonardo)
I'm new to using electronic boards, and have followed a guide online for printing a 6 DoF (degree of freedom) mouse. I'm stuck on an optional step that requires me to change the PID and VID of a "...
-1
votes
1
answer
113
views
Arduino Leonardo Key Detector
I want to make an arduino code on the arduino leonardo that detects when keys are being pressed and to print them to the serial monitor so I can control the arduino with the computer keyboard. I need ...
-2
votes
1
answer
85
views
L LED on Arduino is constantly on and com is not detected
When I connect the Arduino to the computer, the L LED is constantly on and com is not detected. However, when I press the reset button, the L LED starts blinking for about 10 seconds and com appears. ...
-1
votes
1
answer
56
views
Arduino pin erratic behavior?
I've built a switch key matrix (thus the diode, contextually useful schematics below) and me being me, I realised after that I misunderstood a few things about how button really works, to say the ...
-1
votes
2
answers
670
views
Arduino Pro Micro not recognizing INPUT or INPUT_PULLUP
I tried to make a controller box with multiple buttons. Sadly, when I tried to connect the buttons, the Arduino Pro Micro didn't recognize them being pressed. I even tried to connect a wire directly (...
2
votes
1
answer
178
views
Improving moving mouse loop to optimize speed
Code:
#include <Mouse.h>
#include <hiduniversal.h>
#include "hidmouserptparser.h"
#include <USBController.h>
USBController controller;
USB Usb;
HIDUniversal Hid(&Usb);
...
1
vote
0
answers
156
views
Cannot change fuses on ATmega32U4
I have a custom board based on Arduino Leonardo (ATmega32u4).
As usual I used the Arduino IDE to burn the bootloader with my Atmel ICE ISP programmer.
This time it failed complaining about some errors ...
1
vote
1
answer
1k
views
help with error: cant open device "\\.\COM6":Access is denied
I built a new pc which I use as a flight simulator. On my old PC I had ArduinoIDE for programming a pro micro as well as a teensy 4.1 using the teensyduino library. I installed all the necessary ...
0
votes
0
answers
284
views
Atmega32u4: Reduce power consumption while keeping USB active
I have a USB powered board, that should consume as little power when idle as possible, while keeping the USB connection alive.
The device only sends data to the host, doesn't receive any, so the ...
1
vote
0
answers
588
views
Arduino lagging or buggy with delays and serial print?
I got a strange issue with my Arduino Leonardo (clone). It seems to be laggy or buggy, I don't know what the issue is.
I get issues when I use "long" delays.
Below sketch is working fine.
...
0
votes
0
answers
174
views
Disable USB support for mega32u4
I have a custom Leonardo board (mega32u4-based) that does not use at all the USB features.
When I build my sketch (vscode and platformio) I read:
Compiling .pio/build/leonardo/FrameworkArduino/CDC.cpp....
- The Overflow Blog
-
-
- Featured on Meta
-
-
Related Tags
serial × 41
usb × 35
arduino-uno × 32
atmega32u4 × 30
arduino-ide × 25
arduino-pro-micro × 24
keyboard × 21
bootloader × 17
uploading × 15
programming × 14
bluetooth × 13
power × 11
c++ × 11
arduino-micro × 10
avrdude × 9
arduino-mega × 8
motor × 8
led × 7
i2c × 7
timers × 7
library × 6
pwm × 6
analogread × 6
softwareserial × 6
sensors × 5
more related tags
Hot Network Questions
- Easy ways to draw vector diagrams in TikZ?
- Source for Adam naming the angels
- What were the two colored keys on a MUPID for?
- Is there such a thing as 'aerospace grade software'?
- Not being introduced to the team – should I ask for it?
- How to extend an MDF shelf?
- Is there any verse which says that throughout the Vedas the praise of Shiva is sung?
- In Jurassic Park, is the lysine dependency intentionally fake (in-universe)?
- Rec Letter from Professor (who I haven't done research with) or from Work Supervisor
- Early Sailing days in September 1066... Could Harold defeat William at Hastings, if it happened before Stamford Bridge?
- Why did the Holy Spirit send Jesus to the wilderness to be tempted by Satan?
- What is the citation for Augustine's "consensus, non concubitus..."
- Can Spi flash memory's contents be corrupted from heat?
- Why aren't there baleen whales at about the size of a dolphin?
- Symbols for A.P. Morse's book in Set Theory
- How do I set up a recursive algorithm to repeatedly square root a positive real number?
- Did Denmark report that 64% Palestinian refugees from 1992 received serious fines or jail time?
- leftmargin in enumerate
- Why does Gaza Humanitarian Foundation (GHF) not distribute more food in Gaza?
- How can I turn the text in a PNG file back into text layer?
- Anonymizing a submission for double-blind review
- What is the weight of holy water?
- Story that taught cryptography in the form of a manga
- Not your ordinary affix riddle