Hello all
I'm having a strange problem trying to use RFBee @Seeedstudio module with my Leonardo.
My setup:
One arduino uno with a hello world program.
One arduino leonardo with the same program.
Two RFBee from Seeedstudio (equivalent to XBee but on different frequencies)
One wireless proto shield to plug a Bee on arduino
One UART - Bee to plug a Bee on my computer
It works perfectly with the Uno, but it does not with the Leonardo... =(
About RFBee/XBee, I said equivalent because in my use case, I only send/receive data between 2 bees and for that case I don't see big difference between the two chips.
And I was not aware of the Serial1 port, changing it solved my problem.