V005.zip

The network driver code - takes the raw input from the array and converts it to ASCII hex for the Java to read. Also has a "Log" version just for logging data to a file instead of streaming into a fifo.
You will also have to increase the default MTU (maximum transmission unit), which is 1500 or something by default. Meaning packets have to be less than 1500 bytes or they'll be dropped by the network driver or something. The array sends 2400 byte packets, so you have to increase this, I went up to 4000.

x-zip-compressed - 1.78 MB - 06/02/2020 at 01:46

Download

C009_MultiImages.zip

Processing sketch to do real-time imaging. Requires the network driver to be running at the time as well to work, OR, a logfile to be piped into the FIFO.
You'll first have to make a fifo using mkfifo (I called mine /home/john/pipe, it's hadcoded near the end of the file).
If you just run a file cat Logfile.log > /home/john/pipe while this is running this should work

x-zip-compressed - 97.71 kB - 06/02/2020 at 01:38

Download

PAR_03_ALLBOARDS.zip

the FPGA firmware

x-zip-compressed - 3.15 MB - 05/29/2020 at 23:33

Download

Reflection.mp4

Video showing acoustic reflection off of a piece of acrylic

MPEG-4 Video - 34.65 MB - 05/29/2020 at 23:19

Download

odds_medium_moving.avi

Moving speaker in front of the array

Audio Video Interleave (AVI) - 17.69 MB - 05/29/2020 at 23:17

Download

evens_moving_2.avi

Moving speaker in front of the array

Audio Video Interleave (AVI) - 4.16 MB - 05/29/2020 at 23:16

Download

V004_main.m

MATLAB code for doing post-processing on data from the array

m - 36.52 kB - 05/29/2020 at 23:15

Download

JPEG Image - 7.70 MB - 05/29/2020 at 23:15

Preview
Download

MPEG-4 Video - 12.20 MB - 05/29/2020 at 23:15

Download

JPEG Image - 4.14 MB - 05/29/2020 at 23:14

Preview
Download