Jason RonSep 3, 20211 min readPassword HolderIn the age of passwords the solution should not be another password. This project is an electronic device that stores your password and...
Jason RonMay 18, 20211 min readMove the controller left and right to turnThis project is using an accelerometer taped onto an Xbox controller to turn. This is inspired by people who always lean the controller...
Jason RonMay 11, 20212 min readSonar Mouse clickSo here is a fun quick project that helps you play Minecraft without clicking... just put your hand right above the sonar detector and...
Jason RonMay 6, 20212 min readTypewriter KeyboardSo here we have the typewriter keyboard. I used this to play some red dead redemption 2 to get a historical feel while playing the game....
Jason RonMar 9, 20215 min readraspberry pi bitcoin minerSo we are going to mine bitcoin with raspberry pie! Put on your hard hat and follow the steps below to get mining! Parts List: 1...
Jason RonMay 13, 20202 min readRobot BongoSo this project is simple but awesome, loved playing around and jamming via coding. In this project you use 4 servo motors to act as drum...
Jason RonMar 16, 20204 min readLED chainZSo here we have a fun flashy lights project, and easy too. Here we are using an RGB ( red green blue) LED (light emitting diode) chain to...
Jason RonFeb 2, 20192 min readClock project code and schematics#include "LedControl.h" // need the library LedControl lc=LedControl(1,2,3,1); // lc is our object // pin 1 is connected to the MAX7219...