there is no schema in this archive
Ihor
Posts
-
💬 Automatic stairs led lighting arduino shield -
💬 Soil Moisture Sensorany ideas?
-
💬 Soil Moisture Sensor SMDthe message sending time was reduced to 10 seconds as in the debug mode. There is no difference in the dry sensor or in the water.
-
💬 Soil Moisture Sensor SMDI have such a problem. When the Shild in the debug mode, the humidity information is sent. in operating mode only information about the capacity of the battery. not an understandable problem.
-
💬 Soil Moisture SensorI use A0, A1
2018-08-12 01:31:11.969 [vent.ItemStateChangedEvent] - MoistHum changed from 11 to 9642018-08-12 01:31:42.386 [vent.ItemStateChangedEvent] - MoistHum changed from 964 to 121
2018-08-12 01:31:42.440 [vent.ItemStateChangedEvent] - MoistBat changed from 42 to 43
2018-08-12 01:32:13.860 [vent.ItemStateChangedEvent] - MoistHum changed from 121 to 299
2018-08-12 01:32:45.300 [vent.ItemStateChangedEvent] - MoistHum changed from 299 to 129
2018-08-12 01:33:16.717 [vent.ItemStateChangedEvent] - MoistHum changed from 129 to -11
2018-08-12 01:33:48.132 [vent.ItemStateChangedEvent] - MoistHum changed from -11 to -101
2018-08-12 01:34:19.528 [vent.ItemStateChangedEvent] - MoistHum changed from -101 to 514
2018-08-12 01:34:50.943 [vent.ItemStateChangedEvent] - MoistHum changed from 514 to 1478
2018-08-12 01:35:22.355 [vent.ItemStateChangedEvent] - MoistHum changed from 1478 to -265
What do I connect wrongly? the results are not true
-
💬 Soil Moisture Sensorunderstandably. but I asked about D6 (D7). what is the sensor connection?
-
💬 Soil Moisture SensorHow to use:
Required to interface the sensor: 2 * 4.7kOhm + 2 * 1N4148 (DESCRIPTION in skech)
And: D6, D7: alternative powering to avoid sensor degradation- A0, A1: alternative resistance measuring
-
💬 Soil Moisture SensorI understood. Thank you
-
💬 Soil Moisture SensorI mean, in sketch: A0, A1: alternative resistance measuring. In MySensors usually, A0 input battery level.
-
💬 Soil Moisture SensorHey. usually on A0 battery. as here?
-
💬 Air Humidity Sensor - DHTI have some problem...
C:\Users\ibaturin\Desktop\DHT\DHT.ino: In function 'void loop()':
DHT:104: error: no matching function for call to 'DHT::readSensor(bool)'
dht.readSensor(true);
^C:\Users\ibaturin\Desktop\DHT\DHT.ino:104:22: note: candidate is:
In file included from C:\Users\ibaturin\Desktop\DHT\DHT.ino:44:0:
C:\ARDUINO\arduino-nightly\portable\sketchbook\libraries\arduino-DHT-master/DHT.h:83:8: note: void DHT::readSensor()
void readSensor();
^C:\ARDUINO\arduino-nightly\portable\sketchbook\libraries\arduino-DHT-master/DHT.h:83:8: note: candidate expects 0 arguments, 1 provided
exit status 1
no matching function for call to 'DHT::readSensor(bool)'