Skip to content

Commit db1ea5b

Browse files
committed
Update of the readme
1 parent 63fdc66 commit db1ea5b

File tree

2 files changed

+26
-3
lines changed

2 files changed

+26
-3
lines changed

Readme.md

+26-3
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,17 @@
1-
# Readme
1+
# the up5k lit3rick open hardware ultrasound pulse echo board
22

33
## Presentation of the hardware
4-
NiceImage @todo --intro and doc =)
54

5+
![](/images/top.jpg)
66

7-
## Content
7+
* Lattice: up5k. Onboard RAM for 64k points saves.
8+
* Onboard flash : W25X10CLSNIG
9+
* Pulser : HV7361GA-G: adaptable to +-100V pulses. Onboard is 5V pulse.
10+
* AD8331 for gain
11+
* ADC: AD9629BCPZ-65: 12bits, reaching 64Msps here
12+
* DAC: MCP4812-E/MS for 8us gain segments
13+
14+
# Content
815

916
* [Hardware files](/hardware/). Stemming from the forkable [upverter design](https://upverter.com/design/kelu124/lit3rick/).
1017
* [Utilities to program the up5k](/program/): no FTDI, all through the RPi header, using its SPI bus to program either the board flash, or the fpga directy.
@@ -61,6 +68,22 @@ dataFFT = fpga.read_fft_through_spi()
6168

6269
![](/images/fpga_fft.png)
6370

71+
### Efficiency of enveloppe extraction and compression
72+
73+
![](/sample_acqs/lit3rick_i2s/lit3_i2s.jpg)
74+
75+
![](/sample_acqs/lit3rick_i2s/lit3_i2s_detailed.jpg)
76+
77+
# Benchmarking
78+
79+
## Benchmarking against the un0rick board
80+
81+
![](/sample_acqs/compare_maxgain_b_90V.jpg)
82+
83+
## Checking the level of noise in each board, at max gain (no transducer plugged).
84+
85+
![](/sample_acqs/compare_noise.jpg)
86+
6487
# License
6588

6689
This work is based on two previous TAPR projects, [the echOmods project](https://github.com/kelu124/echomods/), and the [un0rick project](https://github.com/kelu124/un0rick) - its boards are open hardware and software, developped with open-source elements as much as possible.

images/top.jpg

204 KB
Loading

0 commit comments

Comments
 (0)