Know if Beacon is inclined

Hello,

I need to configure the beacon where it transmit only in case it’s inclined ( can be known from acceleration data). Or, at least I need to receive the reading of the acceleration in the message.
Is there a possibility to configure the beacon to transmit when the accelerometer reads certain value ? Or, is there a possibility to send the acceleration of the 3 axis in the message and then we could decide if the beacon is inclined or leveled ?

Regards,

It depends what beacons do you have in mind. LTE Beacons can do all of that with a simple piece of JavaScript code. Proximity beacons can transmit telemetry packets which have accelerometer readouts inside.

We consider proximity beacon. We need to receive the telemetry packet on our app through bluetooth for further processing and get the acceleration values. Can we do this ?