The BeagleBone community forum is not too active, sure. It's a pity for such a good board and concept. I found today one or two good articles like "Is BoneScript more trouble than its worth?" I have myself problem every 4-5 days with a Bonescript Web server distributing my sensor data, where I have to add soon a watchdog (a for loop does not help).
With IRC channel, your probably means I2C. Voltage and resistors, it's clear. Then, it's a question of hardware and conditions, like a DS18B20 on my BBB with 5V over a 5 meters cable ... and works as a charm. Anyway, that was not my question here, dealing with the software only. *I believe I found it an hour ago: https://github.com/adafruit/Adafruit_Python_DHT <https://github.com/adafruit/Adafruit_Python_DHT>* For the humidity I do not need precision, and for the temperature I will probably add an LM35 or DS18B20. On my BBB I implemented in Python a function to read many times the two LM35 (2m cables!!), to remove the highest and lowest values, and to compute the average: great result with precision of about .5 degrees are far sufficient. Thanks Robert: I just consulted now a number of your documents. Very good work! Regards Robert ... and the others Le jeudi 4 février 2016 18:58:11 UTC+1, RobertCNelson a écrit : > > On Thu, Feb 4, 2016 at 11:49 AM, Jean-Bernard Boichat > <[email protected] <javascript:>> wrote: > > > > Just see now that this blog is not too active!!!???!!! > > Expecting a response in under 2 minutes? > > Use the irc channel for that.. > > -- > Robert Nelson > https://rcn-ee.com/ > -- 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, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
