First, sorry for my language, it can be average because it's not my native language.
I know it could look like easy for some people but i have real difficulties whith that.
I come here to find some help about RFbee. I want to make a wireless communication between 2 computers with 2 RFbee like that :
COMPUTER --> UNO --> I/O SHIELD --> RFBee --> ------air------> RFBee --> I/O SHIELD --> UNO --> COMPUTER
But even with all that, i don't understand how to do to make it work. Scripts or exemple just doesn't work when i try them. I tried to modify them but nothing worked.
Someone could take some time to explain me clearly and the easiest possible how tu do it please? An exemple of basic codage for RFBee would be really great!
You need to post links to the hardware. Don't expect us to google these names and hope to find the hardware that you have. (We know what an Arduino is...)
Exact, i rectified the name of the variable to become "write" and i edited my post with links.
I can upload the code in arduino but I don't understand what to do after.
I mean after upload, i open the monitor and here is what it's show me :
There were only one arduino working so there shouldn't be any datas received. I don't understand what are those numbers and why it's always changing (it's look like randomly) from 0 to 255.
I think the number is 255 because "incoming" is defined as a "byte" (2^8 = 256 possibilities 0 to 255) but that's all i understand for now about this point.