Arduino & RF CC1101

Hello,

I have start to make a solution with two Arduinos.
The first have sensors (DHT11, SoilMoisture..) and a CC1101 to transmit data.
The second Arduino essentially have a screen to display the data and a C1101 to receive the data.

The CC1101 that i use is here : http://www.miniinthebox.com/new-433mhz-wireless-rf-transceiver-module-cc1101-with-antenna_p381479.html.
Specifications explains that the open transmission distances up to 300 meters.

I have correctly setup the module and use the CC1101 library which is here : Google Code Archive - Long-term storage for Google Code Project Hosting.

My problem is that my solution works... but only when the transmitter and the receiver are at 0,5 meters :cry: ...

I need to increase this range but i don't know how to do it.

Can anyone help me ?

Thank you for your help,
Julien

What baud rate are you using? The higher the rate, the shorter the distance.

Hello PaulS,

I "begin" my Arduino at 9600, it is not really high no ?