GPG3 SPI LED

less than 1 minute read

GPG Custom Testing

The last two weeks I’ve succesfully tested the drivers for the GoPiGo3 with a simple C++ program that activated the GPG3 LEDs and motors.

LEDs and Motor Test

Next step will be testing IR capabilities but I’m currently missing the necessary HW for this, the available sensor is based on a small laser to determine the distance to an object. The sensor uses the ToF method for a fast and accurate distance reading but isn’t compatible to the already developed IR FPGA Modules that we intend to use in this project.

FPGA

Taking inspiration(and a spi_master verilog implementation) from this mail chain I’ve developed a simple module that is supposed to send the same information that was tested in the previous experiments with the C++ drivers to activate the GPG3 LEDs. I’m Having issues with building the project on ICESTUDIO as the error displayed aren’t very clear and I’m still trying to figure out what “net `$false’ has multiple drivers” means.