Skip to content

Linux SBC featuring two wifi radios, masquerading as a USB charger.

License

Notifications You must be signed in to change notification settings

BettyNutz/wifiwart

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wifiwart

The WiFiWart is an open source WiFi penetration device masquerading as a regular wall charger. It features a 1.2Ghz Cortex A7 MPU with two WiFi chips onboard. The electrical, mechanical and software is all completely open source. The elec is design in Kicad, hardware in FreeCAD and software will be all GNU/Linux based. Eventually there will be three PCBs in this repository. Rather than placing redundant information in this file, I would encourage readers to check out the blog series listed below for a very in depth walk through.

Repository Structure.

.
|-- electronics
|   |-- app_notes
|   |-- datasheets             # Datasheets of the parts used
|   |-- nff_comp_pcb           # "Non-Form-Factor" build
|   |   |-- generate_bom.py    # This is used to generate the bom
|   |   |-- gpio.sch
|   |   |-- hardware-cache.lib
|   |   |-- hardware.kicad_pcb
|   |   |-- hardware.pro
|   |   |-- hardware.sch
|   |   |-- R0.1                # First Revision Build files
|   |   |-- Renders             # Pics of the board
|   |   |-- replace.sh          # Don't run this
|   |   |-- step             
|   |   |-- sym-lib-table
|   |   `-- ti
|   `-- scripts
|       |-- crystal_caps.m
|       |-- psu_current.m
|       `-- psu_resistor.m
|-- LICENSE
|-- mech                         # Mechanical Design
|   |-- case.FCStd
|   |-- lid.FCStd
|   |-- prong.FCStd
|   `-- refs
|-- notes
|-- plan
|   |-- gantt.tex
|   |-- Makefile
|   `-- notes
`-- readme.md

FF Board information

60mm x 37mm

About

Linux SBC featuring two wifi radios, masquerading as a USB charger.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 74.8%
  • Shell 13.9%
  • MATLAB 11.3%