Iot arduino problem

Hello,
I have a little problem. I'm trying to find any tutorial for arduino and IoT cloud programming. So far I've found a lot of tutorials for measuring humidity, temperature ... but I can't find any that would help me display the digital input from the arduino on the dashboard using the LED icon. If it's not a problem to refer me to a tutorial or if someone has an example of some simple code, I would be grateful.

Thanks

Welcome to the forum

Your other topic on the same subject deleted.

Please do not duplicate your questions as doing so wastes the time and effort of the volunteers trying to help you as they are then answering the same thing in different places.

Repeated duplicate posting could result in a temporary or permanent ban from the forum.

Could you take a few moments to Learn How To Use The Forum

It will help you get the best out of the forum in the future.

Thank you.

Hello @hefest13,

that should be pretty straight forward, you would need to:

  • add a boolean variable on your thing
  • just use that variable with
  yourval = digitalRead(Pin);  

then connect your variable to a LED widget

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.