EmbDev.net

Forum: FPGA, VHDL & Verilog CONNECT FPGA TO LOGITECH F710


von Luis Quiroga (Guest)


Rate this post
useful
not useful
Hi, firstly sorry about my english.

well, I have a school project, and we are working in a robotic arm, but 
we decide to move the robotic arm by using the LOGITECH F710, so someone 
know about a software that can read the signals that the LOGITECH F710 
send?

The programatic of the robotic arm is based in VHDL, the robotic arm 
will be connected to an FPGA (NEXYS 4), but I have no idea, after we 
program all the movements of the robotic arm, how do we move the robotic 
arm with the LOGITECH F710

hope someone can help me

and Thanks!

von Lothar M. (Company: Titel) (lkmiller) (Moderator)


Rate this post
useful
not useful
Luis Quiroga wrote:
> hope someone can help me
I would say, this project is VERY FAR above something a beginner can 
cope up with, if you must interface the (whatever) "robotic arm" to the 
FPGA and on the other side the USB-port an protocol of the wireless 
gamepad.

> so someone know about a software that can read the signals that the
> LOGITECH F710 send?
What kind of software? A "VHDL-software"?
Then you are far away from the target, because VHDL is not a Programming 
Language but a Description Language. Otherwise it would read "VH-P-L".
With VHDL you describe a hardware. To be able to describe something 
you must have a picture of it. At least in mind.

As  already said: first you must implement an USB host interface and 
then add an USB HID Controller over it. Finally you must interpret the 
signals from the keys and give according signals to the robotic arm.

For the first of this steps you will need in-deep knowledge of USB. And 
for the second also. Some engineers work for years on that.

Luis Quiroga wrote:
> but we decide to move the robotic arm by using the LOGITECH F710
Who forced that decision?
It would be much, much easier, if you use a wirebound controller...

von Lattice User (Guest)


Rate this post
useful
not useful
Lothar M. wrote:
>
> As  already said: first you must implement an USB host interface and
> then add an USB HID Controller over it. Finally you must interpret the
> signals from the keys and give according signals to the robotic arm.
>

Actually the Nexsys 4 has an USB Host Controller based on a PIC24 µC. 
This
is connected via a PS/2 style Interface to the FPGA.

@Luis
To Support more than simple HID (Keyboard,Mouse) problaby the Firmware 
of the PIC24 needs to extendet. Ask Digilent if ths is possible.

Please log in before posting. Registration is free and takes only a minute.
Existing account
Do you have a Google/GoogleMail account? No registration required!
Log in with Google account
No account? Register here.