Hello.
Currently i'm working on a project with 2 Arduino Nanos and 1 Arduino Mega. I use i2c protocol to exchange data(integers) between Nanos( i use them as a slaves) and the Mega(master). I want to upgrade my project with xbee modules and before buying them i have couple of questions to ask.
This is the model that i want to use : XBee 1mW Wire Antenna - Series 1 (802.15.4) - WRL-08665 - SparkFun Electronics with this kind of adapter : https://fluxworkshop.com/products/biaa100012-xbee-usb-adapter-module-keyes-blue.
My questions are :
- Do i need to make big changes to the current code in which i have implemented i2c protocol?
- How great will be the delay between sending and receiving the data?