Hi thats my first time, that i used sparkfun products. I cant find any tutorials for the SparkFun Line Follower Array to use it whit a raspberry pi and python. Did some body have any ideas??
by robby
Hi thats my first time, that i used sparkfun products. I cant find any tutorials for the SparkFun Line Follower Array to use it whit a raspberry pi and python. Did some body have any ideas??
by robby
I don’t think you’ll get any ready made library for RPI. But you know, the working principle will be same for both Arduino and RPI. As the sensor supports I2C communication, you have to enable I2C in your Raspberry PI first. Then the rest of the task is to make the example code Arduino Compatible. I think circuitpython will be a better choice for this project.