Skip to main content

Questions tagged [arduino-micro]

A microcontroller board based on the ATmega32u4 with built-in USB communication.

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

I'm sorry to ask this, as it has been asked many times, but I can't get the Arduino micro board to recognize my LCD screens. I've tried using two different LCD screens and two different Arduino micros....
Bilal Bahadır Akbulut's user avatar
2 votes
1 answer
180 views

I am building a HID (mouse) using Arduino Micro. I want the mouse to communicate with the PC wirelessly. I am wondering which Bluetooth module works for me either HC-05,06 or any other?
Abubakar's user avatar
1 vote
1 answer
366 views

I am using an arduino Micro to generate 8 square waves on 8 pins. The idea is as follows: on pin 13 is the main square wave. It represents a certain BPM (beats per minute). The other 7 pins should ...
Janw's user avatar
  • 294
1 vote
1 answer
3k views

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&...
programandoconro's user avatar
0 votes
1 answer
428 views

Pretty much as the question states, I'm wondering if it's possible to connect (this: https://www.waveshare.com/7.5inch-HD-e-Paper-HAT.htm ) 7.5" e-paper display that has raspberry pi HAT and an ...
Dominik Gurvic's user avatar
1 vote
1 answer
3k views

When I examine the datasheet for the Arduino Micro (couldn't find the Pro Micro on their site, btw) then I see some data pins annotated with a ~ character, and some are not. For instance, D9 has a ~ ...
Bram's user avatar
  • 219
1 vote
1 answer
227 views

UPDATE: I believe I have mostly solved the power issues, but now have USB connectivity issues described in EDIT 3 at the bottom. I designed and printed a PCB for my MIDI controller project with a ...
Stuart's user avatar
  • 63
1 vote
2 answers
16k views

Around 4 days ago my Arduino Pro Micro arrived. I've been messing around with it, using it to run keyboard commands on a computer. Just recently, whenever I plug it in to the computer it isn't ...
Louis's user avatar
  • 11
1 vote
0 answers
41 views

I have made a USB game controller using the Arduino Micro and Omron microswitches (VX-01-1A3) for the buttons. The switch is wired with one end connected to a digital pin and the other end connected ...
gon weigang's user avatar
3 votes
2 answers
615 views

I'm trying to power an arduino and a few modules (RF receiver, two servos, and a laser diode) through one power supply. I get jittery/unresponsive servos when hooked up in the following configuration: ...
mirrorcoloured's user avatar
0 votes
1 answer
288 views

I am a NOOB! Trying to use the ZS-042 RTC module to retrieve the current time and send it back to the RPi over I2C. I can call the function and spool it to Serial but when I try to call the function ...
Brian's user avatar
  • 9
3 votes
2 answers
3k views

I need to generate en (extended) NEC signal. I have connected an Arduino with a display-device via an IR cable. Arduino --> IR-cable --> IR-input of display device IR-cable: One plug is cutted ...
user_1559454's user avatar
1 vote
1 answer
2k views

I have an Arduino Pro Micro running code that uses the Arduino joystick library to act as a gamepad. I'm just doing testing right now so there's a single button wired up and configured in the code. ...
Orion DeYoe's user avatar
0 votes
1 answer
1k views

disclaimer I am new at hardware/circuits I am currently trying to connect two MPU-6050 to a single Micro board. In addition, there are 5 additional buttons to be connected. I am under the impression ...
Jae Yang's user avatar
  • 101
-1 votes
1 answer
1k views

My progress so far: #include <SoftwareSerial.h> SoftwareSerial ttySerial(10, 11); // RX, TX byte buffer; void setup() { // Open serial communications and wait for port to open: Serial....
Sterling Butters's user avatar
2 votes
2 answers
6k views

I can't access my Arduino Micro's USB programming port when it's in my project. I want to reroute the RX and TX pins outside to a serial-to-usb adapter. I have this on hand from a while ago. I found ...
Alex's user avatar
  • 153
0 votes
1 answer
786 views

I want to build a gamepad HID using the Arduino Micro, and intend to use Nico’s HID library for that. But I would like to send some config info from the PC to the Arduino HID as well. Can you have a ...
Bram's user avatar
  • 219
0 votes
1 answer
1k views

I would like to use a STM32F105xx to build my own computer keyboard. That MCU has support to USB OTG (FS). So, I have 2 questions: Can I flash microcontroller with usb or I need a external programer? ...
Amparo's user avatar
  • 103
1 vote
1 answer
447 views

I need to send gyroscope values and a voice command flag and counter with a start and end marker through serial in the format <2,4,5,6> through Arduino Software serial using the HC05 Bluetooth ...
Nahian Rifaat's user avatar
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
2 answers
1k views

I have been trying to achieve this for a long time using the ITD method and have gone through various articles on the net. I want to know if its possible to actually achieve sound localization using ...
geek101's user avatar
  • 111
0 votes
2 answers
191 views

Is this battery: Polymer Lithium-ion Battery Model Number: PGEB014461 https://www.powerstream.com/p/PGEB014461.pdf Producing enough energy to power the following Arduino-micro project: ...
OakDEV's user avatar
  • 119
1 vote
1 answer
781 views

When sampling from A0 with a 0-5V signal on an arduino micro with the code below I get some negative values. int sensor = 0; sensor = abs(analogRead(A0) - 512); Values: 77 25 -74 -58 46 113 -74 102 -...
Aaron Ciuffo's user avatar
1 vote
1 answer
1k views

I'm looking for a way to get lots of sensory data from my Arduino Micro to a PHP script. My current attempt is using the following AT-commands: Sent: [AT+HTTPPARA=URL,www.example.com/newData.php?data=...
Cowboy_Patrick's user avatar
1 vote
1 answer
494 views

I want to Read external signal with the microcontroller. But the problem is that ADC does not work because the signal GND and the microcontroller are not Common, My question is, have you ...
navid's user avatar
  • 35