Replies: 2 comments 4 replies
-
How many pins this joystick and buttons use ? |
Beta Was this translation helpful? Give feedback.
-
Hello. The Joystick Shield has the following pins (The pins refers to Arduino UNO): Potentiometers (analog varing from 0 to 5V) Buttons (digital) My first idea would be connecting this shield directlly to NodeMCU ESP8266, however NodeMCU has a sole analog input, then it cannont read both Rx and Ry. So, the following approuch would be using an Arduino UNO to read the pins states and convert this to serial data, sourcing the pins states to NodeMCU. Here is a proposal: |
Beta Was this translation helpful? Give feedback.
-
Hello Everyone.
I would like to suggest to implement in the ESP3D code a new feature to make possible to connect a joystick shield directlly to the ESP8266 pins.
Joystick Shield expansion board for Arduino:
https://www.amazon.com/Magic-shell-Joystick-Expansion-Keyboard/dp/B07QQXWBCF
With that functionallity, one could move the axis independently by the moviments on the joystick and also one bottom could be assigned to homing command (G28) and another one to bed leveling command (G29).
Regards,
Surrizu.
Beta Was this translation helpful? Give feedback.
All reactions