Hello,
I am currently trying to adapt the RedSensorToCloud apps to mangOH Yellow. Based on the same mechanism as for mangOH Red, I created to apps : YellowSensor and YellowCloud.
When I tried to update the system on my mangOH, something went wrong when starting the YellowSensor app. I couldn’t tell what happened since I used the exact same components as the YellowSensor sample project.
Here’s what my logread -f tells me :
Sans titre (98.4 KB)
And here is my YellowSensor app :
start: manual
executables:
{
yellowSensor = ( $CURDIR/../components/sensors/light
$CURDIR/../components/sensors/imu )
}
processes:
{
run:
{
( yellowSensor )
}
envVars:
{
LE_LOG_LEVEL = DEBUG
}
faultAction: restart
}
extern:
{
yellowSensor.light.light
yellowSensor.periodicSensor.dhubIO
yellowSensor.imu.imu
yellowSensor.imu.temperature
}
bindings:
{
yellowSensor.light.dhubIO -> dataHub.io
yellowSensor.periodicSensor.dhubIO -> dataHub.io
yellowSensor.imu.dhubIO -> dataHub.io
}