So I know that Seeed is not exactly known for quality and/or support but after fighting the flaky networking on the Green wireless I am now trying to run some simple demos with the IOT sensor package.
The led python code (led.py) turns the LED on but never off. It just stays on forever until a reboot.
The encode python code (acc.py) dies with a run time error:
File “/usr/lib/python2.7/dist-packages/pyupm_adxl345.py”, line 182, in init
this = _pyupm_adxl345.new_Adxl345(bus)
RuntimeError: UPM Runtime Error: Adxl345: i2c.write() control register failed
Do any of these tutorials actually work or am I just wasting my time?