[W600] Making W600 act as a USB mouse

Discussion and questions about boards that can run MicroPython but don't have a dedicated forum.
Target audience: Everyone interested in running MicroPython on other hardware.
Post Reply
svil
Posts: 2
Joined: Wed Feb 24, 2021 8:27 am

[W600] Making W600 act as a USB mouse

Post by svil » Wed Feb 24, 2021 8:34 am

Is it possible to use W600 as a mouse to run program just like pyboard : https://docs.micropython.org/en/latest/ ... hlight=usb# ? I flashed W600 firmware according to this : https://www.wemos.cc/en/latest/tutorial ... _w600.html and it doesn't support pyb library.

Thanks everyone !

User avatar
Roberthh
Posts: 3667
Joined: Sat May 09, 2015 4:13 pm
Location: Rhineland, Europe

Re: [W600] Making W600 act as a USB mouse

Post by Roberthh » Wed Feb 24, 2021 1:04 pm

The pyb library is only available on the PyBoard. Besides that, you cannot use the W600 in host mode, because the MCU itself has no USB interface. It uses a UART for communication, and boards from Wemos or Thingsturn have a USB/UART bridge chip doe the USB connection.

svil
Posts: 2
Joined: Wed Feb 24, 2021 8:27 am

Re: [W600] Making W600 act as a USB mouse

Post by svil » Thu Feb 25, 2021 1:47 am

Thank you !!

Post Reply