I am new to Raspberry Pi and I’ve recently encountered some issues while trying to connect the RevPi Connect+ with the DIO module.
I have configured all modules using PiCtory, following the PiCtory Checklist and the Video Tutorials on YouTube. However, I’ve noticed that the power LEDs on both the DIO and RevPi Connect+ modules are still red, even though the other signal LEDs are green.
I have also checked the status and connection of the modules using a command via SSH and the results are like this:
Code: Select all
pi@RevPi-SPKT:~ $ piTest -r RevPiStatus,b
1 Byte-Value of RevPiStatus: 00000001
pi@RevPi-SPKT:~ $ piTest -r Status,b
2 Byte-Value of Status: 00000000 00000000
pi@RevPi-SPKT:~ $ piTest -r Output_Status,b
2 Byte-Value of Output_Status: 00000000 00000000
Code: Select all
pi@RevPi-SPKT:~ $ piTest -d
Found 2 devices:
Address: 0 module type: 105 (0x69) RevPi Connect V1.0
Module is present
input offset: 113 length: 6
output offset: 119 length: 5
Address: 31 module type: 96 (0x60) RevPi DIO V1.4
Module is present
input offset: 0 length: 70
output offset: 70 length: 18
I’m currently stuck and any help would be greatly appreciated. Thank you in advance!
Best Regards, alenken