{"id":703,"date":"2022-05-23T15:48:07","date_gmt":"2022-05-23T12:48:07","guid":{"rendered":"https:\/\/mihhaillastovski.wordpress.com\/?page_id=703"},"modified":"2022-09-23T07:27:03","modified_gmt":"2022-09-23T07:27:03","slug":"%d0%bf%d1%80%d0%b0%d0%ba%d1%82%d0%b8%d0%ba%d0%b0-5-%d0%bf%d0%b0%d1%80%d0%bd%d0%b8%d0%ba","status":"publish","type":"page","link":"https:\/\/lastovski21.thkit.ee\/wp\/en\/%d0%bf%d1%80%d0%b0%d0%ba%d1%82%d0%b8%d0%ba%d0%b0-5-%d0%bf%d0%b0%d1%80%d0%bd%d0%b8%d0%ba\/","title":{"rendered":"Practice 5 &#8220;Information stand&#8221;"},"content":{"rendered":"\n<h2 class=\"wp-block-heading\">\u0425\u043e\u0434 \u0440\u0430\u0431\u043e\u0442\u044b<\/h2>\n\n\n\n<ol class=\"wp-block-list\"><li>\u0418\u0437\u0443\u0447\u0438\u043b\u0438 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b<\/li><li>\u0421\u0434\u0435\u043b\u0430\u043b\u0438 \u0441\u0445\u0435\u043c\u0443 \u0438 \u0437\u0430\u0434\u0430\u043b\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0445, \u043c\u0430\u0441\u0441\u0438\u0432\u043e\u0432 \u0438 \u043f\u0438\u043d\u043e\u0432 <\/li><\/ol>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: arduino; title: ; notranslate\" title=\"\">\n#include &lt;LiquidCrystal.h&gt; \/\/\u0431\u0438\u0431\u043b\u0438\u043e\u0442\u0435\u043a\u0430 lcd \u044d\u043a\u0440\u0430\u043d\u0430\n\nconst int rs = 12, e = 11, d4 = 5, d5 = 4, d6 = 3, d7 = 2; \/\/\u0440\u0430\u0437\u044a\u0435\u043c\u044b \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f lcd \u044d\u043a\u0440\u0430\u043d\u0430 \nLiquidCrystal lcd(rs, e, d4, d5, d6, d7); \/\/\u043e\u043f\u0440\u0435\u0434\u0435\u043b\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u044a\u0435\u043c\u043e\u0432\n\/\/\u043c\u0430\u0441\u0441\u0438\u0432\u044b \u0442\u0438\u043f\u0430 \u0434\u0430\u043d\u043d\u044b\u0445 byte \u0441\u043e\u0434\u0435\u0440\u0436\u0430\u0442 \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0443         \nbyte degree&#x5B;8] = {0b01100, 0b10010, 0b10010, 0b01100, 0b00000, 0b00000, 0b00000, 0b00000};\nbyte sun&#x5B;8] = {0b10000, 0b00110, 0b01111, 0b01111, 0b00110, 0b10000, 0b00101, 0b01001};\nbyte moon&#x5B;8] = {0b00000, 0b00000, 0b01110, 0b11101, 0b11111, 0b01110, 0b00000, 0b00000};\nbyte C&#x5B;8] = {0b01110, 0b10001, 0b10001, 0b10000, 0b10000, 0b10001, 0b10001, 0b01110};\nbyte up&#x5B;8] = {0b00000,0b01110,0b10101,0b10101,0b10001,0b01110,0b00000,0b00000};\nbyte right&#x5B;8] = {0b00000,0b01110,0b10001,0b10111,0b10001,0b01110,0b00000,0b00000};\nbyte down&#x5B;8] = {0b00000,0b01110,0b10001,0b10101,0b10101,0b01110,0b00000,0b00000};\nbyte left&#x5B;8] = {0b00000,0b01110,0b10001,0b11101,0b10001,0b01110,0b00000,0b00000};\n\n\/\/\u041f\u043e\u0442\u0435\u043d\u0446\u0438\u043e\u043c\u0435\u0442\u0440\nint sensorValue = 2;\nint Value_new;\n\n\/\/\u0421\u0432\u0435\u0442\nconst int sensorPin = 1;\nint lightLevel;\n\n\/\/\u0422\u0435\u0440\u043c\u043e\u0434\u0430\u0442\u0447\u0438\u043a\nconst int temperaturePin = 0;\nfloat voltage;\nint degreesC;\n\n<\/pre><\/div>\n\n\n<p>3. \u0417\u0430\u0434\u0430\u043b\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u043c\u0430\u0441\u0441\u0438\u0432\u0430 \u043a\u0430\u043a\u043e\u043c\u0443-\u0442\u043e \u0447\u0438\u0441\u043b\u0443<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: arduino; title: ; notranslate\" title=\"\">\nvoid setup()\n{\n  lcd.createChar(1, degree);\n  lcd.createChar(2, sun);\n  lcd.createChar(3, moon);\n  lcd.createChar(4, C);\n  \/\/\u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0438 \u0434\u043b\u044f \u0447\u0430\u0441\u043e\u0432\n  lcd.createChar(5, up);\n  lcd.createChar(6, right);\n  lcd.createChar(7, down);\n  lcd.createChar(8, left);\n}\n<\/pre><\/div>\n\n\n<p>4. \u041d\u0430\u043f\u0438\u0441\u0430\u043b\u0438 \u0432\u0441\u043f\u043e\u043c\u043e\u0433\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u0438<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: arduino; title: ; notranslate\" title=\"\">\nfloat tmp_stat() \/\/\u0441\u0447\u0438\u0442\u0430\u0435\u0442 \u0434\u0430\u043d\u043d\u044b\u0435 \u0441 \u0442\u0435\u0440\u043c\u043e\u0434\u0430\u0442\u0447\u0438\u043a\u0430\n{\n  voltage = getVoltage(temperaturePin); \/\/\u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442 \u0432\u043e\u043b\u044c\u0442\u0430\u0436\n  degreesC = (voltage - 0.5) * 100.0; \/\/\u043f\u043e \u0444\u043e\u0440\u043c\u0443\u043b\u0435 \u0441\u0447\u0438\u0442\u0430\u0435\u0442 \u0433\u0440\u0430\u0434\u0443\u0441\u044b \u0426\u0435\u043b\u044c\u0441\u0438\u044f\n  return voltage, degreesC; \/\/\u0432\u043e\u0437\u0432\u0440\u0430\u0449\u0430\u0435\u0442 \u0433\u0440\u0430\u0434\u0443\u0441\u044b \u0438 \u0432\u043e\u043b\u044c\u0442\u0430\u0436\n}\n\nfloat getVoltage(int pin) \/\/\u043f\u043e\u043b\u0443\u0447\u0430\u0435\u0442 \u0432\u043e\u043b\u044c\u0442\u0430\u0436 \u0441 \u0442\u0435\u0440\u043c\u043e\u0434\u0430\u0442\u0447\u0438\u043a\u0430\n{\n  return (analogRead(pin) * 0.004882814);\n}\n<\/pre><\/div>\n\n\n<p>5. \u0414\u0430\u043b\u0435\u0435 \u0432\u0441\u0435 \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u043b\u043e\u0441\u044c \u0438 \u043f\u0438\u0441\u0430\u043b\u043e\u0441\u044c \u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u043c \u0446\u0438\u043a\u043b\u0435<\/p>\n\n\n<div class=\"wp-block-syntaxhighlighter-code \"><pre class=\"brush: arduino; title: ; notranslate\" title=\"\">\nvoid loop()\n{\n  \n  lightLevel = analogRead(sensorPin); \/\/\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0441 \u0444\u043e\u0442\u043e\u0440\u0435\u0437\u0438\u0441\u0442\u043e\u0440\u0430\n  lightLevel = map(lightLevel, 300, 800, 0, 2); \/\/\u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0438\u0442 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0438\u0437 \u043e\u0434\u043d\u043e\u0433\u043e \u0434\u0438\u0430\u043f\u043e\u0437\u0430\u043d\u0430 \u0432 \u0434\u0440\u0443\u0433\u043e\u0439\n  lcd.begin(16, 2); \/\/\u0432\u044b\u0441\u0442\u0430\u0432\u043b\u0435\u043d\u0438\u0435 \u0440\u0430\u0437\u043c\u0435\u0440\u0430 \u044d\u043a\u0440\u0430\u043d\u0430\n  tmp_stat(); \n  \n  \/\/\u043f\u043e\u0442\u0435\u043d\u0446\u0438\u043e\u043c\u0435\u0442\u0440\n  Value_new = analogRead(sensorValue); \/\/\u0441\u0447\u0438\u0442\u044b\u0432\u0430\u0435\u0442 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u0441 \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u043e\u043c\u0435\u0442\u0440\u0430\n  Value_new = map(Value_new,0,1023,1,3); \/\/\u043f\u0435\u0440\u0435\u043d\u043e\u0441\u0438\u0442 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0438\u0437 \u043e\u0434\u043d\u043e\u0433\u043e \u0434\u0438\u0430\u043f\u043e\u0437\u0430\u043d\u0430 \u0432 \u0434\u0440\u0443\u0433\u043e\u0439\n  \n  \/\/\u041e\u0441\u043d\u043e\u0432\u043d\u043e\u0439 \u043a\u043e\u0434\n  if (Value_new == 1) \/\/\u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f if. \u0415\u0441\u043b\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u043e\u043c\u0435\u0442\u0440\u0430 \u0440\u0430\u0432\u043d\u043e 1, \u0442\u043e\n  {\n    lcd.clear(); \/\/lcd.clear() \u043e\u0447\u0438\u0449\u0430\u0435\u0442 \u044d\u043a\u0440\u0430\u043d\n    lcd.setCursor(5, 0); \/\/lcd.setCursor() \u0441\u0442\u0430\u0432\u0438\u0442 \u043a\u0443\u0440\u0441\u043e\u0440 \u043d\u0430 \u043f\u043e\u0437\u0438\u0446\u0438\u044e \n    lcd.print(&quot;Hello!&quot;); \/\/lcd.print() \u0432\u044b\u0432\u043e\u0434\u0438\u0442 \u043d\u0430 lcd \u044d\u043a\u0440\u0430\u043d \u0442\u0435\u043a\u0441\u0442\/\u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u0443\u044e\n    lcd.setCursor(11, 1);\n    lcd.print(voltage);\n    lcd.setCursor(15, 1);\n    lcd.print(&quot;V&quot;);\n    lcd.setCursor(0, 1);\n    lcd.print(&quot;24.05.22&quot;);\n    delay(1000);\n  }\n  else if(Value_new == 2)\/\/\u0438\u043d\u0430\u0447\u0435\n  {\n    lcd.clear();\n    if (degreesC &gt; 100 || degreesC &lt; 0)\/\/\u0435\u0441\u043b\u0438 \u0433\u0440\u0430\u0434\u0443\u0441\u043e\u0432 \u043c\u0435\u043d\u044c\u0448\u0435 100 \u0438\u043b\u0438 \u0431\u043e\u043b\u044c\u0448\u0435 0, \u0442\u043e\n    {\n      lcd.setCursor(5,0);\n    }\n    else \/\/\u0438\u043d\u0430\u0447\u0435\n    {\n      lcd.setCursor(6,0);\n    }\n    \n    lcd.print(degreesC);\n    lcd.setCursor(8,0);\n    lcd.write(4); \/\/\u0432\u044b\u0432\u043e\u0434\u0438\u0442 \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0443 \u0426\u0435\u043b\u044c\u0441\u0438\u044f\n    lcd.write(1); \/\/\u0432\u044b\u0432\u043e\u0434\u0438\u0442 \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0443 \u0433\u0440\u0430\u0434\u0443\u0441\u0430 \n    lcd.setCursor(0,0);\n    lcd.print(&quot;Tue.&quot;);\n    \n    if (lightLevel == 0) \/\/\u0435\u0441\u043b\u0438 \u0443\u0440\u043e\u0432\u0435\u043d\u044c \u0441\u0432\u0435\u0442\u0430 \u0440\u0430\u0432\u0435\u043d 0, \u0442\u043e\n    {\n      lcd.setCursor(6, 1);\n      lcd.write(2); \/\/\u0432\u044b\u0432\u043e\u0434\u0438\u0442 \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0443 \u0441\u043e\u043b\u043d\u0446\u0430\n      lcd.print(&quot;Day&quot;);\n      delay(1000);      \n    }\n    \n    else if (lightLevel == 1) \/\/\u0438\u043d\u0430\u0447\u0435\n    {\n      lcd.setCursor(5, 1);\n      lcd.write(3); \/\/\u0432\u044b\u0432\u043e\u0434\u0438\u0442 \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0443 \u043b\u0443\u043d\u044b\n      lcd.print(&quot;Night&quot;);\n      delay(1000);\n    \n    }\n    delay(1000);\n  }\n  else if(Value_new == 3)\n  {\n    int timer = 8; \/\/\u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u0430\u044f &quot;\u0442\u0430\u0439\u043c\u0435\u0440&quot;\n    lcd.clear();\n    lcd.setCursor(0,0);\n    lcd.print(&quot;Timer:&quot;);\n    for (timer; timer != -1; timer--) \/\/\u0446\u0438\u043a\u043b \u043e\u0431\u0440\u0430\u0442\u043d\u043e\u0433\u043e \u043e\u0442\u0441\u0447\u0435\u0442\u0430 \u043e\u0442 8 \u0434\u043e 0\n    { \n       \n      lcd.setCursor(7,0);\n      lcd.print(timer);\n      \n      lcd.setCursor(7,1);\n      switch (timer) \/\/\u043a\u043e\u043d\u0441\u0442\u0440\u0443\u043a\u0446\u0438\u044f switch case, \u043a\u043e\u0442\u043e\u0440\u0430\u044f \u0431\u0435\u0440\u0435\u0442 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u0438\u0437 \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u043e\u0439 timer \u0438 \u0432\u044b\u043f\u043e\u043b\u043d\u044f\u0435\u0442 \u0434\u0435\u0439\u0441\u0442\u0432\u0438\u044f \u0440\u0430\u0432\u043d\u043e\u0435 \u044d\u0442\u043e\u043c\u0443 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044e\n      {\n        case 8:\n        lcd.write(5);\n        break; \n        case 6:\n        lcd.write(6);\n        break;\n        case 4:\n        lcd.write(7);\n        break;\n        case 2:\n        lcd.write(8);\n        break;\n        case 0:\n        lcd.write(5);\n        break;\n      }\n      delay(1000);\n    }\n    lcd.clear();\n    lcd.setCursor(3,0);\n    lcd.print(&quot;Time out!!&quot;);\n    delay(1000);\n    lcd.clear();\n  }\n}\n\n<\/pre><\/div>\n\n\n<h2 class=\"wp-block-heading\">\u041a\u0430\u043a \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u0441\u0442\u0435\u043d\u0434<\/h2>\n\n\n\n<p>\u0421\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0441\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0441 \u0434\u0430\u0442\u0447\u0438\u043a\u043e\u0432<br>\u041f\u0440\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0438 \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u043e\u043c\u0435\u0442\u0440\u0430:<\/p>\n\n\n\n<ol class=\"wp-block-list\"><li>\u0412\u044b\u0432\u043e\u0434\u0438\u0442\u0441\u044f &#8220;Hello!&#8221;, \u0434\u0430\u0442\u0430 \u0438 \u0432\u043e\u043b\u044c\u0442\u0430\u0436<\/li><li>\u0412\u044b\u0432\u043e\u0434\u0438\u0442\u0441\u044f \u0434\u0435\u043d\u044c \u043d\u0435\u0434\u0435\u043b\u0438, \u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430 \u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 \u043e\u0442 \u0443\u0440\u043e\u0432\u043d\u044f \u0441\u0432\u0435\u0442\u0430 &#8220;Day&#8221; + \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0430 \u0441\u043e\u043b\u043d\u0446\u0430 \/ &#8220;Night&#8221; + \u043a\u0430\u0440\u0442\u0438\u043d\u043a\u0430 \u043b\u0443\u043d\u044b<\/li><li>\u0412\u044b\u0432\u043e\u0434\u0438\u0442\u0441\u044f \u043d\u0430\u0434\u043f\u0438\u0441\u044c &#8220;Timer: &#8221; \u0438 \u043d\u0430\u0447\u0438\u043d\u0430\u0435\u0442\u0441\u044f \u043e\u0431\u0440\u0430\u0442\u043d\u044b\u0439 \u043e\u0442\u0441\u0447\u0435\u0442 \u043e\u0442 8 \u0434\u043e 0. \u041d\u0430 8 \u0441\u0435\u043a\u0443\u043d\u0434\u0435 \u0441\u0442\u0440\u0435\u043b\u043a\u0430 \u0447\u0430\u0441\u043e\u0432 \u0432\u0432\u0435\u0440\u0445, \u043d\u0430 6 \u0432\u043f\u0440\u0430\u0432\u043e, \u043d\u0430 4 \u0432\u043d\u0438\u0437, \u043d\u0430 2 \u0432\u043b\u0435\u0432\u043e, \u043d\u0430 0 \u0432\u0432\u0435\u0440\u0445<\/li><\/ol>\n\n\n\n<p><strong>\u0421\u0441\u044b\u043b\u043a\u0430 \u043d\u0430 \u043f\u0440\u043e\u0435\u043a\u0442<br><\/strong>https:\/\/www.tinkercad.com\/things\/01NX5n86A7l-edgarda-lcd-\/editel?sharecode=zmy6fDQOFQizaFjcn5Jq_SsZTjg8BdG0DH4oyAfqUQI<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u041a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u044b<\/h2>\n\n\n\n<ul class=\"wp-block-list\"><li>\u0424\u043e\u0442\u043e\u0440\u0435\u0437\u0438\u0441\u0442\u043e\u0440 &#8211; 1<\/li><li>\u0420\u0435\u0437\u0438\u0441\u0442\u043e\u0440 220 \u041e\u043c &#8211; 1<\/li><li>\u0420\u0435\u0437\u0438\u0441\u0442\u043e\u0440 10 \u043a\u041e\u043c &#8211; 1<\/li><li>\u0422\u0435\u0440\u043c\u043e\u0434\u0430\u0442\u0447\u0438\u043a &#8211; 1<\/li><li>\u041f\u043e\u0442\u0435\u043d\u0446\u0438\u043e\u043c\u0435\u0442\u0440 &#8211; 1<\/li><li>LCD 1602 &#8211; 1<\/li><\/ul>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"661\" height=\"412\" src=\"https:\/\/lastovski21.thkit.ee\/wp\/wp-content\/uploads\/2022\/04\/pilt-46.png?w=661\" alt=\"\" class=\"wp-image-438\" srcset=\"https:\/\/lastovski21.thkit.ee\/wp\/en\/wp-content\/uploads\/sites\/2\/2022\/04\/pilt-46.png 661w, https:\/\/lastovski21.thkit.ee\/wp\/en\/wp-content\/uploads\/sites\/2\/2022\/04\/pilt-46-300x187.png 300w, https:\/\/lastovski21.thkit.ee\/wp\/en\/wp-content\/uploads\/sites\/2\/2022\/04\/pilt-46-150x93.png 150w, https:\/\/lastovski21.thkit.ee\/wp\/en\/wp-content\/uploads\/sites\/2\/2022\/04\/pilt-46-600x374.png 600w\" sizes=\"auto, (max-width: 661px) 100vw, 661px\" \/><figcaption>\u041c\u0430\u043a\u0435\u0442\u043a\u0430<\/figcaption><\/figure>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"704\" height=\"383\" src=\"https:\/\/lastovski21.thkit.ee\/wp\/wp-content\/uploads\/2022\/04\/pilt-47.png?w=704\" alt=\"\" class=\"wp-image-440\" srcset=\"https:\/\/lastovski21.thkit.ee\/wp\/en\/wp-content\/uploads\/sites\/2\/2022\/04\/pilt-47.png 704w, https:\/\/lastovski21.thkit.ee\/wp\/en\/wp-content\/uploads\/sites\/2\/2022\/04\/pilt-47-300x163.png 300w, https:\/\/lastovski21.thkit.ee\/wp\/en\/wp-content\/uploads\/sites\/2\/2022\/04\/pilt-47-150x82.png 150w, https:\/\/lastovski21.thkit.ee\/wp\/en\/wp-content\/uploads\/sites\/2\/2022\/04\/pilt-47-600x326.png 600w\" sizes=\"auto, (max-width: 704px) 100vw, 704px\" \/><figcaption>Arduino UNO R3<\/figcaption><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">C\u0445\u0435\u043c\u0430 \u043f\u043e\u0434\u043a\u043b\u044e\u0447\u0435\u043d\u0438\u044f \u043a\u043e\u043c\u043f\u043e\u043d\u0435\u043d\u0442\u043e\u0432 \u043a \u043f\u043b\u0430\u0442\u0435<\/h2>\n\n\n\n<figure class=\"wp-block-image size-large\"><img loading=\"lazy\" decoding=\"async\" width=\"913\" height=\"620\" src=\"https:\/\/lastovski21.thkit.ee\/wp\/wp-content\/uploads\/2022\/05\/image-52.png?w=913\" alt=\"\" class=\"wp-image-713\" srcset=\"https:\/\/lastovski21.thkit.ee\/wp\/en\/wp-content\/uploads\/sites\/2\/2022\/05\/image-52.png 913w, https:\/\/lastovski21.thkit.ee\/wp\/en\/wp-content\/uploads\/sites\/2\/2022\/05\/image-52-300x204.png 300w, https:\/\/lastovski21.thkit.ee\/wp\/en\/wp-content\/uploads\/sites\/2\/2022\/05\/image-52-768x522.png 768w, https:\/\/lastovski21.thkit.ee\/wp\/en\/wp-content\/uploads\/sites\/2\/2022\/05\/image-52-150x102.png 150w, https:\/\/lastovski21.thkit.ee\/wp\/en\/wp-content\/uploads\/sites\/2\/2022\/05\/image-52-600x407.png 600w\" sizes=\"auto, (max-width: 913px) 100vw, 913px\" \/><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\">\u0412\u043e\u0437\u043c\u043e\u0436\u043d\u043e\u0441\u0442\u0438 \u043f\u0440\u0438\u043c\u0435\u043d\u0435\u043d\u0438\u044f \u0432 \u0436\u0438\u0437\u043d\u0438<\/h2>\n\n\n\n<p>LCD \u044d\u043a\u0440\u0430\u043d \u043c\u043e\u0436\u043d\u043e \u043f\u0440\u0438\u043c\u0435\u043d\u0438\u0442\u044c \u0434\u043b\u044f:<\/p>\n\n\n\n<ul class=\"wp-block-list\"><li>\u0412\u044b\u0432\u043e\u0434\u0430 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u0438 \u0432 \u0438\u0433\u0440\u0443\u0448\u043a\u0435, \u0442\u0435\u0445\u043d\u0438\u043a\u0435 \u0438\u043b\u0438 \u043d\u0430 \u0441\u0442\u0430\u043d\u043a\u0435<\/li><\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">\u0412\u0438\u0434\u0435\u043e \u0440\u0430\u0431\u043e\u0442\u044b<\/h2>\n\n\n\n<figure class=\"wp-block-embed is-type-video is-provider-youtube wp-block-embed-youtube wp-embed-aspect-16-9 wp-has-aspect-ratio\"><div class=\"wp-block-embed__wrapper\">\n<p class=\"responsive-video-wrap clr\"><iframe loading=\"lazy\" title=\"Infoekraan (\u0418\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u0441\u0442\u0435\u043d\u0434)\" width=\"1200\" height=\"675\" src=\"https:\/\/www.youtube.com\/embed\/eSod7kv6a6I?feature=oembed\" frameborder=\"0\" allow=\"accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture\" allowfullscreen><\/iframe><\/p>\n<\/div><figcaption>\u041d\u0430 \u0432\u0438\u0434\u0435\u043e \u043d\u0435 \u043f\u043e\u043b\u0443\u0447\u0438\u043b\u043e\u0441\u044c \u043f\u043e\u043a\u0430\u0437\u0430\u0442\u044c \u0440\u0430\u0431\u043e\u0442\u0443 \u0441\u0435\u0440\u0432\u043e\u043f\u0440\u0438\u0432\u043e\u0434\u0430<\/figcaption><\/figure>\n","protected":false},"excerpt":{"rendered":"<p>\u0425\u043e\u0434 \u0440\u0430\u0431\u043e\u0442\u044b \u0418\u0437\u0443\u0447\u0438\u043b\u0438 \u043c\u0430\u0442\u0435\u0440\u0438\u0430\u043b \u0421\u0434\u0435\u043b\u0430\u043b\u0438 \u0441\u0445\u0435\u043c\u0443 \u0438 \u0437\u0430\u0434\u0430\u043b\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u044f \u043f\u0435\u0440\u0435\u043c\u0435\u043d\u043d\u044b\u0445, \u043c\u0430\u0441\u0441\u0438\u0432\u043e\u0432 \u0438 \u043f\u0438\u043d\u043e\u0432 3. \u0417\u0430\u0434\u0430\u043b\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0435 \u043a\u0430\u0436\u0434\u043e\u0433\u043e \u043c\u0430\u0441\u0441\u0438\u0432\u0430 \u043a\u0430\u043a\u043e\u043c\u0443-\u0442\u043e \u0447\u0438\u0441\u043b\u0443 4. \u041d\u0430\u043f\u0438\u0441\u0430\u043b\u0438 \u0432\u0441\u043f\u043e\u043c\u043e\u0433\u0430\u0442\u0435\u043b\u044c\u043d\u044b\u0435 \u0444\u0443\u043d\u043a\u0446\u0438\u0438 5. \u0414\u0430\u043b\u0435\u0435 \u0432\u0441\u0435 \u043f\u0440\u0438\u043c\u0435\u043d\u044f\u043b\u043e\u0441\u044c \u0438 \u043f\u0438\u0441\u0430\u043b\u043e\u0441\u044c \u0432 \u043e\u0441\u043d\u043e\u0432\u043d\u043e\u043c \u0446\u0438\u043a\u043b\u0435 \u041a\u0430\u043a \u0440\u0430\u0431\u043e\u0442\u0430\u0435\u0442 \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u043e\u043d\u043d\u044b\u0439 \u0441\u0442\u0435\u043d\u0434 \u0421\u043e\u0431\u0438\u0440\u0430\u0435\u0442\u0441\u044f \u0438\u043d\u0444\u043e\u0440\u043c\u0430\u0446\u0438\u044f \u0441 \u0434\u0430\u0442\u0447\u0438\u043a\u043e\u0432\u041f\u0440\u0438 \u0437\u043d\u0430\u0447\u0435\u043d\u0438\u0438 \u043f\u043e\u0442\u0435\u043d\u0446\u0438\u043e\u043c\u0435\u0442\u0440\u0430: \u0412\u044b\u0432\u043e\u0434\u0438\u0442\u0441\u044f &#8220;Hello!&#8221;, \u0434\u0430\u0442\u0430 \u0438 \u0432\u043e\u043b\u044c\u0442\u0430\u0436 \u0412\u044b\u0432\u043e\u0434\u0438\u0442\u0441\u044f \u0434\u0435\u043d\u044c \u043d\u0435\u0434\u0435\u043b\u0438, \u0442\u0435\u043c\u043f\u0435\u0440\u0430\u0442\u0443\u0440\u0430 \u0438 \u0432 \u0437\u0430\u0432\u0438\u0441\u0438\u043c\u043e\u0441\u0442\u0438 [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"","meta":{"ocean_post_layout":"","ocean_both_sidebars_style":"","ocean_both_sidebars_content_width":0,"ocean_both_sidebars_sidebars_width":0,"ocean_sidebar":"","ocean_second_sidebar":"","ocean_disable_margins":"enable","ocean_add_body_class":"","ocean_shortcode_before_top_bar":"","ocean_shortcode_after_top_bar":"","ocean_shortcode_before_header":"","ocean_shortcode_after_header":"","ocean_has_shortcode":"","ocean_shortcode_after_title":"","ocean_shortcode_before_footer_widgets":"","ocean_shortcode_after_footer_widgets":"","ocean_shortcode_before_footer_bottom":"","ocean_shortcode_after_footer_bottom":"","ocean_display_top_bar":"default","ocean_display_header":"default","ocean_header_style":"","ocean_center_header_left_menu":"","ocean_custom_header_template":"","ocean_custom_logo":0,"ocean_custom_retina_logo":0,"ocean_custom_logo_max_width":0,"ocean_custom_logo_tablet_max_width":0,"ocean_custom_logo_mobile_max_width":0,"ocean_custom_logo_max_height":0,"ocean_custom_logo_tablet_max_height":0,"ocean_custom_logo_mobile_max_height":0,"ocean_header_custom_menu":"","ocean_menu_typo_font_family":"","ocean_menu_typo_font_subset":"","ocean_menu_typo_font_size":0,"ocean_menu_typo_font_size_tablet":0,"ocean_menu_typo_font_size_mobile":0,"ocean_menu_typo_font_size_unit":"px","ocean_menu_typo_font_weight":"","ocean_menu_typo_font_weight_tablet":"","ocean_menu_typo_font_weight_mobile":"","ocean_menu_typo_transform":"","ocean_menu_typo_transform_tablet":"","ocean_menu_typo_transform_mobile":"","ocean_menu_typo_line_height":0,"ocean_menu_typo_line_height_tablet":0,"ocean_menu_typo_line_height_mobile":0,"ocean_menu_typo_line_height_unit":"","ocean_menu_typo_spacing":0,"ocean_menu_typo_spacing_tablet":0,"ocean_menu_typo_spacing_mobile":0,"ocean_menu_typo_spacing_unit":"","ocean_menu_link_color":"","ocean_menu_link_color_hover":"","ocean_menu_link_color_active":"","ocean_menu_link_background":"","ocean_menu_link_hover_background":"","ocean_menu_link_active_background":"","ocean_menu_social_links_bg":"","ocean_menu_social_hover_links_bg":"","ocean_menu_social_links_color":"","ocean_menu_social_hover_links_color":"","ocean_disable_title":"default","ocean_disable_heading":"default","ocean_post_title":"","ocean_post_subheading":"","ocean_post_title_style":"","ocean_post_title_background_color":"","ocean_post_title_background":0,"ocean_post_title_bg_image_position":"","ocean_post_title_bg_image_attachment":"","ocean_post_title_bg_image_repeat":"","ocean_post_title_bg_image_size":"","ocean_post_title_height":0,"ocean_post_title_bg_overlay":0.5,"ocean_post_title_bg_overlay_color":"","ocean_disable_breadcrumbs":"default","ocean_breadcrumbs_color":"","ocean_breadcrumbs_separator_color":"","ocean_breadcrumbs_links_color":"","ocean_breadcrumbs_links_hover_color":"","ocean_display_footer_widgets":"default","ocean_display_footer_bottom":"default","ocean_custom_footer_template":"","footnotes":""},"class_list":["post-703","page","type-page","status-publish","hentry","entry","owp-thumbs-layout-horizontal","owp-btn-normal","owp-tabs-layout-horizontal","has-no-thumbnails","has-product-nav"],"_links":{"self":[{"href":"https:\/\/lastovski21.thkit.ee\/wp\/en\/wp-json\/wp\/v2\/pages\/703","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/lastovski21.thkit.ee\/wp\/en\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/lastovski21.thkit.ee\/wp\/en\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/lastovski21.thkit.ee\/wp\/en\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/lastovski21.thkit.ee\/wp\/en\/wp-json\/wp\/v2\/comments?post=703"}],"version-history":[{"count":1,"href":"https:\/\/lastovski21.thkit.ee\/wp\/en\/wp-json\/wp\/v2\/pages\/703\/revisions"}],"predecessor-version":[{"id":1184,"href":"https:\/\/lastovski21.thkit.ee\/wp\/en\/wp-json\/wp\/v2\/pages\/703\/revisions\/1184"}],"wp:attachment":[{"href":"https:\/\/lastovski21.thkit.ee\/wp\/en\/wp-json\/wp\/v2\/media?parent=703"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}