I have a mangOH yellow that I set up using these instructions:
Now, I am trying to interface with the existing apps on the device, like DataHub and the environmental sensor. It seems like I can’t compile my app with the bindings referencing the external API. I get an error that the server API does not exist.
I also tried adding “#include 'yellow.sdef” to bundle the yellow sdef with mine. I then hit an error
“fatal error: bsec_interface.h: No such file or directory”
It seems that trying to compile the yellow system outside using the “make yellow” command in leaf shell does not work.
So, then I tried compiling just my app alone. It seemed to compile and install on the device, however the API calls aren’t actually doing anything. The component that connects to the API doesn’t seem to be failing to run, but it it isn’t doing anything else either.
Anyone know what the trick to using external APIs is?