Questions tagged [arduino-iot-cloud]

4 questions
0
votes
1 answer

How to connect an Arduino Uno with an ESP-01 to the Arduino IoT cloud?

I have been trying to connect to the Arduino IoT cloud using my Arduino Uno and an ESP-01. The Arduino IoT cloud does not recognize my device as genuine. Hence, I've been trying to create a thing and connecting it as a third-party device. I have an…
0
votes
1 answer

A peristaltic pump with pH sensor and web based output project

Good day to you all, I am asking here to confirm that my project is feasible. I have low knowledge of Arduino and other components. Please help me in achieving this project. I already have the peristaltic pump and pH sensor working with Arduino uno.…
0
votes
1 answer

What's the difference between CloudTemperature, CloudTemperatureSensor and Float data types?

I have a SHT30 sensor for Wemos and I am learning to use Arduino IOT Cloud. I use float data type for my temperature variable but I see two more data types: CloudTemperature CloudTemperatureSensor What are the differences? Shouldn't use float?
0
votes
1 answer

got a compiling error while programming node mcu

i was programming my node mcu i modified the code and got a complination error but when i compiled the original code i got no error modified code #include "arduino_secrets.h" #include "thingProperties.h" // define the GPIO connected with Relays and…