Sujay Phadke
Sujay Phadke
If you're uncomfortable with manually entering those commands, just do "sudo apt-get update" && sudo apt-get upgrade and then use raspi-config to enable I2C bus. It has been updated to...
@DougRamsey Did you do install the python smbus module? Do this and then try again: sudo apt-get install python-smbus
did you do the actual install, (the last line): sudo python setup.py install or did you simply download the files and try to run them? just making sure.
Ok, lets debug the i2c and smbus. What do you get when you do this?: i2cdetect -y 1 lsmod | grep -i i2c btw, try the official pimoroni github again....
ok, check it on channel 0 as well: i2cdetect -y 0 If this also gives an error (or no output) like above, then your i2c bus has not been activated,...
also install this library: sudo apt-get install libi2c-dev
Looks like you have 2 problems: sn3218 and i2c. lets take the first one. the sn3218 is the chip on the piglow. the module should have been installed. but if...
glad I could help! 
hmm tricky. one thing I want to checkL: you did do a reset after changes to the config files right? Are you able to do any GPIO? This can be...
This would be a very welcome development! The TCL scripting is essentially simulating cursor clicks and not a real API. Another humble feature request: could you incorporate a web engine...