Finally found some time to finalize my developments for the HMC5883L sensor. At first it looked like an easy mission but I encountered some issues during development and testing. Trying to follow litterally the operational example gave me problems getting the right values. Finally after some trial and error I found out the way to […]
Rasberry Pi Controlled Car
I still have some sensors from Adafruit I have to work on but I keep on thinking on my goal I mentioned in one of my posts. I want to make a remote controlled (rc) car driving by Raspberry Pi and PI4J. So finally I took my courage together and searched for that piece of […]
Developments TCS34725 finished
I created a new release 1.2 and pushed to Github. I finished the development and troubleshooting for the use of TCS34725. After posting my findings on the Adafruit Forum I understood that my readings in my application were correct. A little python script proved this because the results there were the same. As a conclusion I […]
Sensor TCS34725
Currently working with the Sensor TCS34725 (Color light-to-digital converter with ir filter. Promising when you look at the description of the sensor. But already when doing early tests I did not get the right rgb readings. I also used a simple Python program to get the RGB readings but also there the output is similar. […]