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

learn more… | top users | synonyms

0
votes
1answer
49 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
3answers
254 views

Communication between Raspberry PI (Windows IOT) and Arduino with ESP8266

I'm currently working on a Home Automation project where I have a Raspberry Pi on Windows IoT which communicates with multiple arduinos running on FreeRTOS (I need multi-tasking). At the moment the ...
-1
votes
1answer
23 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
0answers
68 views

Trying to integrate Arduino development with CLion, receive a CMake error

I hate to be the one posting a stack trace without any clue on why it occurred, but that is my case now (unfortunately). This question seems to have the same problem, yet it does not have an answer. ...
-1
votes
1answer
47 views

Can we write text file to SD card that can also be read in windows?

I tried to use Arduino SD Library, I was able to run Datalogger and Dumpfile sample application to verify that the bits and bytes are written perfectly in the SD card. When I tried to read from ...
3
votes
1answer
92 views

Identify connected PC per Arduino

Question: Is there a way to collect any data (e.g. MAC addresses, installed devices, driver versions, etc.) from a PC by simply connecting an Arduino via USB to it, so that this PC can be clearly ...
0
votes
1answer
273 views

IDE will not open in Windows 10

I have loaded the Arduino IDE on Windows 10 32-bit on a 64-bit machine. This is my kids' laptop so they don't have admin privileges but, I installed it with admin privileges. I have restarted the ...
0
votes
1answer
311 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). ...
1
vote
2answers
432 views

Arduino Nano Update failure - avrdude: stk500_recv(): programmer is not responding

Before I tear all my hair and teeth out, can anyone please help. I have tried googling an answer and have not found anything. My Setup: Win7 64bit Arduino 1.6.9 IDE freshly reinstalled COM14 port ...
0
votes
1answer
67 views

Does serial communication between PC and Arduino has to be in a loop?

I am trying to send a few variables from my python script to my Arduino. I am using pySerial. I am able to send the variables to the Arduino, but my Arduino sketch runs only for a second and then ...
1
vote
0answers
77 views

Cannot connect device with nRF8001 Bluetooth LE to Windows 10 PC

I've built a device using an IMUduino board, which is supposed to be similar to Arduino Leonardo board with a nRF8001 bluetooth. I was able to connect my device to an Android phone using the nRF UART ...
0
votes
2answers
2k views

press windows key using keyboard.press();

Is it possible to allow an arduino Leonardo to simulate pressing the windows key using the keyboard.press(......); command? If so, what is the required value?
0
votes
2answers
1k views

Arduino Nano - Unknown USB device

I just bought an Arduino Nano v3.0 (compatible? +- 5$) and I cannot connect it to my computer (Windows 8.1 64bit, Arduino IDE 1.6.8 installed). The Arduino was bought as a clone but shows GRAVITECH....
0
votes
2answers
260 views

Arduino Pro Micro troubles

I recently bought a brand new Arduino pro micro from Amazon, I set it up according to the instructions on sparkfun, except that when I plug it in, Windows doesn't even show that it tried to install ...
1
vote
1answer
720 views

Java + JSSC + Arduino + Windows

I want to know the basics of Arduino serial communications and connection with a Java application in Windows. Can anybody provide me with a sample Java program that upon running just makes an Arduino ...
0
votes
2answers
88 views

How can I easily see which COM port is used by Arduino?

I'm rather disappointed because I just bought arduino and I am unable to upload any projects. The error I get is: avrdude: ser_open(): can't open device "\\.\COM3": Časový limit semaforu vypršel. ...
1
vote
0answers
40 views

How to test Arduino behaviour on Windows? [duplicate]

Hello fellow Arduino enthusiasts, I created an Arduino project for a Mega2560 board in Microsoft Visual Studio. Before loading the code on the board I want to test it on my Windows desktop computer. ...
1
vote
0answers
26 views

“Update driver software” not showing. :(

I've followed tutorials installing arduino drivers for a while, but this is getting in my way: The all-important "Update driver software" button isn't showing? Can anyone explain this and how I can ...
1
vote
3answers
107 views

How do I install Arduino drivers?

I need to install my Arduino drivers, but Windows 8.1 doesn't seem to like Arduino, and it greys out the update driver button. Therefore I can't select the drivers from the drivers folder in my ...
0
votes
1answer
126 views

Problems with Windows 8.1 install of Arduino IDE

I have replaced my Arduino, thinking it would solve the problem, but I still get it. Whenever I try to upload code, I get the error messages programmer is not responding and not in sync. Then I heard ...