[beagleboard] Re: Universal Overlay, enabling a single pin

2015-03-19 Thread Dave Blomfield
Hi Ray, This one worked for me, there are a couple of errors in the DTS code which are mentioned in the posts below the main instructions but other than that it works fine. I have 10 sensors working on the same pin returning temperature.

[beagleboard] Re: GPIO Digital input voltage more than 3.3V

2015-03-09 Thread Dave Blomfield
The Texas Instruments TBX0101 IC should do the trick. The BBB connects to port A and the speed sensor to Port B. Use the BBBs 3.3V supply to connect to VccA. Depending on the speed sensor supply I'd regulate that down to +5V to connect to the VccB pin (can only take up to 5.5V max). Farnell do

[beagleboard] Onewire DTS file

2015-03-02 Thread Dave Blomfield
Hi all, Does anyone out there actually understand what the gpios = lt;amp;gpio2 13 0gt;; line does in the onewire DTS file. Somebody somewhere must have designed this function but I can find no reference to it anywhere. It seems that the general consensus is to take a similar dts file and

[beagleboard] Re: Onewire DTS file

2015-03-02 Thread Dave Blomfield
Okay so that should read gpios = gpio2 13 0; was expecting html reactions -- For more options, visit http://beagleboard.org/discuss --- You received this message because you are subscribed to the Google Groups BeagleBoard group. To unsubscribe from this group and stop receiving emails from it,

[beagleboard] Re: How to use 2 simultanous pins for ds18b20 sensors

2015-02-26 Thread Dave Blomfield
Hi Azar, Did you ever get this working, am trying to do the same but with no success. Cheers Dave On Wednesday, 12 November 2014 13:36:04 UTC, gem...@gmail.com wrote: Hi, I am trying to interface 17 sensors with my bbb, 10 works great for any pin... more 10 sensors are not supported so