rohitkumar 0 Posted March 24, 2017 Share Posted March 24, 2017 Hi, I am using CC3200 LaunchXL for configuring LORA semtech 1272 over SPI Driver. I searched a lot example or reference for cc3200 for transmitting message using SPI but unable to get for Energia IDE. I have code for Arduino Lora implementation but unable to run it on Energia. Kindly help me as soon as possible Thanks and regards Rohit Quote Link to post Share on other sites
energia 485 Posted March 24, 2017 Share Posted March 24, 2017 The SPI library documentation for Energia / Wiring can be found here: http://energia.nu/reference/spi/ Can you point us to the library that you are using? Quote Link to post Share on other sites
rohitkumar 0 Posted March 27, 2017 Author Share Posted March 27, 2017 Hi, yeah, sure... but the problem is inside SPI.transfer they have use SPI.send which is not the member of any class that's why i am getting error while compilation. So, please advise me how can i implement SPI transmission. Will you please give me any simple demo source code to implement SPI transmission (MISO,MOSI,SS,CLK) to transmit message. Below i enclosed the SPI library which ENERGIA have in their library. Please reply ASAP. Thanks and Regards ROHIT SPI.cpp SPI.h Quote Link to post Share on other sites
energia 485 Posted March 27, 2017 Share Posted March 27, 2017 I am not aware of a send function existing in the Arduino AVR implementation. When I asked for the library you are using I was referring to the "LORA semtech 1272" library. Can you point us to the location of that library so that we can take a look at it? Robert Quote Link to post Share on other sites
prakash1994 0 Posted June 9, 2017 Share Posted June 9, 2017 Hi rohit, I am also facing same problem. please tell to me if you got the solution. Thanks and Regards prakash 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.