Skip to content

akarazeevprojects/joystick

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Quantum Keypad

[video demonstration]

All the code can be found in quantum_keypad/ folder.

Here I used Raspberry Pi Zero W.

Front side Back side
Bell State Result of two Hadamard gates

Joystick

[video demonstration 1] [video demonstration 2]

All the code can be found in mouse_controller/ folder.

Server was launched on MacBook and client was launched on Raspberry Pi 2 Model B.

Raspberry Pi was used as a controller with joystick and water sensor (it simulates the pressing of Space bar).

Action Inside the box

Additional software

Name Description
Etcher Burn Raspbian images to Raspberry Pi
slither.io Used this game to test my Joystick made with water sensor
autopy Used for controlling the mouse on my MacBook from Python script. Supports only Python 2
evdev Python package helped me a lot to read inputs from keypad and turn it into Quantum Keypad. Here one can find awesome tutorial on how to use the evdev
QISKit Quantum simulator to evaluate quantum circuits
ModelQ Inspiration