Hello, I want to interface 4 ATmega 32 microcontrollers with RaspberryPi 3. These controllers will be placed in various rooms and monitoring various sensors. So I was planning that atmega will read the data and pass it to raspberry pi using i2c.
Is it possible to interface atmega with RaspberryPi or is there a better way to do it?