All Questions
Tagged with arduino-micro arduino-ide
9 questions
1
vote
1
answer
3k
views
avrdude: ser_open(): can't open device "/dev/ttyACM0": Permission denied Upload error:
I am using arduino-ide2.0.0-beta.7(CLI Version:0.18.3 alpha) on Manjaro Linux and I get this error when uploading sketch to my Arduino Micro:
avrdude: ser_open(): can't open device "/dev/ttyACM0&...
0
votes
1
answer
798
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 ...
2
votes
1
answer
945
views
Pro Micro recognised as Micro (win10, IDE 1.8.1)
I just got this pro-micro clone 5V and it's my first pro micro ever. After reading lots of discussions about how easy it is to brick and how it's just a smaller Leonardo, I've also found tutorials ...
-3
votes
2
answers
2k
views
Arduino micro not recognized
I have an Arduino micro for some time and everything always worked well. Today, when I was uploading a code on this board using Arduino IDE, I accidentally started the Arduino Board update and the ...
1
vote
0
answers
2k
views
Can't reset Arduino Pro Micro
I'm trying to reset an Arduino Pro Micro with a new code and it is not allowing me to. I'm using an empty sketch to upload to the pro micro but I get different error messages every time. I think the ...
4
votes
4
answers
5k
views
How to connect an Arduino Micro to MPU-6050
So I'm trying to connect my Arduino micro to the MPU-6050. I was using this tutorial:
https://diyhacking.com/arduino-mpu-6050-imu-sensor-tutorial/
This tutorial worked with my Arduino Uno but not ...
1
vote
1
answer
984
views
Unable to upload sketch after bootloader has been flashed on Arduino Micro
I have created my own custom Arduino Micro, but I am experiencing problems when I attempt to upload an sketch via USB in Arduino IDE.
Here is how I program the Arduino Micro:
avrdude -c ...
2
votes
1
answer
237
views
Unable to alter SPI speed on Arduino Micro
I am using SPI to communicate with a IMU device which is working perfectly, except the SPISpeed which is not being altered as it should:
unsigned int m_SPISpeed = 400000;
SPI.begin();
pinMode(...
1
vote
1
answer
619
views
Cannot program Arduino Micro in OSX without hard resetting the board every time
I am experiencing a problem when programming Arduino Micro in OSX Mavericks. I have tried to reproduce this problem in XCode and Arduino IDE and it is persistent. I need to make a hard-reset at the ...