HOW DOES IT WORKS?

  • python program on pc will read every key pressed and sends the data to Arduino
  • Python code will send data to Arduino using serial connection.
  • Arduino is connected with usb to pc.
  • At Arduino side we will read the serial data and on/off the solenoids accordingly.

More details & Code ► https://teenenggr.com/2020/04/27/wanted-to-feel-typing-on-typewriter/

Version 2