Nanopi Neo Plus 2 with BakeBit Hat
Posted: Fri Sep 29, 2017 9:27 am
Should the BakeBit Hat work with the Neo Plus2 board? I have installed the BakeBit software and I just get IO Errors
sensor_value = bakebit.analogRead(air_sensor)
File "/home/pi/BakeBit/Software/Python/bakebit.py", line 240, in analogRead
bus.write_i2c_block_data(address, 1, aRead_cmd + [pin, unused, unused])
IOError: [Errno 6] No such device or address
How do I check if the proper modules are installed correctly?
Thanks
sensor_value = bakebit.analogRead(air_sensor)
File "/home/pi/BakeBit/Software/Python/bakebit.py", line 240, in analogRead
bus.write_i2c_block_data(address, 1, aRead_cmd + [pin, unused, unused])
IOError: [Errno 6] No such device or address
How do I check if the proper modules are installed correctly?
Thanks