https://github.com/attify/attify-badge
Attify Badge GUI tool to interact over UART, SPI, JTAG, GPIO etc.
https://github.com/attify/attify-badge
embedded hacking-tool hardware i2c iot security spi uart
Last synced: 5 months ago
JSON representation
Attify Badge GUI tool to interact over UART, SPI, JTAG, GPIO etc.
- Host: GitHub
- URL: https://github.com/attify/attify-badge
- Owner: attify
- License: mit
- Created: 2016-12-28T21:10:46.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2021-02-22T15:51:06.000Z (almost 5 years ago)
- Last Synced: 2025-04-19T20:47:16.402Z (10 months ago)
- Topics: embedded, hacking-tool, hardware, i2c, iot, security, spi, uart
- Language: Python
- Size: 305 KB
- Stars: 69
- Watchers: 8
- Forks: 22
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
This project is not being maintained anymore. The new tool is located here.
# NEW URL : https://github.com/attify/attify-badge-tool
# attify-badge
Attify Badge GUI tool to interact over UART, SPI, JTAG, GPIO etc.
### Modules
- UART
- GPIO
- SPI
- I2C
- JTAG
### Install
- chmod +x install.sh
- ./install.sh
### Running the application
- From the project directory run `python main.py'
make sure the `python` reffers to python 2.7 and not python 3.5
### Trouble Shooting
- In case the installer shows errors, try installing it manually.
- If that doesn't work register an issue on github and we will get back to you
ASAP.