File tree Expand file tree Collapse file tree 18 files changed +81
-2
lines changed Expand file tree Collapse file tree 18 files changed +81
-2
lines changed Original file line number Diff line number Diff line change 1
1
- PHDL (vhdl extension) https://sourceforge.net/p/phdl/wiki/Home/
2
2
- SKiDL (python dsl) https://github.com/devbisme/skidl
3
3
- pycircuit (python dsl) https://github.com/dvc94ch/pycircuit
4
+ - circuitlab (online) https://www.circuitlab.com/
4
5
- picsimlab https://github.com/lcgamboa/picsimlab
5
6
- netlistsvg (json netlist to svg) https://github.com/nturley/netlistsvg
6
7
- replicad https://github.com/monostable/replicad
Original file line number Diff line number Diff line change 47
47
- if power supply voltage > battery voltage
48
48
#+ATTR_ORG: :width 200
49
49
[[https://i.sstatic.net/yPLyU.png]]
50
+
50
51
** AC-DC Convertor
51
52
52
53
- to convert AC to DC, letting through only the positive voltage
Original file line number Diff line number Diff line change
1
+ - https://en.wikipedia.org/wiki/Thermistor
2
+ - a temperature variable resistor
3
+ - Types
4
+ - PTC - Positive Temperature Coeficient
5
+ - +temp +resistance
6
+ - Used by:
7
+ - self-resetting overcurrent protectors
8
+ - self-regulating heating elements
9
+ - NTC - Negative Temperature Coeficient
10
+ - +temp -resistance
11
+ - Used by:
12
+ - inrush current limitor
13
+ - temperature sensors
File renamed without changes.
Original file line number Diff line number Diff line change @@ -70,6 +70,7 @@ https://hackaday.com/2014/06/25/programmable-logic-ii-cpl/
70
70
71
71
** videos
72
72
73
+ - [ ] 20 [[https://www.youtube.com/watch?v=qoY64kw9qd8][Como leer PAL/GAL 16V8 protegidas]]
73
74
- [ ] 25 [[https://www.youtube.com/watch?v=kzqxsFFQQNo][How to use ATF22V10/GAL22V10 Programmable Logic Devices (PLDs)]]
74
75
- [ ] GAL Hand dissasembly [[https://www.youtube.com/watch?v=h_d4npbKpdY][1]] [[https://www.youtube.com/watch?v=r2sXYgxVwVg][2]]
75
76
- from binary dump to JEDEC using IC's Logic Diagram
Original file line number Diff line number Diff line change 10
10
- https://riverloopsecurity.com/blog/2020/03/hw-101-emmc/
11
11
- https://sergioprado.blog/rpmb-a-secret-place-inside-the-emmc/
12
12
- https://blog.quarkslab.com/flash-dumping-part-i.html
13
+ - https://riverloopsecurity.com/blog/2020/03/hw-101-emmc/
Original file line number Diff line number Diff line change
1
+ - 3.3mm with switch https://sudomod.com/forum/viewtopic.php?t=701
Original file line number Diff line number Diff line change
1
+ - https://en.wikipedia.org/wiki/DIN_connector
2
+ - ~1950 by Deutsches Institut für Normung
3
+ - DIN 41524: circular, used by midi
Original file line number Diff line number Diff line change 63
63
- on routers https://openwrt.org/docs/techref/hardware/port.jtag#headers
64
64
- http://jtagtest.com/pinouts/
65
65
66
+ ** mips jtag (2x7)
67
+
68
+ #+begin_src
69
+ nTRST GND
70
+ TDI GND
71
+ TDO GND
72
+ TMS GND
73
+ TCK GND
74
+ nSRST NC
75
+ DINT VREF
76
+ #+end_src
77
+
66
78
* tools
67
79
68
80
- arduino
81
+ - https://github.com/gremwell/go-jtagenum
69
82
- https://github.com/cyphunk/JTAGenum (also raspberry pi)
70
83
- https://github.com/balau/JTAGduino
71
84
- https://eeandcs.blogspot.com/2015/08/jtagxsvf-library-for-arduino.html
129
142
- pdf [[https://optivstorage.blob.core.windows.net/web/file/55e86eae3f04450d9bafcbb3a94559ca/JTAG.Whitepaper.pdf][The JTAG Interface: An Attacker's Perspective]] by OPTIV
130
143
- http://web.archive.org/web/20190404094435/https://www.gracefulsecurity.com/jtagulator-introduction/
131
144
- article https://medium.com/@aliaksandr.kavalchuk/diving-into-jtag-protocol-part-1-overview-fbdc428d3a16
145
+ - 21 article
146
+ - https://riverloopsecurity.com/blog/2021/05/hw-101-jtag/
147
+ - https://riverloopsecurity.com/blog/2021/05/hw-101-jtag-part2/
148
+ - https://riverloopsecurity.com/blog/2021/07/hw-101-jtag-part3/
132
149
- 19 article https://mcuoneclipse.com/2019/10/20/jtag-debugging-the-esp32-with-ft2232-and-openocd/
133
150
- 20 article https://hackaday.com/2020/04/08/a-hackers-guide-to-jtag/
134
151
- 22 article https://www.actuatedrobots.com/debugging-with-jtag/
Original file line number Diff line number Diff line change 44
44
| 2 | ↓ | high |
45
45
| 3 | ↑ | high |
46
46
|---+---+------|
47
+
48
+ * articles
49
+ - https://riverloopsecurity.com/blog/2020/02/hw-101-spi/
You can’t perform that action at this time.
0 commit comments