From 0a24076fd7f95a7d441456efccd3bb9294f7ca57 Mon Sep 17 00:00:00 2001 From: David Michaeli Date: Tue, 29 Jun 2021 16:08:02 +0300 Subject: [PATCH] Update README.md --- hardware/README.md | 28 ++++++++++++++++++++++++++-- 1 file changed, 26 insertions(+), 2 deletions(-) diff --git a/hardware/README.md b/hardware/README.md index daf3650..6dc21bd 100644 --- a/hardware/README.md +++ b/hardware/README.md @@ -1,5 +1,29 @@ # CaribouLite Hardware Revisions -TBD +CaribouLite board has two revisions: +1. Rev1: A prototyping revision (the red board). +2. Rev2: Production revision. + +This documentation shall cover the production revision board (rev2). + +# System Diagram + + + + + + + +
Top View
CaribouLite SDR System Diagram
+ +## Power Distribution +To simplify the board and its interfacing to the Raspberry Pi computer, all components on board operate with 3.3V. The FPGA further requires also 1.2V and 2.5V voltages. Two LDO components have been used to derive these voltages from the RPI 5V output voltage. + +The usage of LDOs provides high level of voltage isolation, low emitted noise, and design simplicity. The downside of such choise it the dissipated heat from the LDOs. This heat is controlled by providing descent heat sinking to the board through the power planes and adjucent metalic elements (i.g. connectors). + +The power distribution provides high frequency isolation of the RF components from the digital components (memory, RPI and FPGA) at frequencies lower than 10 MHz. Above 100 MHz additional isolation is provided by using ferrite beads with high impedance (>500 Ohms) at 100MHz. A set of filterring bypass capacitors have been chosen to further suppress noise generated by components on their power lines at mid-range frequencies (10 to 100 MHz) - the set contains 1nF, 100 nF and 4.7uF capacitors bypassing power and data lines effective at the said frequency ranges. + + + # License -Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License. \ No newline at end of file +Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License.