Custom board RS232 communications issue

Hello,

I'm developing a prototype that requires IMU. Nothing special, just need some basic readings of pitch, yaw and roll which it looks like the OpenIMU300RI should be capable of out of the box with the preinstalled IMU application. I've made up a little packet formatter on my end device that is transmitting what looks like a successful ping packet over RS232.

The hardware setup for the purpose of this test is as below

92bbcd5d-b665-4028-8b26-2fa504b0b320-image.png

The Facts
1. The PSU is supplying 25-30 milliamps, consistent with data I've seen
2. The Output of the MAX232 into the openIMU300RI can be seen in the scope figure below. Packet consists of 0x5555 | "pG" | 0 | CRC. From what I can tell this should be correct for a ping packet. I borrowed the code from the Acienna github to calculate CRC (Thank you 🙂 )
3. The openIMU300RI does actually seem to react upon connection of the interface. It outputs a constant ~ -5V as would be expected for an RS232 idle when the interface is plugged in and powered up... and 0V when the interface is not plugged in but the IMU is still powered up
4. The openIMU300RI doesn't seem to ever react beyond idling. no return ping or NACK.

1ee7c5bd-60a9-46de-9ca7-dfd60e7d4e2e-image.png

The Question

Can you see anything wrong with the ping packet I'm sending? Or another issue elsewhere? Is there maybe some quiet mode that I need to force it out of and if so, how do I do that?

This post is deleted!

1.The OpenIMU300RI is data output silent, you should give a package rate to the unit to output data, for instance send command via serial interface:
update output rate to 10hz, 55 55 75 50 0C 04 00 00 00 0A 00 00 00 00 00 00 00 74 22
or change output rate to 100Hz, 55 55 75 50 0C 04 00 00 00 64 00 00 00 00 00 00 00 67 8B
2. visit develop tool for more informantion
https://developers.aceinna.com/devices/connect

Log in to reply