solettaproject / soletta

Soletta Project is a framework for making IoT devices. With Soletta Project's libraries developers can easily write software for devices that control actuators/sensors and communicate using standard technologies. It enables adding smartness even on the smallest edge devices.
http://solettaproject.org
Apache License 2.0
225 stars 108 forks source link

Analog AIO interface not working #1601

Closed sragavan closed 8 years ago

sragavan commented 8 years ago

Task Description

Analog AIO api doesn't seem to be working. Tested with the below steps on flow as well.

Dependencies

Issue Description

Steps to reproduce

Open the device ip:8080 flow editor and open the Groove sample for Temperature sensor. Run the source and it reports -273.150000C. Which is 0K and it should report real temperature.

Board information

Intel Edison/Soletta from github

mbelluzzo commented 8 years ago

If you are using Soletta Dev-app, the patch that fix this issue is'nt in yet (commit '38073d'). It should be in for beta 16. What you can do to fix this issue in the meanwhile is to compile Soletta master branch and overwrite the installation on your dev-app image.

glima commented 8 years ago

@mbelluzzo: is this fixed now?

mbelluzzo commented 8 years ago

yep