-
Notifications
You must be signed in to change notification settings - Fork 52
Open
Description
Hello,
I've made a few prototypes to test out TriPoint circuits on TriBase and TriTag boards. The PCB's arrived mounted well and I'm able to program nRF51 and STM but afterwards it seems that there's an issue with getting the whole device to work... The only thing I can do is connect via BLE (so nRF51 works ok) but STM + DW1000 seem to not be doing anything...
Do you maybe have any tips on what to check? I'm attaching the activity on I2C and SPI lines from the device startup - as you see the I2C commands don't seem right but the FW tested is
Tried with tridev and check_version.py scripts but it also fails even though the device enumerates correctly in dmesg.
Traceback (most recent call last):
File "check_version.py", line 8, in <module>
tp = tripoint.TriPoint()
File "/../lab11-polypoint/tripoint/tripoint.py", line 28, in __init__
self.tripoint = mpsse.MPSSE(mpsse.I2C, mpsse.FOUR_HUNDRED_KHZ)
File "/usr/local/lib/python2.7/dist-packages/mpsse.py", line 70, in __init__
raise Exception, self.ErrorString()
Exception: device not found
Metadata
Metadata
Assignees
Labels
No labels
