Hello, it has been a while since I last wrote something on my blog. It doesn’t mean that I stopped but only that I didn’t have much time the last weeks. But I did continue to fine tune the car movements. During my developments of the RP Driven Car, I was looking for a way […]
PWM enable pins L298N
Hello readers, Trying out pwm pins to control the speed of the dc motors was not an easy story. WiringPi has a software driven pwm handler which is used via PI4J. In fact WiringPi is a GPI Access C library. For more information see WiringPi. The software handler makes it possible to have pwm functionality on all […]
Pulse Width Modulation (PWM)
Hello folks, I found a nice example on PWM in the PI4J project. See PWM Example. I tried it on my Raspberry PI B+. I wired a little circuit with a led and tried it out. It worked smoothly. The led faded on and off which was the goal. I had been trying this on my […]
Raspberry Pi Controlled Car : turn
Hello readers, I managed to make my RPC (Raspberry Pi Controlled) Car turn. But the result was not what I expected. I had this great idea to let the front wheels turn in opposite direction for a fraction of a second. Well how do I say. The result was not what I hoped it to […]