Multiple GY-801 sensors on Arduino uno

Hi there,

I am using GY-801 multi-sensor module and I tried it on Arduino UNO and it worked. but I need to use three of them in my project can anyone help me on how to figure it out?

Those modules are made up of 4 independent sensors each with their own, unchangeable I2C address. An I2C multiplexer is one solution.

thank you for the help