Hi
I'm using CC2650 for 6LowPAN communication, I heard that maximum range of data transfer in this is 50m. I want to transfer data to ~150m to ~300m (or 500m also) so how can I achieve this, I was also checking CC2538 + CC2592 module that can transfer data upto 3.5Km.
Can I use CC2538 + CC2592 module to achieve this ?
And to use CC2538 + CC2592 what kind of changes require.?
in contiki 6LowPAN stack I found
#ifndef CC2430_RF_CONF_TX_POWER
#define CC2430_RF_CONF_TX_POWER 0x5F /* Datasheet recommended value */
#endif
cc2430_rf_power_set(CC2430_RF_TX_POWER);
do I need to change only power or other changes also require (in case of CC2538 + CC2592) ?
Dose contiki 6LowPAN support CC2538 + CC2592 module for higher TX power and longer transmitting range?
Best Regards
Harshit
