SpaceTeddy / CC1101

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

Arduino. TX. Hang in receive() -> sidle() after initialization. #49

Open Alex-K-O-R opened 3 years ago

Alex-K-O-R commented 3 years ago

Hi.

I've got some problem with TX_Demo and Arduino Nano. Used python, flashed eeprom, etc.

And now I have: Init CC1100... Partnumber:00 Version:14 ...done

And nothing happens.

AFAIK, program hangs in sidle() cycle after receive() call in CC1100::begin() method. Have you ever met such a behavior? Could you, please, provide some explanations about methods chain or pin requirements to break this sidle() cycle?