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

Which Zigbee cluster to use for measuring Tank level using radar sensor and nRF52840

Hi,

I am new to the zigbee development and currently going through the documents. 

My end goal is to develop a application that measures the level of a tank using radar sensor with nRF52840 using Zigbee.

I am not getting in particular which cluster/ profile to use. 

It will be very helpful if you could help me with link or document to study the same.

Thanks and regards

AnkeetG

  • Hi,

    What type of data will the measurements be? How are you planning to process the data, or what are you planning to do with the data after measuring it? This might affect what clusters will be best to use.

    Some measurement or HVAC clusters might have been relevant for measuring tank level or flow, but I do not thing they will be the best option here, since you want to use a radar. One possible cluster might be the analog input cluster, which can be used for reading analog measurements. You can read about this cluster in the Zigbee cluster library specification.

    Best regards,

    Marte

  • Hi Marte,

    Thanks for the information.

    The data will be already processed. As I will be measuring water level using distance calculation. The sensor will handle all the processing. Sensor I am using is Acconeer A111 sensor, which is already featured on nordicsemi website. After measuring the data for now I only wish to show the user what is the current water level in the tank. I will be reading data over SPI, so I don't think analog input cluster might help. with the above information, can you will be able to specify which cluster can I use?

    Thanks and regards

    Ankeet Gugale

  • Hi,

    From your description I am struggling to understand where Zigbee comes into this. If I understand your project correctly, you are using the A111 radar sensor to measure the water level, and to process the measurement. Then you want to show the data to the user, and this will be sent to another device using SPI? Please correct me if this is wrong, but I do not see what you want to use Zigbee for in this case. Is it to send the data to another device in a Zigbee network to display it to the user? If so, knowing what data type the measurement is will help me with knowing what clusters might be possible to use.

    Best regards,

    Marte

  • Hi,

    Sorry, I was not able to put it properly. My device will work as sensor node and will transmit the measured data to Gateway(alexa or other gateways). The tasks performed at sensor node side will be measure and communicate. So for communication between sensor node and gateway which type of cluster can be used considering my end application.

    I hope now I have put it properly.

    Thanks and regards

    Ankeet Gugale

  • Hi,

    I am waiting for the response. Can you please help me with the zigbee profile.

    Thanks and regards

    Ankeet Gugale

Related