Hi All,
I have compiled the demo find on rev.3 UM “mangoh-Red”, the app running well, but when I try to start the redSensorToCloud app, the system answer that the app is not installed…
If I try to start other apps, they running …
It is registered to the home network yet the name of the network operator does not show.
I also get the following message in the log:
Nov 7 07:38:28 | supervisor[476]/supervisor T=main | app.c CreateFileLink() 1461 | Could not stat file at ‘/sys/devices/i2c-0/0-0068/iio:device0/in_accel_x_raw’. No such file or directory
I check the directory tree and found that 0-0068 is missing. There are four directories that have the same structure. They are:
0-001a
0-003a
0-006a
0-0071
The IoT slot kernel module was enabled recently and it conflicts with gpioExpanderServiceRed. There is a problem where the GPIO expander GPIOs either need to be controlled by the kernel or by a userspace driver. Due to software design issues, the GPIOs are not available to userspace when they are controlled by the kernel driver. There has been some talk about trying to fix this, but I don’t know when it will happen.
Hi,
I need to realize e simple test with the temperature sensor on mangoh-red board and send the data to airvantage for viewing them… very simple I suppose.
I changed the SIM card and the device connected to AirVantage. I ran redSensorToCloud without being able to see the data on AirVantage. I am going to dig deeper into this.