Iāve checked, and credentials are matching. Last night Iām installed 1.0.2 libraries, and im using sketch in Arduino IDE and only this codes, and I click on āBring your own devicesā. This method, and its works. But i have couple of questions if you can answer to me, i will be much thankfull very very much.
1.) In what situation, or with which hardware i must to use standard method to connect on Cayenne(regular click on Arduino picture of board itdā¦), or when i must to use other method āBring your own devicesā, and using āCustom widgetā only.
2.)I have all connected, all working, and after connect to server, its all working, but for five minutes when i was in bathroom or something, probably server goes to standby or something, and its nothing working, i must to plug out usb from Arduino, and plug in back and reconnect, and i wait for litle while, and its working. It must to working with stable connection, i going to connect 30 sensors, and Central Heating System on gas, and i need stable connection, not for five minutes, then must to restart devices. Why im lossing connection?
3.) For example, i was connected a TMP36, Photoresistor and a LED. And all propertly working, but when one sensor changing a readings, its affects on other sensor. For example, when i lighted to photoresistor, and that sensor quickly goes to above 1000+ value, then TMP36 quickly goes from 33C to -26C, or 12C, its going crazy.
4.) When adding more sensors, can i define virtual channels like this:
#define VIRTUAL_CHANNEL_SENSOR1 1
#define VIRTUAL_CHANNEL_SENSOR2 2
#define VIRTUAL_CHANNEL_SENSOR3 3
ā¦ā¦ā¦ā¦ā¦ā¦ā¦ā¦AND ITCā¦ OR I MAY TO USE BETTER METHOD?
Thank in advance!