Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
126 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 ...
Vuro H's user avatar
  • 11
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 ...
Mukesh M's user avatar
0 votes
1 answer
387 views

Windows upload from command line gives Access Denied

saw somewhere that in order to upload a hex file to an arduino you can look at the Arduino IDE - see the command it runs, then replace the hex file with your file. this is the command I see in the ...
FoosMaster's user avatar
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 ...
user avatar
2 votes
1 answer
2k views

Unable to find arduino on device manager

I have just got a new Arduino robot for Christmas and I have plugged my robot into my computer and I have read the instructions from the manual that the robot was provided with and told me to go to ...
The_Indestructible_Cat's user avatar
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 ...
Ugo Mela's user avatar
1 vote
0 answers
59 views

WebClient Not Working On Shared Network

I'm working on a school project, and I use Arduino Uno to collect some data with sensors, and then send it to an online database. The Arduino is connected to the Internet via an Ethernet Shield and an ...
Hatchi Roku's user avatar
-1 votes
1 answer
190 views

Run python in Windows OS installed in micro SD card which is read by Arduino microcontroller board

I have a python code which runs in my computer with Windows operating system. The code reads some images as input, extends some cognitive services apis from Microsoft azure and finally give an audio ...
Pratyusha's user avatar
3 votes
1 answer
182 views

Project structure to build for PC and Arduino

Recently I have started developing for Arduino Uno. I have 10 years experience in software development (C#, Delphi), but not much with C/C++. Compiling the Arduino sketches seems a little slow, and ...
morcibacsi's user avatar
2 votes
1 answer
382 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 ...
Andrew Flemming's user avatar
1 vote
3 answers
1k views

Accidentally plugged in Arduino Uno before installing software, now it's not recognized by Windows 10, only powered by usb port

Just got a new Arduino Uno, accidentally plugged it in before installing the IDE and windows installed its drivers and had it under ports as a generic device on COM3 (it wasn't named Arduino Uno on ...
hsbsid's user avatar
  • 111
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 ...
Abrar Borno's user avatar
0 votes
1 answer
183 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 ...
YaddyVirus's user avatar
0 votes
3 answers
2k 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 ...
user avatar
0 votes
1 answer
2k 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 ...
user avatar