Skip to main content

Questions tagged [windows]

Windows is a metafamily of graphical operating systems developed, marketed, and sold by Microsoft.

Filter by
Sorted by
Tagged with
-1 votes
1 answer
151 views

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 ...
Bodhi Teraguchi's user avatar
2 votes
0 answers
1k views

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 ...
user21935770's user avatar
0 votes
1 answer
642 views

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 ...
Marin Filipovic's user avatar
0 votes
2 answers
3k views

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 ...
MIKE PAPADAKIS's user avatar
1 vote
1 answer
544 views

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 ...
ivvi's user avatar
  • 141
1 vote
0 answers
189 views

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 ...
Mukesh M's user avatar
2 votes
0 answers
605 views

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 ...
Dieter's user avatar
  • 21
0 votes
3 answers
648 views

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, ...
Louis B.'s user avatar
  • 119
1 vote
1 answer
2k views

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 ...
user avatar
4 votes
3 answers
3k views

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 ...
bob mcgrath's user avatar
1 vote
3 answers
257 views

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 ...
Scott's user avatar
  • 163
0 votes
1 answer
1k views

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 ...
Andriy's user avatar
  • 21
1 vote
1 answer
4k views

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 ...
Ugo Mela's user avatar
1 vote
0 answers
48 views

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 ...
Game Of PJ's user avatar
0 votes
1 answer
804 views

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 ...
Bo Thompson's user avatar
0 votes
1 answer
2k views

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 (...
dudenr33's user avatar
  • 101
1 vote
1 answer
44 views

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 ...
rur2641's user avatar
  • 291
10 votes
1 answer
46k views

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 ...
Jacob's user avatar
  • 219
0 votes
1 answer
528 views

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 ...
Robin Alvarenga's user avatar
1 vote
2 answers
2k views

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,...
Jesse Fryar's user avatar
2 votes
1 answer
383 views

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 ...
Andrew Flemming's user avatar
2 votes
1 answer
3k views

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 "\\.\...
Vladivarius's user avatar
0 votes
1 answer
6k views

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 ...
Abrar Borno's user avatar
1 vote
1 answer
87 views

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 ...
utdlegend's user avatar
0 votes
4 answers
15k views

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). ...
YaddyVirus's user avatar