User Portlet User Portlet

Discussions
I have 2 RPi's at the moment and I'm trying to combine them. I have launched 2 remote kernels, but I can't parallelize them. I think Lightweight Grid should help, but this library can't be connected on Wolfram Language. What am I doing wrong?...
I really don't want to buy an expensive and boring weather station, so I decided to connect [b]DS18B20 [/b]that costs $6 in a local hardware store. [center][size=3][img=width: 329px; height:...
I had to re-install Raspbian OS and now it has new SSH key. SSH clients usually let ignore this fact and save the new key, but not now. Mathematica gives no way to go if the Host Key was changed. I get an error[code]SSH received a different Host Key...
I want to share my experience on getting rid of "Raspberry Pi" remote kernel multiplying. When using the Remote Development Pallete to configure the Pi Connection more then 1 times, you will notice that the kernels with the same names are...
I've noticed that the DeviceConfigure["GPIO", 4 -> "Output"] DeviceWrite["GPIO",4 -> 1]does nothing being executed from the remote kernel of Mathematica. When I write justDeviceWrite["GPIO",4 -> 1]from the command line,...