Please add to the GitHub page as you modify or create more code. I think it would be cool if the community was able drive this hack to new limits and beyond!
I am completely new to Cayenne, and are having problems getting my Photons to āspeakā to Cayenne.
I followed the six steps in your instructions. It worked ;-.)
But in the Photon code example, I donāt have a Cayenne object. So I can not use native Cayenne functions like
``Cayenne.celsiusWrite(VIRTUAL_PIN, sensors.getTempCByIndex(0));
Blynk functions are available, but are not updating the Cayenne widgets.
So could you share your Photon āBlink-Ledā code to give me some pointers to where my problem might be ?
Glad you got your board showing in Cayenne! Now I am excited to see if you can get some sensors data showing
So for digital Read/Write functions there is no need to add additional code, itās natively supported in Cayenne libs. Youāll just have to add a widget in the dashboard UI. You could choose a generic digital output widget and then select the Pin number that the LED is connected to on your Particle board. Does that make sense?
I tried using and modifying the Blink LED code to read temperature from a DS18B20 sensor. I tried following the sample Cayenne DS18B20 Example Sketch but it doesnāt seem to play nice with the Particle Dallas library. Has anyone gotten anywhere with reading temperature from a Particle device?