Hi everybody. i want to create an arduino due host using USBHost library, Attach arduino uno controller to USB. to do the data transfer, ... is this possible?
I want to implement the communication process between 2 arduino with each other as shown. with Arduino Due, I want to create it as server using USBHost library, arduino uno as client. The client (arduino uno ) is connected to the USB port (Native USB Port) of the Arduino Due. can you help me?
for example from Arduino Due(Host) I send "on" then Arduino Uno (Client) led (13) will light 500ms. and then the Arduino Uno will send the same back to the Arduino Due(Host).
i use USBHost library which uses KEYBOARD() or MOUSE , instead of using I use KEYBOARD() or MOUSE , now I want to use UNO to make communication between them .