-
Notifications
You must be signed in to change notification settings - Fork 0
Description
Hi, I ordered an DFM2400TSIMB board and had the microcontroller removed from the PCB to control it from a Raspberry Pi (zero - w in this case)
An I2C python scan tool with the smbus finds the device with address 0x60, that part works, I2C has 2 pullup resistors.
The check at address 0x61 gives an error message
` [ SP5055 Controller for Raspberry PI ]
[ by Paul Theunissen - PA5PT ]
Target frequency: 2367
f: 18936
[ Sending: ]
49
f8
ce
00
Traceback (most recent call last):
File "./atv.py", line 102, in
board.waitForLock()
File "./atv.py", line 86, in waitForLock
if self.readLock() == True:
File "./atv.py", line 44, in readLock
status = self.bus.read_byte(0x61)
IOError: [Errno 121] Remote I/O error
`
Could you help me with this ? In the end I would like to remote control a 1200 MHz receiver with the raspberry Pi for the PI6WL ATV repeater.
Thanks,
Ben - PE2BZ