there is no schema in this archive
Posts made by Ihor
-
RE: 💬 Automatic stairs led lighting arduino shieldposted in OpenHardware.io
-
RE: 💬 Soil Moisture Sensor SMDposted in OpenHardware.io
the 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.
-
RE: 💬 Soil Moisture Sensor SMDposted in OpenHardware.io
I 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.
-
RE: 💬 Soil Moisture Sensorposted in Announcements
I 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
-
RE: 💬 Soil Moisture Sensorposted in Announcements
understandably. but I asked about D6 (D7). what is the sensor connection?
-
RE: 💬 Soil Moisture Sensorposted in Announcements
How 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
-
RE: 💬 Soil Moisture Sensorposted in Announcements
I mean, in sketch: A0, A1: alternative resistance measuring. In MySensors usually, A0 input battery level.
-
RE: 💬 Air Humidity Sensor - DHTposted in Announcements
I 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)'