library

Arduino Sketch MPU6050 DMP6

Arduino Sketch MPU6050 DMP6

This sketch is used by Exercise: MPU6050 IMU I2C Module. Main Source Code The main code is in MPU6050_DMP6.ino. // I2C device class (I2Cdev) demonstration Arduino sketch for MPU6050 class using DMP (MotionApps v2.0) // 6/21/2012 by Jeff Rowberg <[email protected]> // Updates should (hopefully) always be available at https://github.com/jrowberg/i2cdevlib // // Changelog: // 2013-05-08 – added seamless […]

Arduino Sketch MPU6050 DMP6 Continue Reading

Arduino Sketch Adafruit PWM

Arduino Sketch Adafruit PWM

This sketch is used by Exercise: Adafruit PWM I2C Module. Full Source Code The main code is in Adafruit_PWM.ino. /*************************************************** This is an example for our Adafruit 16-channel PWM & Servo driver PWM test – this will drive 16 PWMs in a ‘wave’ Pick one up today in the adafruit shop! ——> http://www.adafruit.com/products/815 These displays use I2C

Arduino Sketch Adafruit PWM Continue Reading

LOW COST COMPUTER GESTURE CONTROL WITH AN I2C SENSOR

LOW-COST COMPUTER GESTURE CONTROL WITH AN I2C SENSOR

Controlling your computer with a wave of the hand seems like something from science fiction, and for good reason. From Minority Report to Iron Man, we’ve seen plenty of famous actors controlling their high-tech computer systems by wildly gesticulating in the air. Meanwhile, we’re all stuck using keyboards and mice like a bunch of chumps. But it doesn’t

LOW-COST COMPUTER GESTURE CONTROL WITH AN I2C SENSOR Continue Reading

PNG IMAGE DECODING LIBRARY DOES IT WITH MINIMAL RAM 1

PNG IMAGE DECODING LIBRARY DOES IT WITH MINIMAL RAM

Want to display a PNG file on a display attached to an Arduino or other microcontroller board? You’ll want to look at [Larry Bank]’s PNGdec, the Arduino-friendly PNG decoder library which makes it much easier to work with PNG files on your chosen microcontroller. The PNG image format supports useful features like lossless compression, and was generally

PNG IMAGE DECODING LIBRARY DOES IT WITH MINIMAL RAM Continue Reading

Scroll to Top