Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

assert component_version == 0x14 #3

Open
dr-apple opened this issue Apr 3, 2018 · 4 comments
Open

assert component_version == 0x14 #3

dr-apple opened this issue Apr 3, 2018 · 4 comments

Comments

@dr-apple
Copy link

dr-apple commented Apr 3, 2018

Hi i have this problem:

python rx.py
Traceback (most recent call last):
File "rx.py", line 8, in
ticc1101.selfTest()
File "/home/pi/pycc1101/pycc1101/pycc1101.py", line 167, in selfTest
assert component_version == 0x14
AssertionError

What can i do ti fix the problem ?

@unixb0y
Copy link

unixb0y commented Nov 30, 2018

Can you do a print(component_version)?
Most probably you have a mistake in your wiring or so.
This is a check to see if everything is configured correctly and it appears not to in your case.

@nahueldsanchez
Copy link
Owner

Hi @dr-apple, as @unixb0y told you, probably there is some problem with the wiring or with the component itself. That assertion is based on the TICC1101 documentation. Can you review how your module it's connected?

@TIM-PBR
Copy link

TIM-PBR commented Jun 1, 2020

嗨,我有这个问题:

蟒蛇rx.py
回溯(最近通话最后一个):
文件“rx.py”,8号线,在
ticc1101.selfTest()
文件“/home/pi/pycc1101/pycc1101/pycc1101.py”,线路167,在自检
断言component_version == 0x14
AssertionError

Hello, have you solved this problem? I have the same problem. Thank you

@eadmaster
Copy link

this happens if you don't connect the pins correctly

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants