Page 1 of 1

video libray with ESP32

Posted: Thu Feb 06, 2020 11:02 am
by Nyckolas
Hello I would like to make a video library with an ESP32 which would be my remote control with a button and a joystick.
All connected by wifi. I manage to connect my pc and my card together but I can't send the values of my joystick and my button.

I wonder if it's possible to do it or not ?

Re: video libray with ESP32

Posted: Sat Feb 08, 2020 9:43 am
by ESP_Sprite
You need to expand a little bit on your setup. Windows/Linux/Mac? How do you send your joystick commands and why does it not work? At the moment your only question is if it's possible, and the answer to that would be 'yes', and that would probably not help you.

Re: video libray with ESP32

Posted: Mon Feb 10, 2020 9:48 am
by Nyckolas
am under Windows, I use an ESP32 card and I connect a 4 axis arcade joystick (up, down, left, right).
My goal at the beginning was to use it to create a mouse that moves as it wants with a button in a video library on another PC connected as an access point.
Then I evolved by transforming it into a simple mouse connected to bluetooth but with the same principle of joystick.
Now I'm using the BleMouse.h library except that my moves are still in a table and not moving freely.