[beagleboard] Re: Find error for DHT11 with BBB code .......

2016-04-07 Thread Sumit Bhut
I guess mmio would be sufficient enough for our application where we would be able to access the gpio pins in mhz frequency as compared to khz frequency through sys/class. On Monday, April 4, 2016 at 5:49:01 PM UTC+5:30, Dennis Lee Bieber wrote: > > On Mon, 4 Apr 2016 03:40:22 -0700 (PDT),

[beagleboard] Re: Find error for DHT11 with BBB code .......

2016-04-04 Thread Sumit Bhut
On Sunday, April 3, 2016 at 7:07:50 AM UTC+5:30, Dennis Lee Bieber wrote: > > > This is a follow up to my prior response... > > On Thu, 31 Mar 2016 00:16:28 -0700 (PDT), Sumit Bhut > declaimed the following: > > >Hi, Dennis Lee Bieber > > > >Thanks for the

Re: [beagleboard] Re: Find error for DHT11 with BBB code .......

2016-04-03 Thread William Hermans
I know all about the TivaC boards. Which actually used LM4F120* processors prior, and I believe now use the TM4C processors. They are not however cheap. I think I got my "connected" crypto board for $12 on sale a while back. But wait a minute is the dht-11 UART ? I was thinking it was one wire(

Re: [beagleboard] Re: Find error for DHT11 with BBB code .......

2016-04-03 Thread William Hermans
Oh, and the other reason why the LPC1114's are "good" for makers. They come in a DIP28 package . . . On Sun, Apr 3, 2016 at 10:58 AM, William Hermans wrote: > I'd probably go for something like an NXP LPC1114 if interfacing an > external MCU to do offload / offboard type

Re: [beagleboard] Re: Find error for DHT11 with BBB code .......

2016-04-03 Thread William Hermans
I'd probably go for something like an NXP LPC1114 if interfacing an external MCU to do offload / offboard type stuff. The reasoning is pretty simple. These MCU's IIRC only need a resistor, and a capacitor to get up and running. Based on other preferences, I'd actually prefer something like an

Re: [beagleboard] Re: Find error for DHT11 with BBB code .......

2016-04-02 Thread John Syne
Why not write this with a Kernel Module: http://derekmolloy.ie/kernel-gpio-programming-buttons-and-leds/ This is much faster and will do what you want. Regards, John > On Apr 2, 2016, at 7:42 PM, Dennis Lee Bieber wrote: > > > o/~ I'm Talking to

[beagleboard] Re: Find error for DHT11 with BBB code .......

2016-03-31 Thread Sumit Bhut
Hi, Dennis Lee Bieber Thanks for the valuable effort but i am unaware of the python language and hence it would be really appreciable if you could provide me your help in C/C++ language only. On Tuesday, March 22, 2016 at 10:47:45 AM UTC+5:30, Sumit Bhut wrote: > > Hello friends, > > I'm