SpaceTeddy / CC1101

driver library for Ti CC1100 / CC1101. For Arduino and Raspberry Pi
MIT License
281 stars 93 forks source link

Sending data from RPI to Arduino #55

Open Somusundram opened 1 year ago

Somusundram commented 1 year ago

Hi SpaceTeddy,

I realize that you are not supporting this anymore but i can't stop thinking what could be wrong.

I am trying to establish a connection between RPI and Arduino using CC1101. I have successfully converted the source code written in Energia to Arduino.For me the SRAM issue does not comes first since i am attempting to learn this wireless module.

Now, all i am doing now is sending sudo ./TX_Demo -v -a1 -r3 -i1000 -t5 -c1 -f434 -m100 to Arduino Rx_Demo.ino. I have played with different modulation and tx/rx addresses but all i see from arduino is ...sleep MCU

Any hint on this.Thank you in advance!

pablolucas890 commented 1 year ago

Hey, same problem here, the Arduino and RPI don't work...

You have more actualizations about it?