I am working on a project were there is a need to feed sensor data to beacon; the sensor is using I2C (SDA/SCL).
I can feed this to RPi easily, the question is: does the GPIOs in Estimote beacon accept the I2C?
Most probably … not.
If so, what will be the alternative solution(s)? Maybe an add-on circuit or whatever.
You can use UART to control what the beacon advertises => so, you could make your Raspberry Pi take the data from the sensor, and steer the beacon to advertise the most recent reading, and keep updating the advertisements in real time.