The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
1answer
120 views

How to wire a PIC32MX795 so it can be used as a Host (OTG) or device

I know that the pic32 can not do both at the same time. In device mode the pic32 should be powered by micro B usb connector and act as a HID/Serial. In host mode it should give power to a USB type A ...
3
votes
0answers
688 views

USB CDC-ACM Class Driver on STM32F4

Simply my project is to connect a Huawi USB modem to my STM32F407 Discovery board, and start using AT commands to send text SMS. so here is what I've and what I want :) I've OTG USB capability on ...
-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 ...
2
votes
1answer
1k views

Need a cheap embedded linux board that has WiFi access point and USB2.0 [closed]

I need a small embedded Linux board that has the following: On board WiFi access point USB 2.0 high-speed HOST. Under $100, preferably under $70 or around $50 Basically I need to send real-time ...
2
votes
2answers
111 views

Monitoring software for embedded application

I'm looking for a Windows application to collect data to a host PC from an embedded application (PIC microcontroller). The communication between host and embedded application is via Ethernet. It ...
2
votes
2answers
628 views

Microchip PIC24F & Android device: Which can be host device?

I work on a project where I want to connect PIC24F (Accessory Development Kit for Android www.microchip.com/android) and Samsung Galaxy S2 that I updated from android 2.3.3 to android version 2.3.4. I ...
5
votes
2answers
641 views

Dual Role USB device on AVR

Is it possible to run both USB Host and USB Device controllers on top of an AVR (ATMega64)? Specifically, what I'm looking for is to receive data from a usb keyboard, and simultaneously sending ...
2
votes
5answers
548 views

USB Host device

I am looking at creating a USB host devices to talk to a standalone printer. Basically my devices would feed out commands to the USB chip and the pritner would print it without interaction of a PC. ...