Questions tagged [windows]
Windows is a metafamily of graphical operating systems developed, marketed, and sold by Microsoft.
61 questions
-1
votes
1
answer
151
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 ...
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 ...
0
votes
1
answer
642
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 ...
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 ...
1
vote
1
answer
544
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
189
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 ...
2
votes
0
answers
605
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 ...
0
votes
3
answers
648
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, ...
1
vote
1
answer
2k
views
Arduino CH340 Driver Problem
I'm trying to connect my Arduino Uno to the Arduino IDE in Windows, but the only way it works is with a CH340 driver.
I am concerned about this as I can only find a download of it published by two ...
4
votes
3
answers
3k
views
How compile an Arduino program for a desktop PC
I have an arduino program that only does serial communications with a little bit of math, and I am writing another one to communicate with it on a second arduino. For testing purposes I was hoping I ...
1
vote
3
answers
257
views
Seeing consistent serial data loss over USB, have ruled out hardware and rx/tx software. What's left?
I have a Lasersaur, which is an arduino-based open-source laser cutter. Part of its capabilities is raster engraving, where you etch images based on pixel data, rather than vector data. Recently I ...
0
votes
1
answer
1k
views
Micro is not recognised as HID device
Being a completely noob with Arduino (but not with coding though) I'm trying to create a simple buttonbox with a Micro unit.
For now, I can not figure out what should I do to make my Windows 10 ...
1
vote
1
answer
4k
views
Read the value of a register in arduino
I want to read the value of the register (8-bit). In particular I want to read the values of:
The Timer/Counter - TCNT0 ( Adress 0x26 (0x46) )
The output compare registers - OCR0A and OCR0B.
Is there ...
1
vote
0
answers
48
views
Arduino not recognised by windows after using a lot of the storage
I made a script for my Arduino Pro Micro that was very large (Global variables were 98% of the intended storage). The Arduino was not recognised by Windows after loading the script and I don't know ...
0
votes
1
answer
804
views
Arduino IDE can't program my Arduino Pro Micro
I have a lot of Arduino Pro Micros that I can't program through the Arduino IDE.
I'm on Windows.
I'm using the SparkFun Pro Micro board information downloaded from SparkFun's website.
I've tried ...
0
votes
1
answer
2k
views
CH340G and CP2102 devices not recognized with Thinkpad L380
I have three different devices, none of them gets recognized on my new Thinkpad L380 running Windows 10:
Arduino Nano Clone with CH340G chip (USB2Serial)
NodeMCU (Lolin V3) with CH 340G chip (...
1
vote
1
answer
44
views
why of 2 identical micro-controllers, only one can connect to a given device?
I am working with 2 identical (Arduino) Adafruit Feather M0 Bluefruit LEs. Only one of them can connect to a Universal Windows Platform app running on a Windows 10 machine. The other connection fails ...
10
votes
1
answer
46k
views
CH340 Nano avrdude: stk500_getsync() not in sync resp=0xa4
I'm trying to upload some code to an non-arduino nano with the CH340G chip, and the avrdude refuses to let me upload. The error I'm getting is:
Using Port : COM4
Using Programmer ...
0
votes
1
answer
528
views
Use Wii Remote and Arduino to emulate a keyboard for Windows 10?
Is it possible to use an Arduino to communicate with a Wii Remote, connect the Arduino to a Windows 10 computer, and have the Wii Remote inputs be translated into keyboard keys for Windows 10?
I've ...
1
vote
2
answers
2k
views
After burning bootloader, Windows 10 doesn't recognize the USB device
I just built my own version of an Arduino Micro, using the ATMEGA32u4 chip. I burned the bootloader to it via another Arduino (Arduino Nano from banggood.com).
The Arduino Nano uses an ATMEGA328 chip,...
2
votes
1
answer
383
views
Can I run arduino on Windows Embedded Compact 2013?
I'm actually working on a robotic project for which I'm planning to use arduino to drive the wheels.For this, I want to send signals from my Onboard embedded computer (which has Windows Embedded ...
2
votes
1
answer
3k
views
Windows stops recognizing Arduinos
I've just got my first Arduino Pro Mini and a USB to TTL chip. When I try to upload the program I get the message The uploader process failed followed by
avrdude: ser_open(): can't open device "\\.\...
0
votes
1
answer
6k
views
Arduino - Windows can't find the drivers
I bought an Arduino UNO R3 Yesterday. It's a Chinese clone. But it has the Atmega328p and MEGA16U2 both.
I've installed the IDE fully. But it can't find the ports. The Tools > Ports option is greyd ...
1
vote
1
answer
87
views
Previous and updated releases of Arduino IDE are not be able to start on Win 8.1 x64
I have tried to install many versions of IDE, but non of them has started successfully. There is just the logo of the program shows up and then nothing happens.
My laptop: Toshiba Satellite C50-A630
...
0
votes
4
answers
15k
views
Cannot upload sketch to Arduino Nano
I've been using Arduino UNO for quite sometime and brought a new Arduino Nano. When I connected it to my computer, the power usb lit up and the blink sketch started running ( as expected of course).
...