Perl and Raspberry Pi

Perl and Raspberry Pi:

[From my blog.]

3 Comments

Interesting, I wish I was in your city to see this. I have my own dormant project to build a quadrotor using Raspberry PI and Perl.
I used the tiny PCA9685 chip coupled with Pi for controlling the brushless motors instead of using the Arduino to save space(and weight). I use the I2C bus pins to talk to the peripherals like Servo controller, gyroscope, accelerometer, compass, altimeter etc.

Following are the modules I wrote(now on CPAN) for this project:
Device::SMBus
Device::PCA9685
Device::LSM303DLHC
Device::LPS331AP
Device::L3GD20

Just had a flick through the slides, this looks interesting, I can't wait to have a go! So far I've only used Python with the Raspberry Pi.

Leave a comment

About JT Smith

user-pic My little part in the greater Perl world.