Skip to content

Commit

Permalink
Use reset button as button input
Browse files Browse the repository at this point in the history
  • Loading branch information
snopf committed Feb 6, 2020
1 parent 9e439c4 commit 4c359d3
Show file tree
Hide file tree
Showing 21 changed files with 1,878 additions and 2,095 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -219,7 +219,7 @@ All fields are UTF-8 encoded strings, including *password_iteration*, without an
If the *password_iteration* field is 0 it will be omitted.

## Hardware
You can find a KiCad project for snopf in the schematic subfolder and also a PDF of the current schematic [here](https://github.com/snopf/snopf/blob/master/readme/schematic.pdf). The KiCad project also includes a PCB layout for a SMD version.
You can find a KiCad project for snopf in the `hardware` subfolder and also a PDF of the current schematic [here](https://github.com/snopf/snopf/blob/master/readme/schematic.pdf). The KiCad project also includes a PCB layout for a SMD version.

Bill of materials for the SMD version:
* ATTINY85-20SU SO(1)
Expand Down Expand Up @@ -316,7 +316,6 @@ The Android App is located at `src/host/android` as an project for `androidstudi
line tool)
* More user friendly secret setting like dice rolls or the like
* Write a startup script to use snopf for logging in into your computer
* Simplify schematic by using the reset pin as I/O and use different, more standard component
* Acquire a open source USB product ID
* encrypt / decrypt account table with master passphrase
* Share account table between devices
Expand All @@ -331,4 +330,4 @@ You are free to use it and copy it but it comes **without any guarantees**.
* snopf makes use of the excellent [V-USB driver](https://www.obdev.at/products/vusb/index.html)

## License
All code and schematics are licensed under GNU General Public License (GPL) Version 2, see file License.txt.
All code and schematics / hardware layouts are licensed under GNU General Public License (GPL) Version 2, see file License.txt.
File renamed without changes.
File renamed without changes.
1,197 changes: 1,197 additions & 0 deletions hardware/snopf.kicad_pcb

Large diffs are not rendered by default.

12 changes: 11 additions & 1 deletion schematic/snopf.pro → hardware/snopf.pro
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
update=Mi 16 Jan 2019 15:16:42 CET
update=Fr 31 Jan 2020 10:41:57 CET
version=1
last_client=kicad
[general]
Expand Down Expand Up @@ -30,3 +30,13 @@ NetIExt=net
[eeschema]
version=1
LibDir=
[schematic_editor]
version=1
PageLayoutDescrFile=
PlotDirectoryName=
SubpartIdSeparator=0
SubpartFirstId=65
NetFmtName=
SpiceAjustPassiveValues=0
LabSize=50
ERC_TestSimilarLabels=1
Loading

0 comments on commit 4c359d3

Please sign in to comment.