1
vote
1answer
47 views

USB interface to bluetooth interface for digital scale

I've got a situation where I need to communicate wirelessly between a bluetooth-enabled Android device and a digital scale which can be accessed digitally via USB. While normally I would be happy to ...
0
votes
2answers
71 views

Arduino Clone is not talking to my Mac

When I plugin my Osepp Uno (off-brand of Arduino Uno), the LED flickers a bunch, then the RX and TX lights do the same. But when I ls /dev/ | grep -i usb I get ...
0
votes
1answer
18 views

Are there any DIP alternatives to the FT232R?

I'm currently using an Arduino on a breadboard, interfacing with it via a FT232R chip mounted on a breakout board. For my final design I'd ideally like to use all thru-hole components for ease of ...
1
vote
2answers
60 views

Can the Arduino Leonardo act as a keyboard, mouse, and serial port at the same time?

I am doing a project that requires me to control both a mouse/keyboard combination and a serial port to activate it. (I know, it can prevent me from using my computer, etc. but I have precautions ...
1
vote
1answer
8 views

Is it possible to use a non-Leonardo board to act as a keyboard or other device?

I have been seeing lots of reports about the brand new Leonardo and it's capabilities, cheapness, and most popular, it's USB features. However, I look down at the ol' Arduino Uno and sigh. I don't ...
5
votes
2answers
29 views

How do I use a USB OTG cable to read a USB thumbdrive on Arduino Uno?

Is is possible to use a USB OTG (On-The-Go) cable hooked to the Arduino Uno's (or similar) USB connector to read a thumb drive or other device? If it is possible, what software would be needed?
3
votes
1answer
9 views

Can I use a serial module with a barebones Arduino?

I have recently bought a couple Bluetooth modules that connect to the Arduino via TTL/USB/UART (you use Serial(); to communicate with it). I don't know if the ...
6
votes
1answer
15 views

What are the advantages of having USB part of the microcontroller (as the Leonardo does)?

The new(ish) Arduino Leonardo has an ATmega32u4 microcontroller which is different from the ...
0
votes
0answers
76 views

v-usb HID button press and release

I'm trying to use v-usb on an AVR to mimic a HID keyboard and I found how to send keys and how to release ALL of them, by calling usbSetInterrupt() with 0 for the key value, but is there a way to ...
0
votes
1answer
121 views

Arduino MEGA ADK: read data from usb(not serial)

I'm new on this field and I've spent my last 3 days searching for a way to read some data from a usb device(http://www.willow.co.uk/TelosB_Datasheet.pdf). It sends packets of 12 octest and all I want ...
0
votes
1answer
183 views

Arduino printer emulation

I'm working on a project in which an arduino should emulate a thermal printer. I'm currently using an Arduino UNO R3 board with ATmega16U2 controller to handle the communication between USB and the ...
2
votes
3answers
310 views

arduino and bluethooth usb dongle

Is it posible to use a mini USB bluetooth dongle like this one (image) in order to improve my arduino UNO so it can comunicate with other bluetooth devices? If it is, how can I do that?
1
vote
2answers
190 views

Motors controlling Arduino usb question

simulate this circuit – Schematic created using CircuitLab I made a RC car with an Arduino board, using an H-bridge to operate the motors. I connect them through a capacitor and a diode ...
1
vote
1answer
124 views

Arduino board not detected when connected via USB

I have an Arduino clone called the InduinoX. It works with my mother's laptops and I can program it, but in my other laptop it goes undetected. It's last uploaded program works when connected ...
2
votes
3answers
1k views

Communication between a USB/serial device and an AVR (atmega/Arduino) microcontroller

I have a device which provides a USB port. If I attach it to a Windows PC it is recognized as a "CP2103 USB to UART Bridge Controller". According to the device documentation, it should communicate in ...
0
votes
2answers
207 views

HID descriptor to use for a Playstation 2 controller

I'm currently making a Playstaion 2 controller to USB converter using an Arduino Uno, and it's going along very well, but I'm stuck on a specific problem. I'm trying to support the pressure sensitive ...
2
votes
2answers
131 views

creating an electronic scale with Linux

I have no skills with electronics, but I can code. Which kind of hardware I can use to create an electronic scale that runs with Linux? Will Arduino fit this task? Where can I find the sensor to keep ...
-1
votes
2answers
166 views

Connecting an USB disk to a LilyPad Arduino [closed]

I'm trying to connect a small USB disk or a microSD card to a LilyPad Arduino project, but I cannot find the shields to do that. Do they exist and if so, would be possible to be done? I have found ...
0
votes
2answers
341 views

V-USB with ATtiny2313 to communicate with Android

How would one interface a ATtiny2313 with usb to communicate with a android device? I know it involves using V-USB, but how does the circuitry work? Am I supposed to connect certain pins on the ...
2
votes
1answer
2k views

How to connect together: Raspberry, Arduino, PC PSU, Usb Hub, Usb Hdd - without issues?

A pc psu provides power for: arduino uno (via de standby 5v power + ground so it always has power) raspberry pi (via a 5v + ground connection) usb hub (via a second 5v + ground connection) ...
1
vote
1answer
143 views

Arduino USB host get raw events

For a project I'm planning, I'd like to be able to plug a USB device into an Arduino and capture the raw usb events (handshake, interrupts, etc) and reply to the device on an equally low level. I've ...
3
votes
1answer
1k views

Hello World with Arduino Leonardo

I have a Arduino Leonardo board. and i get an error : avrdude: stk500_getsync(): not in sync: resp: resp=0X54 I have ...
0
votes
1answer
1k views

How can I connect a USB Joystick to the arduino to control a Canon DSLR?

I'm starting in the Arduino world. I've been reading a lot on the subject and I have a few questions regarding a project in which I'm trying to get involve. I want to control my Canon EOS 7D with a ...
0
votes
1answer
510 views

Using a breadboard power supply along with USB to Serial chip

This is a very niche question but I'm wondering if there is a general princinal that can be applied to help answer it. Here is my prediciment. I am making an Arduino on a breadboard. For the power ...
1
vote
3answers
572 views

Programming Multiple ICs using single USBasp/SPI Bus and Arduino IDE

Hi and thanks for looking! Background After coding and designing a project with the Arduino hardware and IDE, I have been etching my own PCB with a single ATMega328 and related components for the ...
3
votes
2answers
444 views

USB to serial adapter

I am working on Arduino board for a while. One thing I do not get is why there is a chip called "USB to serial adapter" on Arduino board. Isn't USB already serial. What does it mean USB to serial? Is ...
5
votes
3answers
9k views

How can I fix an AVRdude not-in-sync error when programming Arduino via USB-to-serial cable?

I'm trying to build this Ambient lighting for PC. This worked flawlessly on my Arduino Uno. My next step was to make it using "Arduino on a breadboard". So I bought a blank ATmega328 chip and burned ...
6
votes
1answer
170 views

Redpark cable for arduino, any alternative

I'm trying to interface my Arduino and iPod. If I use my Apple USB female connector and I buy a usb2serial cable ($5), can that combination work in place of this Redpark cable ($59!!)? Redpark ...
5
votes
2answers
586 views

Sensor Polling via USB-RS485 Serial Interface stuck at 16ms, even though it should be faster

I have a setup, connecting a Razor IMU sensor board, with a RS-485 Breakout board, to a USB-RS485 Serial Interface via USB-cable into my laptop. I run a software on the laptop (Max/MSP) that sends out ...
0
votes
3answers
850 views

Arduino Mega 2560 Broken?

I have an Arduino Mega 2560 which was working just fine a few days ago. I've just been working with it and now it's not being recognised by any computer, not even as an un-recognised device. The ...
2
votes
3answers
950 views

Arduino Wireless USB Cable

I am new to both arduino and electronics. Where would I start making a wireless Aduino USB cable. Which readings or websites can I go to for more information? PLease help...:) This cable should be ...
3
votes
2answers
1k views

ATTiny85 and USB with Android?

I have developed an Android app which talks to an Arduino Mega through USB. The C code is 1.8kb and will fit on an ATTiny85 chip in order to shrink the circuit to almost nothing. The problem is... ...
2
votes
1answer
1k views

ATMega8U2 and DFU mode

I made simple board with ATMega8U2 microcontroller for my USB experimenting (I'd like to make MIDI, HID, ... devices). I took inspiration in Arduino Uno. If you look on schematic below, you can see it ...
2
votes
1answer
318 views

Can I use a roostick, which contains FTDI chip to program my arduino chip?

I bought a Roostick from here, I believe this uses the FTDI chip. Most recently I bought an Arduino parts kit to learn about the Arduino board here. One of the ways this board can be programmed is ...
2
votes
2answers
3k views

Make LUFA for Arduino UNO / atmega16u2

I have an Arduino Uno r3 board which has an atmega16u2 chip that normally contains the usb to serial firmware that allows the board to communicate with the IDE. I have been learning how to flash ...
3
votes
1answer
627 views

Emulate a USB hub with arduino

How would one go about using an arduino mega ADK to emulate a USB hub with a mouse and keyboard attached? I found oodles of information from vusb and this related project, but nothing about emulating ...
1
vote
2answers
418 views

Can I use an Arduino board as a USB encoder?

Just what the title states; given an analog signal, would an Arduino board be able to both digitize, and encode the signal in a USB frame?
1
vote
3answers
2k views

Max current for USB powered Arduino?

My plan is to use a Teensy logic output pin to switch a transistor to switch an infrared LED The LED handles up to 1A peak current. I will use it as a computerized IR remote transmitter so the duty ...
1
vote
3answers
1k views

Sensor reading is chaotic when Arduino is powered by laptop unplugged

I have a Sharp proximity sensor connected to my Arduino (analog input). This Arduino is connected and powered through USB by a laptop. When the laptop is plugged in, everything works fine (I get ...
3
votes
4answers
2k views

Reading USB Data From Arduino

Could I read USB data from the mini USB port on an Arduino board, or is that only for installing Sketches?
2
votes
4answers
2k views

Can simple microcontrollers read signals from a USB to RS232 converter connected to a USB mouse?

Trying to connect as many usb mice to my arduino and just got informed of usb to rs232 converters. Can anyone tell me if it is possible to simply connect a usb mouse to a usb to rs232 converter, ...
2
votes
1answer
377 views

using usb serial converter as VDIP? arduino

There are several documents about interfacing between Arduinos and USB flash drives. Do I have to use "VDIP1" only, or is it OK to use FTDI USB-to-serial converter? It seems both methods can use ...
2
votes
2answers
186 views

Datasheet doesn't include pinout info?

I am trying to connect arduino and usb lancard In the datasheet, there is USB transceiver interface, containing symbol, type, pin number, description (usb D+ or D- signal). However, the datasheet ...
5
votes
1answer
1k views

Arduino Duemilanove external power source with USB connected

Can Duemilanove USB interface be used for data transfer/programming when the board itself is connected to an external power source? (say, USB is not powerful enough) What are the requirements for the ...
5
votes
3answers
3k views

Control robot with Android phone

Basically we're building a simple setup with an Arduino board and some motors. The Arduino with motor shield will control several servo motors and DC motors, and possibly talk to a few sensors. This ...
8
votes
5answers
3k views

Can I use an Arduino as a USB to serial interface?

I have a BluRay player that can be programmed by accessing to a serial console, as described here. I have an Arduino (a Seeduino, actually), that has a USB interface. According to Arduino's ...
3
votes
5answers
908 views

Computer to Arduino Interface Options

I need to send 800 bytes of data from a computer to an arduino board every 20ms (approximately). I began with the serial library which works nicely but it is too slow even at its highest rate (115200 ...
9
votes
2answers
5k views

Serial newbie: why can't I just hook the wires up?

I'm trying to transmit from an ATtiny85 to a PC using Arduino-esque code over a USB-Serial converter without understanding very much of anything. I was shocked and appalled that it did not work. I ...