mph 10 Posted May 4, 2014 Share Posted May 4, 2014 I did some systematic testing with the configuration registers in CC1100-CC2500.c, to see which settings affect the interaction of the two CC110L Booster Packs. Switching IOCFG2 from 0x0B to 0x29 (serial clock to the recommended CHIP_RDYn) had no effect. Changing PKTCTRL1 and FSCTRL1 to the recommended settings also did not affect operation. However, changing MCSM1 from 0x3F to 0x30 failed to produce an acknowledgement LED blink on the receiving board. According to the TI CC110L manual, this register selects what the transceiver does after a packet is received/sent. For 0x30 it sets idle/idle whereas 0x3F sets it to receive/receive. Quote Link to post Share on other sites
dSpark 0 Posted August 18, 2014 Share Posted August 18, 2014 Hello, This thread hasn't been updated in a while so I hope some of you are still out there. First thanks to all of the contributors so far. This is a topic for which there is very little information available. I have two identical launchpad setups, system A and B, running the Lars code with each board attached to a separate laptop. Both laptops are running CCS. I use CSS to monitor the Tx and Rx buffers to confirm transmissions and receptions. The only modifications I made to the Lars code was to add lines to increment one of the Tx characters (with each transmit) so that I could confirm multiple transmissions. The problem is that if I initiate the first transmit from system A (after loading code or resetting), system B appears to not be able to transmit other than sending an acknowledgement. Similarly if I transmit from system B after loading code system A is only able to transmit acknowledgements. The system that transmits first is able to effect additional transmits with each press of S2 and for each transmit receives an acknowledgement. The system that receives the first transmit is only able to continue to receive and send an acknowledgement. I have observed that when I press S2 on the system that is the first to receive (after it has received the first time) the green LED lights briefly as if it is transmitting and the green LED on the other system lights briefly. However there is no data in the Rx buffer on the receiving system. I would like to be able to initiate transmits from either system as necessary and have them received on the other system followed by an acknowledgement. Also, I note from the Anaren documentation that they talk about paring and nodes and sensors where sensors transmit and nodes listen. I don Quote Link to post Share on other sites
RobG 1,892 Posted August 19, 2014 Share Posted August 19, 2014 See if this code works for you Quote Link to post Share on other sites
dSpark 0 Posted August 20, 2014 Share Posted August 20, 2014 Thanks RobG! When you say to comment out one of the following lines, do you mean to say un-comment the line that applies to my hardware? //#define HARDWARE 2500 // CC2500 BoosterPack SPI1 G2553 LP//#define HARDWARE 915 // Anaren (915MHz) G2553 LP//#define HARDWARE 4302500 // EZ430-RF2500 Quote Link to post Share on other sites
dSpark 0 Posted August 20, 2014 Share Posted August 20, 2014 RobG, Think I answered my own question and came up with a few more. I am using the CC110L Booster Pack. Is the #define HARDWARE 2500 // CC2500 BoosterPack SPI1 G2553 LP statement correct in this case? Also, I assume that I can use the other available frequencies with appropriate code modifications. Thanks again for your help. Dan UPDATE: some trial and error shows that the #define HARDWARE 915 // Anaren (915MHz) G2553 LP is the correct define statement for my hardware. Was able to transmit and receive from either setup. Thanks for the code. It appears to be simple and direct and will make a great starting point for further experimentation. Dan Quote Link to post Share on other sites
RobG 1,892 Posted August 20, 2014 Share Posted August 20, 2014 Anaren AIR uses CC110L, so 915 is the correct one and yes, I meant un-comment Quote Link to post Share on other sites
dSpark 0 Posted August 21, 2014 Share Posted August 21, 2014 Thanks again for your help RobG. All is right with the world. Will your LCD Booster Pack work with the Anaren boosterPack minus a launch pad to make a small hand held rf remote with display? Quote Link to post Share on other sites
khwatch 0 Posted June 15, 2015 Share Posted June 15, 2015 Have 2 lp MSP-EXP430G2 and anaren CC110L. Would like to send sensor data wirless.Would lik to try the "Bridge" one dzhon posted 17 june 2013."Flash firmware into two booster packs with launchpads to get "wireless" UART @ 9600bps 8b1 mode.https://github.com/T..._rf_uart_bridge"but I need some help. Can I use one of the lp to also read ADC-value and the other to display the value.May I ask if someone could explain in a few line the best way to send-rec ADC values. using the bridgeCan I use GCC compiler? Quote Link to post Share on other sites
khwatch 0 Posted June 22, 2015 Share Posted June 22, 2015 Some update, Have compiled the prog and upload to LP-cc110.Run the progb but can not se anything on my freq display and nothing in terminal windowcompiler css 4.5. Should it worked with ccs or must I use IAR rgds Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.