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

No communication with EMD transmitter #1

Open
cookfamilylights opened this issue Dec 20, 2015 · 1 comment
Open

No communication with EMD transmitter #1

cookfamilylights opened this issue Dec 20, 2015 · 1 comment

Comments

@cookfamilylights
Copy link

I'm using a Pi2, FPP Version: v1.7-24-g4a2a7b1

the GPIO is a little different than your instructions.

I connected GPIO3(SDA) to pin 7 SDA of the RDS chip via a mini usb.
GPIO5 to pin 6 (SCL) of the RDS chip
connected GPIO pin 6 (Ground) to pin 5 Vss of the RDS chip

It just won't communicate. Here are the errors I get.

AttributeError: 'module' object has no attribute 'pi'
Now Playing:AttributeError: 'module' object has no attribute 'pi'
Station ID:AttributeError: 'module' object has no attribute 'pi'

@drlucas
Copy link
Owner

drlucas commented Mar 5, 2016

For the Pi2 i use pin 21 and 20...you need to modify the rds-song.py file accordingly. A future version will better document this.

#s = bb_I2C.I2C(pi, 28, 29, 600)
s = bb_I2C.I2C(pi, 21, 20, 600)

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

2 participants