wireless communication with Omega using cc1101
- 
					
					
					
					
 Hi everyone, 
 I have recently started using omega and I am very impressed with the module itself and online support. I managed to connect gprs shield and send data to amazon iot cloud using python script(if anyone needs help, let me know).
 Now I want to interface cc1101 wireless module from texas instrument with omega.
 You can inteface cc1101 with omega2+ using SPI interface.
 I cant see any library for it. I can see few libraries for arduino or raspberry pi, but there is no library for omega at the moment.
 Can anyone please provide any support on it.Thanks in advance, 
 Zain
 
- 
					
					
					
					
 Have you tried porting one of the Arduino libraries to the Omega2? There are plenty of Omega2-SPI projects available for reference code, e.g. here or here, with documentation of the API is here. 
 
- 
					
					
					
					
 thank you for your response. I will try to interface using this library, and will provide the update