Upload Code
loading-left
loading loading loading
loading-right

Loading

Profile
No self-introduction
codes (3)
Arduino using cc2500
no vote
 CC2500 Sample transceiver code.  This will send a packet containing the length and "Hello".  Every 400ms, then go into receive mode.  Adapted from https://github.com/yasiralijaved/Arduino-CC2500-Library  Written by Zohan, onZohan@gmail.com   
Ramesh_rt
2016-08-23
0
1
Arduino using cc2500
no vote
/**  * CC2500 Sample transceiver code  * This will send a packet containing the length and "Hello"  * Every 400ms, then go into receive mode.  * Adapted from   * Written by Zohan SonZohan@gmail.com  *  * Hardware SPI:  * MISO -> 12  * MOSI -> 11  * SCLK/SCK -> 13  * CSN/SS - > 10  */
Ramesh_rt
2016-08-23
1
1
Arduino using cc2500
4.0
 CC2500 Sample transceiver code. This will send a packet containing the length and "Hello".  Every 400ms, then go into receive mode.   Hardware SPI:   MISO -> 12   MOSI -> 11  SCLK/SCK -> 13  CSN/SS - > 10
Ramesh_rt
2016-08-23
1
1
No more~