Is possible to use two Wii Nunchuk on MEGA 2560?

Hi!
I need to use two Wii nunchuk with my Mega 2560, is it possible? If not, how can I workaround?

Thanks

Carlo

You have to change pins connections because in Mega I2C pins are in different place than in UNO

If the two nunchuck have the same I2C address you must use a software I2C library on other pins like this one
http://todbot.com/blog/2010/09/25/softi2cmaster-add-i2c-to-any-arduino-pins/
The post is old but the guy addedd the check for the IDE 1.x so, I believe, it should work.

Fantastic!!!!

Many Thanks.

Carlo