[beagleboard] Re: USB to Ethernet not working after updating custom kernel.

2016-03-14 Thread AV8TOR
Same here. I just flashed up to 8.3 and now it does not work at all. You can use serial over the same USB though. Bash over serial isn't that great because you can't backspace or arrow around in an editor. It gets all weird. Basic unix commands are fine though. I'm hoping that someone will fix

[beagleboard] i2c driver for bmp280 pressure/temperature sensor

2016-03-08 Thread AV8TOR
I have an Element 14 BB Black. I have the sensor connected up for i2c (as opposed to spi). It works OK when I flash the eMMC with bone-debian-8.3-lxqt-4gb-armhf-2016-01-24-4gb.img. Meaning that I can find the temperature and pressure files provided in the driver. The problem there is with that

Re: [beagleboard] Re: Driver for Adafruit BMP280 Barometric Pressure & Temperature Sensor

2016-03-04 Thread AV8TOR
: -- -- -- -- -- -- -- 77 On Friday, March 4, 2016 at 9:02:58 PM UTC-5, AV8TOR wrote: > > Getting back to this after some days... > I imagine the difference between I2C mode vs SPI is how it's physically > interfaced to the board. > I believe that my board is connected for I2C. > > debian@be

Re: [beagleboard] Re: Driver for Adafruit BMP280 Barometric Pressure & Temperature Sensor

2016-03-04 Thread AV8TOR
-01-24 Support/FAQ: http://elinux.org/Beagleboard:BeagleBoneBlack_Debian Thanks again, Mike On Friday, March 4, 2016 at 9:02:58 PM UTC-5, AV8TOR wrote: > > Getting back to this after some days... > I imagine the difference between I2C mode vs SPI is how it's physically > interfaced

Re: [beagleboard] Re: Driver for Adafruit BMP280 Barometric Pressure & Temperature Sensor

2016-03-04 Thread AV8TOR
? The I2C docs don't make much sense to me. Thanks Mike On Monday, February 29, 2016 at 10:08:38 PM UTC-5, Nuno wrote: > > On 02/29/2016 08:28 PM, AV8TOR wrote: > > Update: > > I anticipate someone will want to know how the sensor is interfaced: > > Again, using t

[beagleboard] Re: Driver for Adafruit BMP280 Barometric Pressure & Temperature Sensor

2016-02-29 Thread AV8TOR
ect SDA from the BMP085 to P9.20 of your BBB. (NOTE: the BMP280 does not have SDA, so I'm using SDI instead) On Monday, February 29, 2016 at 8:17:40 PM UTC-5, AV8TOR wrote: > > Hello, > My first time ever using a BB platform. ID10T newbie. > > I'm trying to use the board

[beagleboard] Driver for Adafruit BMP280 Barometric Pressure & Temperature Sensor

2016-02-29 Thread AV8TOR
Hello, My first time ever using a BB platform. ID10T newbie. I'm trying to use the board along with a BMP280 sensor for Pressure and Temperature. I'm having no skill or luck with it. I've sprungboard off of a post showing how to implement a driver for the BMP085 which is an earlier version of