Communication between AMB82 and Arduino Uno

Hi,

I am a beginner and I just bought the AMB82-mini. I will use it for an Arduino Uno competition. I want the AMB82 send certain message to Arduino Uno when certain garbage types are detected. The Arduino Uno will rotate a servo motor based on the message that it receive from AMB82. Can someone give me some idea how to do this project?

Thanks.

im also working on it
AMB82 to Arduino R4 WIFI

So it is impposible to send data via uart or i2c to Arduino Uno?

Hi @Zul77 and @MJK, Here are the 2 example guides on sending and receiving data from Arduino Uno. Please test with this 2 examples to check whether it works. Thank you.

Thank you.