User Portlet User Portlet

Discussions
Thanks John I’ll look forward to the fix. Ken
Is it possible to get the readings of the DS18B20 through the Mathematica custom Arduino Sketch?
Just starting up on the various cloud functions, and trying to get my mind around them. I am making the transition from webMathematica (JSP, etc.) over to trying out the suite of Cloud functions. I think that I have figured out that CloudDeploy[ ]...
Thanks Sean. The expansion of x +=1 explains it, so this works: replace: **f[item]+=1** with **i=item;f[i]+=1** : I had been using an association instead of a list to keep track of frequencies, so there is no need to add one for the offset.
Thanks Ilian, it hadn't occurred to me that the serial connection wasn't initialized. I simply put my code into a package and I delayed running it a minute within a ScheduledTask. It worked!
Hi, I am trying to upload temperature and humidity data from DHT 22 sensor connected to Raspberry pi into the Wolfram Datadrop. I read the GPIO documentation. I understand GPIO DeviceRead command gives the value one or zero.I used the following ...