Posts: 4
Threads: 2
Joined: Jun 2017
Reputation:
0
Got the brightness control mod for my Freeplay Zero installed today but when I attempt to enter the brightness control menu I get a message stating no brightness control mod detected. I made sure to enable IC2 and reboot and still nothing. I tore it back apart and verified continuity to the correct pins on the Pi with a voltmeter so it doesnt appear to be a connection issue. Could the controller be bad or am I missing something. Any suggestions? Fresh install of image: Freeplay_Zero_18070601.img.gz.
Posts: 1,604
Threads: 19
Joined: Feb 2012
Reputation:
29
That all sounds like you're doing it properly. The latest image should have the I2C all set up already. If you are able to SSH in or hook up a keyboard, let me know. I have some commands that I'd like you to try...
The first would be:
ls /dev/i2*
That should list the i2c busses. If there's nothing there, that would definitely be an issue. If there is something there, it should be like /dev/i2c-1.
I don't recall offhand if i2cdetect is on that image. If it's not, you might need to install it with:
sudo apt-get install i2c-tools
After that, you could try:
sudo i2cdetect -l
sudo i2cdetect -y 1
sudo i2cdump -y 1 0x62
Let me know if you could try those.
Posts: 1,604
Threads: 19
Joined: Feb 2012
Reputation:
29
Here's the fix (I think).
If you can SSH (or keyboard) in, run these two commands.
cd /home/pi/Freeplay/setPCA9633
make
Then you should be able to run the brightness setting menu item.
Posts: 1,604
Threads: 19
Joined: Feb 2012
Reputation:
29
Thanks for letting us know, automiketic! We're working on a new SD image with this fix (among other things).