Questions tagged [windows]
Windows is a metafamily of graphical operating systems developed, marketed, and sold by Microsoft.
61 questions
- Bountied 0
- Unanswered
- Frequent
- Score
- Trending
- Week
- Month
- Unanswered (my tags)
-1
votes
1
answer
141
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
2
answers
197
views
how to avoid an Arduino pro micro waking up a pc
I have an Arduino Pro Micro only sending data via com port, connected to a PC.
I don't use the USB protocol and I think the Arduino send request with USB and it's the reason why my computer wakes up
I ...
2
votes
0
answers
1k
views
Problem using CH340 driver for Nano
I am at my wits end and hope somebody here can provide some much-needed guidance.
My platform is an Asus ROG AMD laptop running Windows 11.
I recently decided to try working with Arduinos and ...
1
vote
1
answer
124
views
Arduino Readings Update Correctly on Windows but not Linux
I have written a simple script to get angle measurements from a magnetic sensor. The script works very well on Windows. However, when compiling the script on a Linux VirtualBox (Ubuntu 20.04), the ...
0
votes
1
answer
577
views
IR Receiver Remote Controller for Windows
My dad watches netflix on his pc with his wireless mouse, hes gotten older and cannot hit the volume slide well enough.
I have an arduino kit (ard nano), an IR recevier and remote controller laying ...
1
vote
2
answers
790
views
Arduino keyboard Input language problem
I need my Arduino (Leonardo) to open cmd, but if keyboard input language isn’t English it prints another language letters.
——— code ———
Keyboard.begin();
Keyboard.press(KEY_LEFT_GUI);
Keyboard.press('...
0
votes
2
answers
3k
views
Arduino cannot connect to port (arduino nano rp2040)
My arduino cannot connect to any port of my computer. So far i tried the following, without any luck:
Using another arduino to check the usb, and it worked. So no problem with usb cable.
Resetting ...
3
votes
2
answers
3k
views
CH340K - Unknown USB Device (Device Descriptor Request failed)
I have a Arduino Nano clone working fine with the CH340 drivers. It has a CH340C on it.
I made a custom PCB. CH340 chips are hard to come by these days, so I opted for the CH340K, From the datasheet, ...
1
vote
1
answer
533
views
MKR 1010 disconnects COM-port on each upload
Each time I attempt to upload to the MKR WiFi 1010 board the COM-port gets disconnected, usually at one of the following points:
Either it disconnects just after compiling/verifying. In this case the ...
1
vote
0
answers
73
views
Windows Driver for Arduino error code 22
I'm trying to use avrdude to load an Arduino program with the console, but I have a Windows 7 x86 Professional with Service Pack 1 (old PC). When I install the Arduino driver that comes with the IDE ...
1
vote
0
answers
188
views
Computer freezes while collecting serial data from Arduino Uno
I am an arduino noob. I have been searching for some interesting arduino projects recently and making a game controller using Arduino UNO seemed interesting. So I hooked up two dual-axis joystick ...
-1
votes
1
answer
170
views
MKR ZERO is not detected in IDE / MKR ZERO not showing up in windows 8.1/ [duplicate]
I m connect it with my IDE software and its work perfectly yesterday, but today morning I'm connected it to software to upload another sketch but its didn't detect the port and the charge led is not ...
2
votes
0
answers
595
views
Arduino Nano not recognized on Windows 10
For some weeks my latest dozen of Nano's isn't recognized any more by Win 10 computer: After two days of experiments I have suspicions:
Is there any change in Win10 since all Arduinos now are only ...
1
vote
1
answer
3k
views
Why Windows 10 does not see Nodemcu device?
I am using a Windows 10 laptop. Behind the nodemcu it says that download CH340G driver.
I already had arduino ide and the esp libraries were already
installed because i was using a esp8266 01 device ...
0
votes
3
answers
630
views
How to capture the compilaton output to a text file in Windows?
I am trying to capture the verbose output of the compilation to get it into a text file. I am using the IDE 1.8.12 running on Windows 10. I have tried looking for a right mouse button context menu, ...