{"id":1298,"date":"2021-11-10T15:45:48","date_gmt":"2021-11-10T14:45:48","guid":{"rendered":"https:\/\/www.onetimenexttime.sk\/arduino\/?post_type=product&#038;p=1298"},"modified":"2024-02-22T17:04:19","modified_gmt":"2024-02-22T16:04:19","slug":"solution-ph-value-temperature-detection-sensor-module-for-arduino","status":"publish","type":"product","link":"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/produkt\/solution-ph-value-temperature-detection-sensor-module-for-arduino\/","title":{"rendered":"Solution PH value &#038; Temperature detection sensor module for arduino"},"content":{"rendered":"<p>&nbsp;<\/p>\n<div class=\"container\">\n<h1>Senzor detekcie pH hodnoty &amp; Teploty pre Arduino<\/h1>\n<h2>Popis:<\/h2>\n<p>Tento senzor modul umo\u017e\u0148uje detekciu pH hodnoty a teploty pre Arduino projekty.<br \/>\nJe vhodn\u00fd pre r\u00f4zne aplik\u00e1cie, vr\u00e1tane merania pH hodnoty v p\u00f4de, vode alebo in\u00fdch tekutin\u00e1ch.<\/p>\n<h2>Vlastnosti:<\/h2>\n<ul>\n<li>Jednoduch\u00e1 integr\u00e1cia s Arduino platformou<\/li>\n<li>Presn\u00e9 meranie pH hodnoty a teploty<\/li>\n<li>Praktick\u00fd pre r\u00f4zne projekty<\/li>\n<li>Mo\u017enos\u0165 kalibr\u00e1cie pH senzora<\/li>\n<\/ul>\n<h2>\u0160pecifik\u00e1cie:<\/h2>\n<table>\n<tbody>\n<tr>\n<th>Parameter<\/th>\n<th>Hodnota<\/th>\n<\/tr>\n<tr>\n<td>Typ senzora<\/td>\n<td>pH a teplotn\u00fd senzor<\/td>\n<\/tr>\n<tr>\n<td>Rozsah merania pH<\/td>\n<td>0 &#8211; 14<\/td>\n<\/tr>\n<tr>\n<td>Rozsah merania teploty<\/td>\n<td>-10\u00b0C a\u017e 80\u00b0C<\/td>\n<\/tr>\n<tr>\n<td>Rozhranie<\/td>\n<td>Analogov\u00e9<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Pr\u00edklady pou\u017eitia:<\/h2>\n<ul>\n<li>Monitorovanie pH hodnoty v akv\u00e1riu<\/li>\n<li>Meranie pH hodnoty v z\u00e1hradnej p\u00f4de<\/li>\n<li>Regul\u00e1cia pH v hydroponick\u00fdch syst\u00e9moch<\/li>\n<\/ul>\n<h2>Pr\u00edkladov\u00fd k\u00f3d pre Arduino:<\/h2>\n<pre><code>\/\/ Include the libraries\r\n#include &lt;Wire.h&gt;\r\n#include &lt;LiquidCrystal_I2C.h&gt;\r\n\r\n\/\/ Define the LCD address\r\n#define I2C_ADDR 0x27 \r\n\r\n\/\/ Define the LCD size\r\n#define LCD_COLS 16\r\n#define LCD_ROWS 2\r\n\r\n\/\/ Initialize the LCD\r\nLiquidCrystal_I2C lcd(I2C_ADDR, LCD_COLS, LCD_ROWS);\r\n\r\nvoid setup() {\r\n  \/\/ Initialize the LCD\r\n  lcd.init();\r\n  lcd.backlight();\r\n\r\n  \/\/ Print a message\r\n  lcd.setCursor(0, 0);\r\n  lcd.print(\"pH: 7.0\");\r\n  lcd.setCursor(0, 1);\r\n  lcd.print(\"Temp: 25C\");\r\n}\r\n\r\nvoid loop() {\r\n  \/\/ Main loop code\r\n}<\/code><\/pre>\n<h2>Pr\u00edkladov\u00fd k\u00f3d pre ESPHome:<\/h2>\n<pre><code>sensor:\r\n  - platform: adc\r\n    pin: A0\r\n    name: \"pH Sensor\"\r\n    update_interval: 60s\r\n    unit_of_measurement: \"pH\"<\/code><\/pre>\n<div class=\"button-container\"><button class=\"copy-button\">Skop\u00edrova\u0165 k\u00f3d<\/button><\/div>\n<\/div>\n<p><script>\n        function copyCode() {\n            var code = document.querySelector('pre code');\n            navigator.clipboard.writeText(code.innerText);\n            alert(\"K\u00f3d bol skop\u00edrovan\u00fd do schr\u00e1nky!\");\n        }\n    <\/script><\/p>\n<p>&nbsp;<\/p>\n<style>\n        body {<br \/>\n            font-family: Arial, sans-serif;<br \/>\n            background-color: #f2f2f2;<br \/>\n            margin: 0;<br \/>\n            padding: 0;<br \/>\n        }<br \/>\n        .container {<br \/>\n            width: 80%;<br \/>\n            margin: 20px auto;<br \/>\n            background-color: #fff;<br \/>\n            padding: 20px;<br \/>\n            border-radius: 8px;<br \/>\n            box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);<br \/>\n        }<br \/>\n        table {<br \/>\n            width: 100%;<br \/>\n            border-collapse: collapse;<br \/>\n        }<br \/>\n        th, td {<br \/>\n            padding: 10px;<br \/>\n            text-align: left;<br \/>\n            border-bottom: 1px solid #ddd;<br \/>\n        }<br \/>\n        th {<br \/>\n            background-color: #f2f2f2;<br \/>\n        }<br \/>\n        button {<br \/>\n            padding: 10px 20px;<br \/>\n            background-color: #007bff;<br \/>\n            color: #fff;<br \/>\n            border: none;<br \/>\n            border-radius: 4px;<br \/>\n            cursor: pointer;<br \/>\n        }<br \/>\n        button:hover {<br \/>\n            background-color: #0056b3;<br \/>\n        }<br \/>\n    <\/style>\n<p>&nbsp;<\/p>\n<div class=\"container\">\n<h1>Senzor pH hodnoty &amp; Teploty pre Arduino<\/h1>\n<h2>Popis:<\/h2>\n<p>Senzor pH hodnoty &amp; Teploty je modul, ktor\u00fd umo\u017e\u0148uje meranie pH hodnoty a teploty prostredia pomocou platformy Arduino. Je ide\u00e1lny pre r\u00f4zne projekty, kde je potrebn\u00e9 monitorova\u0165 kvalitu vody alebo in\u00e9 chemick\u00e9 procesy.<\/p>\n<h2>Vlastnosti:<\/h2>\n<ul>\n<li>Meranie pH hodnoty a teploty<\/li>\n<li>Kompatibiln\u00fd s platformou Arduino<\/li>\n<li>Jednoduch\u00e9 pripojenie<\/li>\n<li>N\u00edzkon\u00e1kladov\u00e9 rie\u0161enie<\/li>\n<\/ul>\n<h2>\u0160pecifik\u00e1cie:<\/h2>\n<table>\n<tbody>\n<tr>\n<th>Parameter<\/th>\n<th>Detail<\/th>\n<\/tr>\n<tr>\n<td>Rozsah merania pH<\/td>\n<td>0-14<\/td>\n<\/tr>\n<tr>\n<td>Rozsah merania teploty<\/td>\n<td>-10\u00b0C a\u017e 80\u00b0C<\/td>\n<\/tr>\n<tr>\n<td>Nap\u00e1janie<\/td>\n<td>5V DC<\/td>\n<\/tr>\n<tr>\n<td>ROZHRANIE<\/td>\n<td>Anal\u00f3gov\u00fd v\u00fdstup<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Pr\u00edklady pou\u017eitia:<\/h2>\n<ul>\n<li>Merenie pH hodnoty v baz\u00e9ne<\/li>\n<li>Monitorovanie kvality p\u00f4dy v z\u00e1hrade<\/li>\n<li>Regul\u00e1cia pH hodnoty v hydroponick\u00fdch syst\u00e9moch<\/li>\n<\/ul>\n<h2>Pr\u00edkladov\u00fd k\u00f3d pre Arduino:<\/h2>\n<pre><code>\/\/ Include the libraries\r\n#include \r\n#include \r\n\r\n\/\/ Define the LCD address\r\n#define I2C_ADDR 0x27\r\n\r\n\/\/ Define the LCD rows and columns\r\n#define LCD_ROWS 16\r\n#define LCD_COLS 2\r\n\r\nLiquidCrystal_I2C lcd(I2C_ADDR, LCD_COLS, LCD_ROWS);\r\n\r\nvoid setup() {\r\n  \/\/ Initialize the LCD\r\n  lcd.init();\r\n\r\n  \/\/ Turn on the backlight\r\n  lcd.backlight();\r\n}\r\n\r\nvoid loop() {\r\n  \/\/ Display pH value and temperature\r\n  lcd.setCursor(0, 0);\r\n  lcd.print(\"pH: 7.2\");\r\n\r\n  lcd.setCursor(0, 1);\r\n  lcd.print(\"Temp: 25C\");\r\n\r\n  delay(1000);\r\n}<\/code><\/pre>\n<h2>Pr\u00edkladov\u00fd k\u00f3d pre ESPHome:<\/h2>\n<p>\u010cak\u00e1me na v\u00fdsledky z internetu&#8230;<\/p>\n<p><button id=\"copyButton\">Kop\u00edrova\u0165 k\u00f3d<\/button><\/p>\n<\/div>\n<p><script>\n        function copyCode() {\n            var code = document.querySelector('code');\n            var textArea = document.createElement('textarea');\n            textArea.value = code.innerText;\n            document.body.appendChild(textArea);\n            textArea.select();\n            document.execCommand('copy');\n            document.body.removeChild(textArea);\n            alert('K\u00f3d bol skop\u00edrovan\u00fd do schr\u00e1nky.');\n        }\n    <\/script><\/p>\n<p>&nbsp;<\/p>\n<style>\n    body {<br \/>\n      font-family: Arial, sans-serif;<br \/>\n      background-color: #f2f2f2;<br \/>\n      color: #333;<br \/>\n    }<br \/>\n    table {<br \/>\n      width: 100%;<br \/>\n      border-collapse: collapse;<br \/>\n      margin-bottom: 20px;<br \/>\n    }<br \/>\n    th, td {<br \/>\n      padding: 8px;<br \/>\n      text-align: left;<br \/>\n      border-bottom: 1px solid #ddd;<br \/>\n    }<br \/>\n    th {<br \/>\n      background-color: #ddd;<br \/>\n    }<br \/>\n    .button {<br \/>\n      background-color: #4CAF50;<br \/>\n      border: none;<br \/>\n      color: white;<br \/>\n      padding: 10px 20px;<br \/>\n      text-align: center;<br \/>\n      text-decoration: none;<br \/>\n      display: inline-block;<br \/>\n      font-size: 16px;<br \/>\n      margin: 4px 2px;<br \/>\n      cursor: pointer;<br \/>\n      border-radius: 4px;<br \/>\n    }<br \/>\n  <\/style>\n<p>&nbsp;<\/p>\n<h1>Inform\u00e1cie o Senzore PH a Teplote pre Arduino<\/h1>\n<table>\n<tbody>\n<tr>\n<th>Popis<\/th>\n<td>Senzor pre detekciu hodnoty PH a teploty pre Arduino projekty.<\/td>\n<\/tr>\n<tr>\n<th>Vlastnosti<\/th>\n<td>\n<ul>\n<li>Detekcia hodnoty PH a teploty<\/li>\n<li>Kompatibiln\u00fd s Arduino<\/li>\n<li>Jednoduch\u00e9 pripojenie<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<th>\u0160pecifik\u00e1cie<\/th>\n<td>\n<ul>\n<li>Rozsah merania PH: 0-14<\/li>\n<li>Rozsah merania teploty: -10\u00b0C a\u017e 80\u00b0C<\/li>\n<li>Nap\u00e1janie: 5V DC<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<th>Pr\u00edklady pou\u017eitia<\/th>\n<td>\n<ul>\n<li>Merenie hodnoty PH v prostred\u00ed<\/li>\n<li>Regul\u00e1cia pH v akv\u00e1ri\u00e1ch alebo hydroponick\u00fdch syst\u00e9moch<\/li>\n<\/ul>\n<\/td>\n<\/tr>\n<tr>\n<th>Pr\u00edkladov\u00fd k\u00f3d pre Arduino<\/th>\n<td><code><br \/>\n\/\/ Pr\u00edkladov\u00fd k\u00f3d pre meranie PH a teploty<br \/>\n\/\/ Vy\u017eaduje kni\u017enicu pH a kni\u017enicu teploty<br \/>\n\/\/ Inicializ\u00e1cia senzora<br \/>\n\/\/ Z\u00edskanie hodn\u00f4t a v\u00fdpis na s\u00e9riov\u00fa konzolu<br \/>\n<\/code><\/td>\n<\/tr>\n<tr>\n<th>Pr\u00edkladov\u00fd k\u00f3d pre ESPHome<\/th>\n<td><code><br \/>\n\/\/ Pr\u00edkladov\u00fd k\u00f3d pre integr\u00e1ciu s ESPHome<br \/>\n\/\/ Konfigur\u00e1cia senzora v ESPHome<br \/>\n\/\/ Odosielanie d\u00e1t na MQTT broker alebo in\u00fa platformu<br \/>\n<\/code><\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<p><button class=\"button\">Skop\u00edrova\u0165 k\u00f3d<\/button><\/p>\n<p><script>\n  function copyCode() {\n    var code = document.querySelector(\"code\").innerText;\n    navigator.clipboard.writeText(code)\n      .then(() => alert(\"K\u00f3d bol skop\u00edrovan\u00fd!\"))\n      .catch(err => console.error(\"Chyba pri kop\u00edrovan\u00ed k\u00f3du: \", err));\n  }\n<\/script><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<style>\n  body {<br \/>\n    font-family: Arial, sans-serif;<br \/>\n    background-color: #f2f2f2;<br \/>\n    padding: 20px;<br \/>\n  }<br \/>\n  table {<br \/>\n    width: 100%;<br \/>\n    border-collapse: collapse;<br \/>\n    margin-bottom: 20px;<br \/>\n  }<br \/>\n  th, td {<br \/>\n    padding: 8px;<br \/>\n    text-align: left;<br \/>\n    border-bottom: 1px solid #ddd;<br \/>\n  }<br \/>\n  th {<br \/>\n    background-color: #ccc;<br \/>\n  }<br \/>\n  button {<br \/>\n    padding: 10px 20px;<br \/>\n    background-color: #4CAF50;<br \/>\n    color: white;<br \/>\n    border: none;<br \/>\n    border-radius: 4px;<br \/>\n    cursor: pointer;<br \/>\n  }<br \/>\n  button:hover {<br \/>\n    background-color: #45a049;<br \/>\n  }<br \/>\n<\/style>\n<p>&nbsp;<\/p>\n<h1>Inform\u00e1cie o Solution PH value &amp; Temperature detection senzore pre Arduino<\/h1>\n<h2>Vlastnosti:<\/h2>\n<table>\n<tbody>\n<tr>\n<th>Popis<\/th>\n<td>Senzor detekcie pH hodnoty a teploty pre Arduino<\/td>\n<\/tr>\n<tr>\n<th>\u0160pecifik\u00e1cie<\/th>\n<td>\u00darove\u0148 pH: 0-14; Rozsah teploty: -55\u00b0C a\u017e +125\u00b0C<\/td>\n<\/tr>\n<\/tbody>\n<\/table>\n<h2>Pr\u00edklady pou\u017eitia:<\/h2>\n<ul>\n<li>Zistenie pH hodnoty a teploty v prostred\u00ed<\/li>\n<li>Kontrola kvality vody<\/li>\n<li>Monitorovanie pH v p\u00f4dach pre z\u00e1hradn\u00edctvo<\/li>\n<\/ul>\n<h2>Pr\u00edkladov\u00fd k\u00f3d pre Arduino:<\/h2>\n<pre><code>\/\/ Pr\u00edkladov\u00fd k\u00f3d pre \u010d\u00edtanie pH hodnoty a teploty\r\n#include &lt;LiquidCrystal.h&gt;\r\n\r\nint pH_pin = A0;\r\nint temp_pin = A1;\r\n\r\nvoid setup() {\r\n  Serial.begin(9600);\r\n}\r\n\r\nvoid loop() {\r\n  float pH_value = analogRead(pH_pin);\r\n  float temp_value = analogRead(temp_pin);\r\n\r\n  Serial.print(\"PH hodnota: \");\r\n  Serial.println(pH_value);\r\n  Serial.print(\"Teplota: \");\r\n  Serial.println(temp_value);\r\n  delay(1000);\r\n}\r\n<\/code><\/pre>\n<h2>Pr\u00edkladov\u00fd k\u00f3d pre ESPHome:<\/h2>\n<p>Pr\u00edkladov\u00fd k\u00f3d pre ESPHome moment\u00e1lne nie je k dispoz\u00edcii.<\/p>\n<p><button>Kop\u00edrova\u0165 k\u00f3d<\/button><\/p>\n<p><script>\nfunction copyToClipboard() {\n  var code = document.querySelector(\"pre code\");\n  var textarea = document.createElement(\"textarea\");\n  textarea.value = code.innerText;\n  document.body.appendChild(textarea);\n  textarea.select();\n  document.execCommand(\"copy\");\n  document.body.removeChild(textarea);\n  alert(\"K\u00f3d bol skop\u00edrovan\u00fd do schr\u00e1nky!\");\n}\n<\/script><\/p>\n<p>&nbsp;<\/p>\n<div class=\"product-title\">\n<h1 class=\"product-title-text\" data-spm-anchor-id=\"a2g0o.detail.1000016.i2.f4d52137vEc0sM\">Rie\u0161enie Hodnota PH a modul sn\u00edma\u010da detekcie teploty pre arduino<\/h1>\n<\/div>\n<p>&nbsp;<\/p>\n<p>Kvapalina PH0-14 Detek\u010dn\u00fd modul sn\u00edma\u010da Kompenza\u010dn\u00fd modul sn\u00edma\u010da teploty BNC PH elektr\u00f3dov\u00e1 sonda pre Arduino<\/p>\n<p>&nbsp;<\/p>\n<p><strong>Parameter produktu:<\/strong><br \/>\nVyhrievacie nap\u00e4tie: 5\u00b10,2V (AC\/DC)<\/p>\n<p>Prev\u00e1dzkov\u00fd pr\u00fad: 5-10mA<\/p>\n<p>Detek\u010dn\u00fd rozsah: PH0-14<\/p>\n<p>Teplota detekcie: 0-100 \u2103<\/p>\n<p>\u010cas odozvy: \u22645S<\/p>\n<p>Stabiln\u00fd \u010das: \u226460S<\/p>\n<p>Prev\u00e1dzkov\u00e1 teplota: -10-50 \u2103 (\u0161tandardn\u00e1 teplota 20 \u2103)<\/p>\n<p>Spotreba energie: \u22640,5W<\/p>\n<p>Prev\u00e1dzkov\u00e1 vlhkos\u0165: 95 % RH (\u0161tandardn\u00e1 vlhkos\u0165 65 % RH)<\/p>\n<p>\u017divotnos\u0165: 3 roky<\/p>\n<p>V\u00fdstupn\u00fd re\u017eim: v\u00fdstup anal\u00f3gov\u00e9ho nap\u00e4\u0165ov\u00e9ho sign\u00e1lu<\/p>\n<p>&nbsp;<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/ae01.alicdn.com\/kf\/HTB1xzxYSFXXXXaEXFXXq6xXFXXXf.jpg?size=115037&amp;height=800&amp;width=800&amp;hash=2bda3297a1d9e261e3cb3f3c824bc775\" alt=\"3\" data-spm-anchor-id=\"a2g0o.detail.1000023.i1.17c26c36xyHQTy\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n<p>\u200b<img decoding=\"async\" class=\"A3Q1M\" src=\"https:\/\/ae01.alicdn.com\/kf\/H1464aa66e7f741158759a1d7f864492a8\/3pcs-lot-PH-Buffer-Powder-For-Test-Meter-Measure-Calibration-PH-4-00-6-68-9.jpg_220x220xz.jpg_.webp\" alt=\"3pcs\/lot PH Buffer Powder For Test Meter Measure Calibration PH 4.00 6.68 9.18\" data-spm-anchor-id=\"a2g0o.productlist.0.i8.5d846c4fcPqis6\" \/><\/p>\n<p>&nbsp;<\/p>\n<p>&nbsp;<\/p>\n","protected":false},"excerpt":{"rendered":"<p>&nbsp; Senzor detekcie pH hodnoty &amp; Teploty pre Arduino Popis: Tento senzor modul umo\u017e\u0148uje detekciu pH hodnoty a teploty pre&hellip;<\/p>\n","protected":false},"featured_media":1299,"template":"","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0},"product_cat":[16,17,62,57,42,47,58,65],"product_tag":[],"class_list":{"0":"post-1298","1":"product","2":"type-product","3":"status-publish","4":"has-post-thumbnail","6":"product_cat-ard","7":"product_cat-modul","8":"product_cat-security","9":"product_cat-shield","10":"product_cat-smart","11":"product_cat-teplota","12":"product_cat-tester","13":"product_cat-voda","15":"first","16":"instock","17":"shipping-taxable","18":"purchasable","19":"product-type-simple"},"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v23.6 - https:\/\/yoast.com\/wordpress\/plugins\/seo\/ -->\n<title>Solution PH value &amp; Temperature detection sensor module for arduino - Arduino e-shop<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/produkt\/solution-ph-value-temperature-detection-sensor-module-for-arduino\/\" \/>\n<meta property=\"og:locale\" content=\"sk_SK\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Solution PH value &amp; Temperature detection sensor module for arduino - Arduino e-shop\" \/>\n<meta property=\"og:description\" content=\"&nbsp; Senzor detekcie pH hodnoty &amp; Teploty pre Arduino Popis: Tento senzor modul umo\u017e\u0148uje detekciu pH hodnoty a teploty pre&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/produkt\/solution-ph-value-temperature-detection-sensor-module-for-arduino\/\" \/>\n<meta property=\"og:site_name\" content=\"Arduino e-shop\" \/>\n<meta property=\"article:modified_time\" content=\"2024-02-22T16:04:19+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/www.onetimenexttime.sk\/arduino\/wp-content\/uploads\/2021\/11\/393.jpg\" \/>\n\t<meta property=\"og:image:width\" content=\"523\" \/>\n\t<meta property=\"og:image:height\" content=\"524\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/jpeg\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Predpokladan\u00fd \u010das \u010d\u00edtania\" \/>\n\t<meta name=\"twitter:data1\" content=\"5 min\u00fat\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/produkt\/solution-ph-value-temperature-detection-sensor-module-for-arduino\/\",\"url\":\"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/produkt\/solution-ph-value-temperature-detection-sensor-module-for-arduino\/\",\"name\":\"Solution PH value & Temperature detection sensor module for arduino - Arduino e-shop\",\"isPartOf\":{\"@id\":\"https:\/\/www.onetimenexttime.sk\/arduino\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/produkt\/solution-ph-value-temperature-detection-sensor-module-for-arduino\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/produkt\/solution-ph-value-temperature-detection-sensor-module-for-arduino\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/www.onetimenexttime.sk\/arduino\/wp-content\/uploads\/2021\/11\/393.jpg\",\"datePublished\":\"2021-11-10T14:45:48+00:00\",\"dateModified\":\"2024-02-22T16:04:19+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/produkt\/solution-ph-value-temperature-detection-sensor-module-for-arduino\/#breadcrumb\"},\"inLanguage\":\"sk-SK\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/produkt\/solution-ph-value-temperature-detection-sensor-module-for-arduino\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"sk-SK\",\"@id\":\"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/produkt\/solution-ph-value-temperature-detection-sensor-module-for-arduino\/#primaryimage\",\"url\":\"https:\/\/www.onetimenexttime.sk\/arduino\/wp-content\/uploads\/2021\/11\/393.jpg\",\"contentUrl\":\"https:\/\/www.onetimenexttime.sk\/arduino\/wp-content\/uploads\/2021\/11\/393.jpg\",\"width\":523,\"height\":524},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/produkt\/solution-ph-value-temperature-detection-sensor-module-for-arduino\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Domov\",\"item\":\"https:\/\/www.onetimenexttime.sk\/arduino\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Obchod\",\"item\":\"https:\/\/www.onetimenexttime.sk\/arduino\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Solution PH value &#038; Temperature detection sensor module for arduino\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/www.onetimenexttime.sk\/arduino\/#website\",\"url\":\"https:\/\/www.onetimenexttime.sk\/arduino\/\",\"name\":\"Arduino e-shop\",\"description\":\"Home Assistant\",\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/www.onetimenexttime.sk\/arduino\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"sk-SK\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Solution PH value & Temperature detection sensor module for arduino - Arduino e-shop","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/produkt\/solution-ph-value-temperature-detection-sensor-module-for-arduino\/","og_locale":"sk_SK","og_type":"article","og_title":"Solution PH value & Temperature detection sensor module for arduino - Arduino e-shop","og_description":"&nbsp; Senzor detekcie pH hodnoty &amp; Teploty pre Arduino Popis: Tento senzor modul umo\u017e\u0148uje detekciu pH hodnoty a teploty pre&hellip;","og_url":"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/produkt\/solution-ph-value-temperature-detection-sensor-module-for-arduino\/","og_site_name":"Arduino e-shop","article_modified_time":"2024-02-22T16:04:19+00:00","og_image":[{"width":523,"height":524,"url":"https:\/\/www.onetimenexttime.sk\/arduino\/wp-content\/uploads\/2021\/11\/393.jpg","type":"image\/jpeg"}],"twitter_card":"summary_large_image","twitter_misc":{"Predpokladan\u00fd \u010das \u010d\u00edtania":"5 min\u00fat"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/produkt\/solution-ph-value-temperature-detection-sensor-module-for-arduino\/","url":"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/produkt\/solution-ph-value-temperature-detection-sensor-module-for-arduino\/","name":"Solution PH value & Temperature detection sensor module for arduino - Arduino e-shop","isPartOf":{"@id":"https:\/\/www.onetimenexttime.sk\/arduino\/#website"},"primaryImageOfPage":{"@id":"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/produkt\/solution-ph-value-temperature-detection-sensor-module-for-arduino\/#primaryimage"},"image":{"@id":"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/produkt\/solution-ph-value-temperature-detection-sensor-module-for-arduino\/#primaryimage"},"thumbnailUrl":"https:\/\/www.onetimenexttime.sk\/arduino\/wp-content\/uploads\/2021\/11\/393.jpg","datePublished":"2021-11-10T14:45:48+00:00","dateModified":"2024-02-22T16:04:19+00:00","breadcrumb":{"@id":"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/produkt\/solution-ph-value-temperature-detection-sensor-module-for-arduino\/#breadcrumb"},"inLanguage":"sk-SK","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/produkt\/solution-ph-value-temperature-detection-sensor-module-for-arduino\/"]}]},{"@type":"ImageObject","inLanguage":"sk-SK","@id":"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/produkt\/solution-ph-value-temperature-detection-sensor-module-for-arduino\/#primaryimage","url":"https:\/\/www.onetimenexttime.sk\/arduino\/wp-content\/uploads\/2021\/11\/393.jpg","contentUrl":"https:\/\/www.onetimenexttime.sk\/arduino\/wp-content\/uploads\/2021\/11\/393.jpg","width":523,"height":524},{"@type":"BreadcrumbList","@id":"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/produkt\/solution-ph-value-temperature-detection-sensor-module-for-arduino\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Domov","item":"https:\/\/www.onetimenexttime.sk\/arduino\/"},{"@type":"ListItem","position":2,"name":"Obchod","item":"https:\/\/www.onetimenexttime.sk\/arduino\/"},{"@type":"ListItem","position":3,"name":"Solution PH value &#038; Temperature detection sensor module for arduino"}]},{"@type":"WebSite","@id":"https:\/\/www.onetimenexttime.sk\/arduino\/#website","url":"https:\/\/www.onetimenexttime.sk\/arduino\/","name":"Arduino e-shop","description":"Home Assistant","potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.onetimenexttime.sk\/arduino\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"sk-SK"}]}},"_links":{"self":[{"href":"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/wp-json\/wp\/v2\/product\/1298"}],"collection":[{"href":"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/wp-json\/wp\/v2\/product"}],"about":[{"href":"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/wp-json\/wp\/v2\/types\/product"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/wp-json\/wp\/v2\/media\/1299"}],"wp:attachment":[{"href":"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/wp-json\/wp\/v2\/media?parent=1298"}],"wp:term":[{"taxonomy":"product_cat","embeddable":true,"href":"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/wp-json\/wp\/v2\/product_cat?post=1298"},{"taxonomy":"product_tag","embeddable":true,"href":"https:\/\/www.onetimenexttime.sk\/arduino\/index.php\/wp-json\/wp\/v2\/product_tag?post=1298"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}