Hi there, I’m guessing that the navigator board is using all of the RPI pins, but I wasn’t sure about SPI pins because the navigator only has UART/I2C connectors exposed.
I would like to know because I want to use this hat (not as a hat, but I’d use it as a breakout) with the PI that the navigator sits on top of to allow us to record hydrophone data. The github page for the DAQ Hat library explicitly says this about the board:
The MCC DAQ HATs are compatible with all Raspberry Pi models with the 40-pin GPIO header (not the original Pi 1 A or B with the 26-pin header.) They are generally not compatible with any other brand of Raspberry Pi HAT or add-on board that attaches to the GPIO header, or devices that use the Raspberry Pi SPI interface.
In particular, LCD displays that use the GPIO header (not HDMI) usually use the SPI interface and will prevent the DAQ HATs from working. Even if the display is removed, the driver is probably still loaded by /boot/config.txt and will cause issues with the DAQ HATs. If you have a problem with your device and have used a GPIO header display with your Raspberry Pi then consult your display hardware documentation for how to remove the driver.
I’m sure this means that I cannot use the same PI for this hat and the navigator, but I wanted to check just in case I am wrong–I would love for them to be compatible.
Thanks!
