MicroRNG Software Kit version 1.0.0 for Raspberry PI
MicroRNG Software Kit version 1.0.0 for Raspberry Pi 3+/4 running Ubuntu 18.04 and 20.04
This initial release contains the MicroRNG Software Kit and utilities for using the MicroRNG device with Raspberry Pi 3+ or other Linux-based single-board computers via an SPI interface.
Software kit content:
MicroRngSPI.cpp- API source code in C++ for communicating with a MicroRNG device over an SPI interface.mcdiag.cpp- general purpose diagnostics utility that interacts with the MicroRNG device for determining the maximum clock speed and for validating the communication over an SPI interface.mcrng.cpp- utility for downloading random bytes generated by MicroRNG device over an SPI interface.sample.cpp- sample C++ program that demonstrates how to use the API for communicating with the MicroRNG device over an SPI interface.