You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+11-10Lines changed: 11 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,30 +18,31 @@ The RAVA device's main characteristics are:
18
18
- Accessibility: As a discrete circuit employing low-cost IC components and SMD resistors and capacitors of size 0805. Ensuring that the device remains affordable and can be assembled by users through manual soldering of the components to the printed circuit board.
19
19
20
20
21
-
## Schematics
22
-
23
-
The v1.0 implementation is presented as a discrete circuit with an ATmega32U4 microcontroller and a USB interface, achieving an unbiased throughput of 136.0 Kbits/s.
For a comprehensive overview, encompassing an in-depth exploration of the noise source, a stochastic model, and statistical tests, please consult the article
The v1.0 implementation is presented as a discrete circuit with an ATmega32U4 microcontroller and a USB interface, achieving an unbiased throughput of 136.0 Kbits/s.
The physical phenomenon associated with the RAVA circuit’s entropy is the avalanche breakdown of reverse-biased diodes and the time unpredictability of those events.
A 25.5V voltage is applied to two reverse-biased 24V Zener diodes.
42
-
Next, the noise voltages are buffered using operational amplifiers (OA1, OA3).
42
+
A 25.5V voltage is applied to two reverse-biased 24V Zener diodes, inducing avalanche breakdown.
43
+
Next, the noise voltages are buffered using operational amplifiers (OA1, OA3). The purpose of the buffering stage is to prevent distortions that could be introduced in the subsequent steps.
43
44
The noise voltages are then DC decoupled and raised to a common level of 2.5V using unity-gain operational amplifiers (OA2, OA4).
44
-
These operations result in the *avalanche noise* channels V_A1 and V_A2.
45
+
These operations result in the *avalanche noise* channels V_A1 and V_A2 containing the original noise voltages, which have been inverted and raised to the 2.5V DC level.
45
46
46
47
Finally, the analog channels V_A1 and V_A2 are connected to a comparator IC, which produces a digital output V_CMP representing which Zener produces the largest avalanche noise at a given time.
47
48
The V_CMP output, referred to as *differential noise*, consists of a sequence of pulses with varying lengths and unknown rising edge times.
0 commit comments