On 2018-05-07 03:51, Mario Hoss wrote:

> Hi, 
> 
> could you give more information on your setup? This is a rather broad 
> question. 
> 
> Which temperature sensor are you using on which board? 
> 
> Cheers

Forgive my popping in on the list with idea's but I'm following a lot of
the Electronics and IoT subjects and projects on many forums. 

Actually this is a very common request. 

Last week I had a discussion with one of my Designers about how
difficult it is to implement a solution for this problem in Arduino
using "loop()". 

The abstraction is that the processor loops and then the User must
insert some sort of time keeping mechanism into that and then it gets
really complicated. 

We were discussing something like having : 

    every(1,tsecond){ 

          v = read_sensor(temp_sensor); 

          write_value_to_cloud(v); 

    } 

and the job would be done in my IoT Designer. 

Regards 

David
_______________________________________________
devel mailing list
devel@riot-os.org
https://lists.riot-os.org/mailman/listinfo/devel

Reply via email to