Hello.
I have been trying to create a project with the temperature sensor and the buzzer. The concept is to turn on the buzzer each time the temperature crosses the threshold value. And to turn off the buzzer whenever the temperature comes back under the threshold value.
But whenever I am connecting the buzzer and the sensor respectively, there’s error to send request for the sensor value. Or if the buzzer turns on, then the sensor value doesn’t load. Also, if the buzzer is disconnected from the circuit, the temperature readings start appearing as it normally should.
Is it because I am using the same API key to invoke both the LM35 sensor reading as well as to access the buzzer? Is it not possible to operate two different devices with the same API key?
Please help.