SpaceTeddy / CC1101

driver library for Ti CC1100 / CC1101. For Arduino and Raspberry Pi

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

Alex-K-O-R opened this issue · comments

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?