This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

Interactive_pyaci opcode handler problem

Hello,

I'm using a module with nrf52840 and I'm testing a vendor model implementation. The software interactive pyaci configure and send packet to device without problems. When the device send back the data, I receive the message but the callback not fire. I have found the workaround in the initialization of opcode.

I had to swap the MSB and LSB of company id in the opcode that receive the message. Is it a problem of interactive pyaci or a problem of model in the firmware?

Thank you a lot

Best Regards

Related