Difference between revisions of "Userspace Arduino:cape ideas 2"

From eLinux.org
Jump to: navigation, search
(I2C)
Line 8: Line 8:
 
* MPU-9150: Accelerometer + Gyro + Magnetometer [http://playground.arduino.cc//Main/MPU-9150]
 
* MPU-9150: Accelerometer + Gyro + Magnetometer [http://playground.arduino.cc//Main/MPU-9150]
 
* [http://www.adafruit.com/products/255 DS3231], [http://www.pjrc.com/teensy/td_libs_DS1307RTC.html DS1331] are very popular RTC chips and can be easily integrated using the [http://playground.arduino.cc/Code/time Time library]
 
* [http://www.adafruit.com/products/255 DS3231], [http://www.pjrc.com/teensy/td_libs_DS1307RTC.html DS1331] are very popular RTC chips and can be easily integrated using the [http://playground.arduino.cc/Code/time Time library]
 +
 +
= SPI =
 +
 +
* [http://arduino.cc/en/Tutorial/BarometricPressureSensor SCP1000]: Barometric Pressure Sensor Module
 +
*

Revision as of 09:01, 25 August 2013

Ideas for hardware for the Beaglebone Black, which can be used to interface with peripherals like SPI, I2C etc.

I2C

It would be advantageous to go with devices which have existing Arduino sketches, since they are more likely to be widely used and tested with. A quick check at a local vendor revealed the following common sensors/devices being used with the I2C bus

  • BMP085: Barometric Pressure Sensor Module, [1]
  • MPU-9150: Accelerometer + Gyro + Magnetometer [2]
  • DS3231, DS1331 are very popular RTC chips and can be easily integrated using the Time library

SPI

  • SCP1000: Barometric Pressure Sensor Module