@andriej
Hi, I had problem using the main branch mysensors/Raspberry, that because of the bit-field struct (header_s) in Sensor.h They will get packed in different order on the arduino compared to the RPi (at least with my compiler, gcc). In order to fix this I created the 1.4dev branch. It uses full bytes instead of the bit-fields, but you need (of cause) to compile both the sensors (arduino) and the gateway (RPi) using the 1.4dev branch.
We need to fix this in the main branch later on (and use the same files as in mysensors/Arduino/libraries/MySensors)
Hello this is Gulshan Negi
Well, to connect with an accelerometer, you typically need a device that can communicate with the sensor and send its data to your PC. The specific device you need to use will depend on the type of accelerometer you have and its communication protocol.
Thanks
@jemish said in Smart Water Level Detector:
Any one make smart water level Detector in our home water tank?
One popular option is a float switch sensor, which can be easily installed on the side of the tank and will trigger an alert when the water level reaches a certain point.