Skip to content

unixb0y/chipfail-glitcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Chip.Fail

Please visit our website for details and bare with us while we get our documentation under way.

Install:

virtualenv -p python venv
source venv/bin/activate
pip install -r jupyter/requirements.txt

Run Jupyter:

jupyter-lab jupyter/chipfail-glitcher.ipynb

Pinout:

GPIO 46 = Trigger In
GPIO 47 = Power Out
GPIO 48 = Glitch Out

Commands:

Toggle LED         = b"A" = 65 = 0x41
Power Cycle        = b"B" = 66 = 0x42
Set Pulse Width    = b"C" = 67 = 0x43
Set Delay          = b"D" = 68 = 0x44
Set Power Pulse    = b"E" = 69 = 0x45
Glitch             = b"F" = 70 = 0x46
Read GPIO 0-7      = b"G" = 71 = 0x47
Enable power cycle = b"H" = 72 = 0x48
Get state          = b"I" = 73 = 0x49

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • SystemVerilog 62.1%
  • Verilog 19.9%
  • Tcl 8.5%
  • Jupyter Notebook 3.9%
  • VHDL 3.8%
  • Assembly 1.7%
  • Shell 0.1%