I´ve to develop an app in Android, that must be able to read data that comes from a FPGA board, now some questions come into my mind:
As far as I´ve read about usb connectivity and usb accessory and usb host, it looks lihe I need to attack this problem with USB Host, cause im pretty sure the fpga board is not designed to work with android. But I dont know if I need "aditional tools" to acomplish this job. For example, I have the micro usb cable that comes with android, obviously, the idea is to connect the usb extreme to the FPGA and the microusb extreme to the phone, then send data from the fpga and read it in the phone. Is this enough or I need another type of adapter? Also, do I need to install some software in my phone to do the job? And from the programming point of view... the API of the USB Host is all that I need?
Also, my knowledge in electronics is neraly zero, I dont know if I have to ask the person who is programming the FPGA some data about that board so I can develop this.
Finally, the person who is programming the FPGA is not finished yet, and I dont see him very often. Is there a way I can test my proyect with a PC software, which can be able to send data via usb?
Tanx for your time.