Most recent activity
-
I found a old post(http://forum.espruino.com/conversations/325589/) with code to use the Pico as a gamepad using its HID functionality and as I'm looking to build some stuff for Sim racing where it would be excelent to be able to simulate a joystick/gamepad I tried to get it to work but with no success.
If anyone can point me in a good directions or have ideas on how to integrate hardware divices in a analog way to games, I would be happy.
-
-
-
- 4 comments
- 2,869 views
-
-
I'm trying to setup a websocket server on a ESP8266.
I have wifi connection, http requests work, WS connection looks okay (right headers and chrome send the first frame).
The problem I have is that it do not look like the event for "websocket" is triggered i.e. i dont ge the ws object and no data.
I have looked at different examples on the net, but cant figure out what I do wrong so any suggestions are welcome.
I got both mouse and keyboard to work not gamepad when I tried with the code you suggested.
But will have another try and se of I can figure out what is wrong.