Node for communicating with DUALSHOCK4 in Node-RED
This is a Node-RED node for communicating with DUALSHOCK 4.
Here is the movie. Click and start playing.
This node has some of the same mechanisms as the python-venv node.
https://github.com/404background/node-red-contrib-python-venv
This node creates a Python virtual environment, installs packages, and executes Python code.
Therefore, Python must be installed in advance.
This node uses the pygame package.
https://github.com/pygame/pygame
Both nodes start processing when they receive input and exit when msg.kill
is true.
You can also set the cycle for getting the controller's value.
This node has only one output.
This node outputs only the input of the controller selected at this node.
This node outputs the controller's input values through 22 output pins.
Hover the mouse to see the type of input.
Communicate with DUALSHOCK 4 in Python (Node-RED):
https://404background.com/program/python-dualshock-4/
Developing Nodes for Node-RED Part 4 (dualshock4 node):
https://404background.com/program/node-red-dualshock4/
Using XIAO ESP32C3 Part 6 (Communication with DUALSHOCK 4, Node-RED):
https://404background.com/program/esp32c3-6/