Re: [beagleboard] Grove temperature sensor on Beaglebone Black

2016-09-15 Thread Siddharth Amaravadi
Thank You guys for all the help. I resolved my issue. Thank You Jason for suggesting me the voltage divider. Robert, thank you so very much for every thing. You helped me figure out the issue that it wasn't I2C and it can be read only through ADC and then the voltage divider. On Thu, Sep 15,

Re: [beagleboard] Grove temperature sensor on Beaglebone Black

2016-09-14 Thread Stephane Charette
I have done some work with that sensor on a BBG: https://www.ccoderun.ca/sg++/api/classSG_1_1TemperatureSensor.html#details ...connected to this Grove ADC: https://www.ccoderun.ca/sg++/api/classSG_1_1I2CADC.html#details The problem is the numbers I was retrieving didn't make sense, and I

Re: [beagleboard] Grove temperature sensor on Beaglebone Black

2016-09-14 Thread Siddharth Amaravadi
Robert, thank you once again, just a small correction I'm using a Beaglebone Black. When I tried referring to the officialpage of seeed studio I found this http://wiki.seeedstudio.com/images/thumb/8/8e/Grove_Temperature_Sensor_Hw_connect.jpg/600px-Grove_Temperature_Sensor_Hw_connect.jpg So i

Re: [beagleboard] Grove temperature sensor on Beaglebone Black

2016-09-14 Thread Jason Kridner
> On Sep 14, 2016, at 5:24 PM, Robert Nelson wrote: > > > >> On Wed, Sep 14, 2016 at 3:41 PM, Siddharth Amaravadi >> wrote: >> Thank you for the response, but the pins are named as SIG and NC on the >> board. These are the pins that

Re: [beagleboard] Grove temperature sensor on Beaglebone Black

2016-09-14 Thread Siddharth Amaravadi
Can I use the setup mentioned in this link https://learn.adafruit.com/setting-up-io-python-library-on-beaglebone-black/adc to connecct the temperature sensor to ADC of my BBB? Is there any other setup that you'd suggest? Thanks Siddharth On Thu, Sep 15, 2016 at 4:33 AM, Jason Kridner

Re: [beagleboard] Grove temperature sensor on Beaglebone Black

2016-09-14 Thread Robert Nelson
On Wed, Sep 14, 2016 at 5:50 PM, Siddharth Amaravadi wrote: > Oh I was totally misled by it. So, do you advise me to connect the SIG and > NC pins to the analog pins? > > If yes can you provide me some guide as in how to go with that. You'll need a voltage

Re: [beagleboard] Grove temperature sensor on Beaglebone Black

2016-09-14 Thread Robert Nelson
> Yeah i saw that picture too, that's so mis-leading.. > > That "pin" on that board, must have an adc-pinmux option.. or it's the wrong > stock picture.. in all my demo's i usually use this temperature sensor:

Re: [beagleboard] Grove temperature sensor on Beaglebone Black

2016-09-14 Thread Robert Nelson
On Wed, Sep 14, 2016 at 4:34 PM, Siddharth Amaravadi < siddharth.amarav...@gmail.com> wrote: > Robert, thank you once again, just a small correction I'm using a > Beaglebone Black. When I tried referring to the officialpage of seeed > studio I found this >

Re: [beagleboard] Grove temperature sensor on Beaglebone Black

2016-09-14 Thread Robert Nelson
On Wed, Sep 14, 2016 at 3:41 PM, Siddharth Amaravadi < siddharth.amarav...@gmail.com> wrote: > > > Thank you for the response, but the pins are named as SIG and NC on the > board.

Re: [beagleboard] Grove temperature sensor on Beaglebone Black

2016-09-14 Thread Siddharth Amaravadi
Thank you for the response, but the pins are named as SIG and NC on the board. These are the pins that I connected to the P9_19 and P9_20 respectively SIG -> P9_19 NC ->

Re: [beagleboard] Grove temperature sensor on Beaglebone Black

2016-09-14 Thread Jason Kridner
> On Sep 14, 2016, at 12:22 AM, Siddharth Amaravadi > wrote: > > Hello, > > I've connected a Grove temperature sensor to my BBB. When I try to detect it > using i2cdetect, I don't see my sensor connected. Can you please help, > following are some details > >

[beagleboard] Grove temperature sensor on Beaglebone Black

2016-09-14 Thread Siddharth Amaravadi
Hello, I've connected a Grove temperature sensor to my BBB. When I try to detect it using i2cdetect, I don't see my sensor connected. Can you please help, following are some details I2C Connection Details: SIG -> P9_19 NC -> P9_20 root@beaglebone:/# uname -a Linux beaglebone 3.8.13-bone47 #1

[beagleboard] Grove Temperature Sensor on Beaglebone Black

2016-09-14 Thread siddharth . amaravadi
Hello, I'm trying to connect a Grove Temperature sensor (http://wiki.seeedstudio.com/wiki/Grove_-_Temperature_Sensor_V1.2#Connecting_hardware) to my BBB. and when I try to detect the sensor I'm not able to find it. Can someone please help me out root@beaglebone:/# uname -a Linux beaglebone