Re: How to export HID events from NuttX to Linux (or others Desktop OS) ?

2023-05-09 Thread Tomek CEDRO
On Tue, May 9, 2023 at 11:03 PM Alan C. Assis wrote: > (..) > Yes, my initial idea was Bluetooth HID, but it is more complex than > using WiFi and netstick For a fun project I would go WiFi as simpler, faster, and more versatile solution :-) BLE is kind of PITA and always problematic.. but having

Re: How to export HID events from NuttX to Linux (or others Desktop OS) ?

2023-05-09 Thread Alan C. Assis
Hi Tomek, On 5/9/23, Tomek CEDRO wrote: > On Tue, May 9, 2023 at 7:04 PM Alan C. Assis wrote: >> Hi Everyone, (sending again with right subject) >> Since many here probably faced similar challenge in the past let me ask: >> How to export HID buttons events from NuttX to Linux? > > USB HID and/or

Re: How to export HID events from NuttX to Linux (or others Desktop OS) ?

2023-05-09 Thread Tomek CEDRO
On Tue, May 9, 2023 at 7:04 PM Alan C. Assis wrote: > Hi Everyone, (sending again with right subject) > Since many here probably faced similar challenge in the past let me ask: > How to export HID buttons events from NuttX to Linux? USB HID and/or Bluetooth HID ? :-) https://www.usb.org/hid http

How to export HID events from NuttX to Linux (or others Desktop OS) ?

2023-05-09 Thread Alan C. Assis
Hi Everything, Since many here probably faced similar challenge in the past let me ask: How to export HID buttons events from NuttX to Linux? Explaining the issue: I have an ESP32 board with LCD and touchscreen and I want to create a low cost alternative to Elgato StreamDeck, but unfortunately E

How to export HID events from NuttX to Linux (or others Desktop OS) ?

2023-05-09 Thread Alan C. Assis
Hi Everyone, (sending again with right subject) Since many here probably faced similar challenge in the past let me ask: How to export HID buttons events from NuttX to Linux? Explaining the issue: I have an ESP32 board with LCD and touchscreen and I want to create a low cost alternative to Elgat