Close

Boson 640 working.

A project log for Boson Frame Grabber

Simple FPGA based PCB to capture thermal images from a FLIR Boson camera on to a microSD.

greg-davillgreg davill 10/01/2018 at 06:462 Comments

After working on updating the verilog module used in my camera to support the HyperRAM using DDR modules and the PLL of the ECP5 FPGA I'm using.

The change increased the performance by 4x. This enables us to capture the datarate from the Boson 640 cores.

Here is a photo of the water tank ~80% full.

For reference here is the same tank using the Boson 320 core.

There are still many performance improvements I have on a list to work on.

But the major functionality of the device is working. We can capture Images at about 3 FPS.


Here is the layout of the internal modules in the FPGA

All the components make use of a common wishbone bus. There are 3 masters that enable data-flow through the device without requiring the CPU. Basically these are simple DMA controllers.

Everything is wired together using wb_intercon (https://github.com/olofk/wb_intercon). This package automatically creates a verilog file with muxes/arbiters/address decoders based on a simple config file.

I'm using picoRV32, as this worked very well on the HX8K hardware I started with. I studied RISCV in a computer architecture class, so I have a good base of knowledge when debugging issues. The CPU handles the filesystem using FatFS. This enables us to access FAT, and exFAT formatted SD cards.

The firmware is still very basic. It's operation is as follows

To the user once powered all they see is the LED on the back of the camera blinking away.

Discussions

Miha wrote 10/01/2018 at 07:12 point

I just want to say that is really inspiring to read your posts (project logs). As a beginner in FPGA firmware and hardware development it's really great to see these kinds of projects. It's very motivating! Thanks for sharing it with us! 

  Are you sure? yes | no

greg davill wrote 10/01/2018 at 10:15 point

Thank you for the kind words! :)

  Are you sure? yes | no