
How to program the Ultrasonic Sensor(HC-SR04)
One of the most amazing sensor to which i deal with is Ultrasonic sensor, the reason is, it uses the speed of sound to detect [Read More..]
One of the most amazing sensor to which i deal with is Ultrasonic sensor, the reason is, it uses the speed of sound to detect [Read More..]
int Sensor_Pin = 0; int raw_val; float final_temp; void setup() { analogReference(INTERNAL); Serial.begin(9600); } void loop() { raw_val = analogRead(Sensor_Pin); final_temp = raw_val / 9.31; [Read More..]
We Know the IoT(Internet of things) is the next step to the smarter world, but IoT required the Raw data which need to sense from [Read More..]
Copyright © 2021 | Powered By Cloudyrathor