2,209 questions
0
votes
1
answer
3k
views
Writing to Mifare Ultralight C with PN532 library for Arduino Uno
I use the sample code to read from MIFARE Ultralight and write to MIFARE Classic, with the definition in .h file:
#define PN532_RESPONSE_INDATAEXCHANGE (0x41)
#define MIFARE_CMD_WRITE ...
1
vote
0
answers
146
views
Can't Send data to arduino using java
I have been trying to send just a character to arduino using java gnu.io library.It can read data from the serial port sent by the arduino but cant send data to the serial port.Here is my code where I ...
0
votes
1
answer
689
views
MCU/Arduino RESET
I have below setup. I found that My arduino Getting restarted again. I have Arduino board , lCD Display, SENSOR. The Sensor and LCD Display SHARE common ground and 5v supply from 7805 IC and Arduino ...
0
votes
0
answers
210
views
arduino uno behaves differently than duemilanove?
I've got a project that runs great on my Duemilanove - I can compile it for 'production' where it runs with no Serial comms, and it does some tweeting. I can compile it for simple Serial messaging and ...
1
vote
3
answers
13k
views
Arduino com port keeps getting busy
I have got an Arduino Uno R3 on which I have an accelerometer that I'm playing a bit with. This setup has worked for quite a while now, everything working from uploading to checking the serial output.
...
0
votes
0
answers
573
views
Stepper motor with mp3 shield Arduino
For a college project I want to make a stepper motor combined with a mp3shield.
It is al working fine, but when I put them in the same code, is it acting really weird and my stepper motor starts ...
0
votes
2
answers
1k
views
In Need of Assistance setting up coding for 4 servos, and 2 joysticks, and where do I connect the SEL connection of the joystick
Tony here, and I am a totally new person to the whole arduino world.
First my project, my equipment, why I decided to use arduino, what I am attempting to do, and the code I am using.
My project is ...
5
votes
4
answers
33k
views
Arduino doesn't get recognized
I'm not certain this is the right place to ask, but I've seen other Arduino threads on stackoverflow, so I just assume it's ok.
My arduino uno-compatible board is not getting recognized. I tried it ...
3
votes
1
answer
1k
views
Arduino Uno Upload Fails
I have received an arduino uno and some code for it as part of a project I am working on. I have never worked with them before so this is a completely new experience for me.
I am using the Arduino ...