Skip to content

Kau-25/CircuitFryers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 

Repository files navigation

CircuitFryers

We used the Arduino IDE to create sensor_input.ino, which takes in sensor data via the ESP32 and sends it over the Serial line via USB. The Arduino file utilizes the FastIMU.h library to recieve data from the gyroscope, and the Wire library.

The python file code recieves this data, and translates it into mouse movement/clicks/scrolling. The python code utilizes the pyautogui library to control mouse output, the serial library to receive data, the time library for input buffers, and the keyboard library to take in the pause button 'p' input (to freeze mouse movement).

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors