{"id":727,"date":"2025-06-11T04:57:15","date_gmt":"2025-06-11T04:57:15","guid":{"rendered":"https:\/\/zavamix.com\/?p=727"},"modified":"2025-06-16T11:50:10","modified_gmt":"2025-06-16T11:50:10","slug":"%e3%83%91%e3%82%a4%e3%83%97%e3%82%92%e6%a4%9c%e5%87%ba%e3%81%99%e3%82%8b%e7%84%a1%e6%96%99%e3%82%a2%e3%83%97%e3%83%aa","status":"publish","type":"post","link":"https:\/\/zavamix.com\/ja\/aplicativo-gratis-para-detectar-encanamentos\/","title":{"rendered":"\u30d1\u30a4\u30d7\u3092\u691c\u51fa\u3059\u308b\u7121\u6599\u30a2\u30d7\u30ea"},"content":{"rendered":"<p>Walabot DIY\u306fApp Store\u3068Google Play\u3067\u5165\u624b\u53ef\u80fd\u306a\u7121\u6599\u30a2\u30d7\u30ea\u3067\u3059\u3002\u304a\u624b\u6301\u3061\u306e\u30c7\u30d0\u30a4\u30b9\u3068\u9023\u643a\u3057\u3001\u58c1\u306e\u88cf\u5074\u306b\u3042\u308b\u914d\u7ba1\u3001\u914d\u7dda\u3001\u6881\u306a\u3069\u306e\u8981\u7d20\u3092\u691c\u51fa\u3067\u304d\u307e\u3059\u3002\u4ee5\u4e0b\u306e\u30a2\u30d7\u30ea\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u3001\u6a5f\u80fd\u3092\u304a\u8a66\u3057\u304f\u3060\u3055\u3044\u3002<\/p>\n\n\n\n    <link rel=\"stylesheet\" href=\"https:\/\/cdnjs.cloudflare.com\/ajax\/libs\/font-awesome\/6.0.0-beta3\/css\/all.min.css\">\n    <style>\n    \/* Cont\u00eainer para centralizar o cart\u00e3o *\/\n    .app-card-sc-wrapper {\n        display: flex;\n        justify-content: center;\n        padding: 40px 0;\n    }\n\n    \/* Cart\u00e3o do aplicativo *\/\n    .app-card-sc {\n        background-color: #f0f0f0;\n        border-radius: 16px;\n        padding: 20px;\n        width: 100%;\n        max-width: 800px;\n        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);\n    }\n\n    \/* Container para layout flex\u00edvel *\/\n    .app-card-sc-container {\n        display: flex;\n        justify-content: space-between;\n        align-items: flex-start;\n        gap: 20px;\n    }\n\n    \/* Informa\u00e7\u00f5es do aplicativo *\/\n    .app-card-sc-info {\n        display: flex;\n        align-items: center;\n        flex: 1;\n        max-width: 60%;\n    }\n\n    .app-card-sc-icon {\n        flex-shrink: 0;\n        margin-right: 20px;\n    }\n\n    .app-card-sc-icon img {\n        width: 90px;\n        height: 90px;\n        border-radius: 15px;\n        object-fit: cover;\n    }\n\n    .app-card-sc-details {\n        flex-grow: 1;\n    }\n\n    .app-card-sc-name {\n        font-size: 28px;\n        font-weight: 700;\n        margin-bottom: 10px;\n        color: #000;\n    }\n\n    .app-card-sc-stats {\n        display: flex;\n        flex-wrap: wrap;\n        gap: 20px;\n    }\n\n    .app-card-sc-rating, .app-card-sc-downloads {\n        display: flex;\n        flex-direction: column;\n    }\n\n    .app-card-sc-rating-value, .app-card-sc-downloads-count {\n        font-size: 18px;\n        font-weight: 600;\n        color: #333;\n        display: flex;\n        align-items: center;\n    }\n\n    .app-card-sc-rating-value i {\n        color: #ffc107;\n        margin-left: 4px;\n        font-size: 16px;\n    }\n\n    .app-card-sc-rating-count, .app-card-sc-downloads-label {\n        font-size: 14px;\n        color: #666;\n        margin-top: 2px;\n    }\n\n    \/* Bot\u00f5es *\/\n    .app-card-sc-buttons {\n        display: flex;\n        flex-direction: column;\n        gap: 15px;\n        width: 300px;\n    }\n\n    .app-card-sc-btn {\n        display: flex;\n        align-items: center;\n        justify-content: center;\n        padding: 15px 25px;\n        border-radius: 8px;\n        font-size: 18px;\n        font-weight: 500;\n        text-decoration: none;\n        color: white;\n        transition: all 0.3s ease;\n        width: 100%;\n        white-space: nowrap;\n    }\n\n    .app-card-sc-btn i {\n        margin-right: 8px;\n        font-size: 18px;\n    }\n\n    .app-card-sc-btn-google {\n        background-color: #01875f;\n    }\n\n    .app-card-sc-btn-google:hover {\n        background-color: #095943;\n    }\n\n    .app-card-sc-btn-apple {\n        background-color: #0b57cf;\n    }\n\n    .app-card-sc-btn-apple:hover {\n        background-color: #ecf1f4;\n        color: #0b57cf;\n    }\n\n    \/* Responsividade *\/\n    @media (max-width: 768px) {\n        .app-card-sc-container {\n            flex-direction: column;\n            align-items: stretch;\n        }\n\n        .app-card-sc {\n            padding: 15px;\n        }\n\n        .app-card-sc-info {\n            flex-direction: column;\n            align-items: center;\n            text-align: center;\n            margin-bottom: 20px;\n            max-width: 100%;\n            margin: 0 auto;\n        }\n\n        .app-card-sc-icon {\n            margin-right: 0;\n            margin-bottom: 15px;\n            align-self: center;\n        }\n\n        .app-card-sc-details {\n            width: 100%;\n            text-align: center;\n            display: flex;\n            flex-direction: column;\n            align-items: center;\n        }\n\n        .app-card-sc-stats {\n            justify-content: center;\n        }\n\n        .app-card-sc-buttons {\n            width: 100%;\n            flex-direction: column;\n        }\n\n        .app-card-sc-btn {\n            padding: 18px 25px;\n            font-size: 20px;\n        }\n\n        .app-card-sc-btn i {\n            font-size: 20px;\n        }\n    }\n\n    @media (max-width: 480px) {\n        .app-card-sc-name {\n            font-size: 24px;\n        }\n\n        .app-card-sc-rating-value, .app-card-sc-downloads-count {\n            font-size: 16px;\n        }\n\n        .app-card-sc-rating-count, .app-card-sc-downloads-label {\n            font-size: 12px;\n        }\n\n        .app-card-sc-btn {\n            font-size: 18px;\n            padding: 16px 20px;\n        }\n    }\n\n    @keyframes app-card-sc-pulse {\n        0% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0.7);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(59, 130, 246, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(59, 130, 246, 0);\n        }\n    }\n\n    .app-card-sc-pulse {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n\t\t\n    @keyframes app-card-sc-pulse2 {\n        0% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 1);\n        }\n        70% {\n            box-shadow: 0 0 0 10px rgba(1, 135, 95, 0);\n        }\n        100% {\n            box-shadow: 0 0 0 0 rgba(1, 135, 95, 0);\n        }\n    }\n\n    .app-card-sc-pulse2 {\n        animation: app-card-sc-pulse 2s infinite;\n    }\n    <\/style>\n        <div class=\"app-card-sc-wrapper\">\n        <div class=\"app-card-sc\">\n            <div class=\"app-card-sc-container\">\n                <div class=\"app-card-sc-info\">\n                    <div class=\"app-card-sc-icon\">\n                        <img decoding=\"async\" src=\"https:\/\/play-lh.googleusercontent.com\/jhNJd9Lal5GD_9-VriACyPcSrdQKcYSUNv1nWcwI7wd8zjHKZnaoDZApjJBXBsFJ9g=w240-h480-rw\" alt=\"\u30ef\u30e9\u30dc\u30c3\u30c8DIY\">\n                    <\/div>\n                    <div class=\"app-card-sc-details\">\n                        <h2 class=\"app-card-sc-name\">\u30ef\u30e9\u30dc\u30c3\u30c8DIY<\/h2>\n                        <div class=\"app-card-sc-stats\">\n                                                        <div class=\"app-card-sc-rating\">\n                                <span class=\"app-card-sc-rating-value\">2,7<i class=\"fas fa-star\"><\/i><\/span>\n                                                                <span class=\"app-card-sc-rating-count\">1,852\u4ef6\u306e\u30ec\u30d3\u30e5\u30fc<\/span>\n                                                            <\/div>\n                                                        \n                                                        <div class=\"app-card-sc-downloads\">\n                                <span class=\"app-card-sc-downloads-count\">1\u30de\u30a4\u30eb\u4ee5\u4e0a<\/span>\n                                <span class=\"app-card-sc-downloads-label\">\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9<\/span>\n                            <\/div>\n                                                    <\/div>\n                    <\/div>\n                <\/div>\n                <div class=\"app-card-sc-buttons\">\n                                        <a id=\"clique\" href=\"https:\/\/zavamix.com\/ja\/redir\/?url=https:\/\/play.google.com\/store\/apps\/details?id=com.walabot.vayyar.ai.plumbing\" class=\"app-card-sc-btn app-card-sc-btn-google app-card-sc-pulse2\">\n                        <i class=\"fab fa-google-play\"><\/i>\n                        Google Play\u3067\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\n                    <\/a>\n                                        \n                                        <a id=\"clique\" href=\"https:\/\/zavamix.com\/ja\/redir\/?url=https:\/\/apps.apple.com\/app\/walabot-diy\/id1474817785\" class=\"app-card-sc-btn app-card-sc-btn-apple app-card-sc-pulse\">\n                        <i class=\"fab fa-apple\"><\/i>\n                        Apple Store\u304b\u3089\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\n                    <\/a>\n                                    <\/div>\n            <\/div>\n        <\/div>\n    <\/div>\n    \n\n\n\n<h2 class=\"wp-block-heading\">\u30ef\u30e9\u30dc\u30c3\u30c8\u3068\u306f<\/h2>\n\n\n\n<p>Walabot DIY\u306f\u3001Walabot\u30c7\u30d0\u30a4\u30b9\u306b\u63a5\u7d9a\u3059\u308b\u3068\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u3092\u58c1\u30b9\u30ad\u30e3\u30ca\u30fc\u306b\u5909\u3048\u308b\u30a2\u30d7\u30ea\u3067\u3059\u3002\u7121\u7dda\u5468\u6ce2\u6570\u6280\u8853\u3092\u4f7f\u7528\u3057\u3001\u6700\u592710cm\u306e\u6df1\u3055\u307e\u3067\u96a0\u308c\u305f\u7269\u4f53\u3084\u69cb\u9020\u7269\u3092\u691c\u51fa\u3067\u304d\u307e\u3059\u3002\u4e3b\u306b\u30d1\u30a4\u30d7\u3001\u6881\u3001\u96fb\u7dda\u3001\u3055\u3089\u306b\u306f\u5bb3\u866b\u306e\u52d5\u304d\u3092\u7279\u5b9a\u3059\u308b\u305f\u3081\u306b\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u5f93\u6765\u306e\u30bb\u30f3\u30b5\u30fc\u306f\u97f3\u4fe1\u53f7\u3067\u4f55\u304b\u306e\u5b58\u5728\u3092\u793a\u3059\u3060\u3051\u3067\u3057\u305f\u304c\u3001Walabot \u306f\u643a\u5e2f\u96fb\u8a71\u306e\u753b\u9762\u306b\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u306e\u30b0\u30e9\u30d5\u30a3\u30c3\u30af\u8868\u793a\u3092\u63d0\u4f9b\u3057\u3001\u58c1\u306e\u4e2d\u306b\u3042\u308b\u3082\u306e\u3092\u3088\u308a\u7c21\u5358\u306b\u8b58\u5225\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Walabot\u304c\u30d1\u30a4\u30d7\u3092\u691c\u51fa\u3059\u308b\u65b9\u6cd5<\/h2>\n\n\n\n<p>Walabot\u304c\u4f7f\u7528\u3059\u308b\u6280\u8853\u306f\u3001\u7121\u7dda\u5468\u6ce2\u6570\u30ec\u30fc\u30c0\u30fc\u306b\u57fa\u3065\u3044\u3066\u3044\u307e\u3059\u3002\u58c1\u6750\u3092\u900f\u904e\u3059\u308b\u96fb\u6ce2\u3092\u767a\u5c04\u3057\u3001\u305d\u306e\u80cc\u5f8c\u306b\u3042\u308b\u56fa\u4f53\u306b\u95a2\u3059\u308b\u60c5\u5831\u3092\u8fd4\u3057\u307e\u3059\u3002\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306f\u3053\u306e\u60c5\u5831\u3092\u89e3\u91c8\u3057\u3001\u767a\u898b\u3055\u308c\u305f\u69cb\u9020\u7269\u306e\u7a2e\u985e\u3092\u793a\u3059\u5f62\u72b6\u3068\u8272\u5f69\u306e\u8a73\u7d30\u306a\u753b\u50cf\u3092\u753b\u9762\u306b\u8868\u793a\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u30d1\u30a4\u30d7\u3084\u914d\u7ba1\u306e\u5834\u5408\u3001Walabot \u306f\u91d1\u5c5e\u3068\u975e\u91d1\u5c5e\u306e\u6750\u6599\u3092\u533a\u5225\u3067\u304d\u307e\u3059\u3002\u3053\u308c\u306b\u3088\u308a\u3001\u30b3\u30f3\u30af\u30ea\u30fc\u30c8\u3084\u77f3\u818f\u306e\u5c64\u3067\u8986\u308f\u308c\u3066\u3044\u3066\u3082\u3001\u9285\u3001PVC\u3001\u9244\u306a\u3069\u306e\u30d1\u30a4\u30d7\u3092\u9ad8\u3044\u7cbe\u5ea6\u3067\u691c\u51fa\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">Walabot DIY\u306e\u5229\u70b9<\/h2>\n\n\n\n<h3 class=\"wp-block-heading\">\u6b63\u78ba\u306a\u8996\u899a\u691c\u51fa<\/h3>\n\n\n\n<p>Walabot\u306f\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u306e\u753b\u9762\u306b\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u753b\u50cf\u3092\u8868\u793a\u3057\u3001\u30e6\u30fc\u30b6\u30fc\u304c\u30d1\u30a4\u30d7\u306e\u5f62\u72b6\u3068\u4f4d\u7f6e\u3092\u76f4\u63a5\u8996\u899a\u5316\u3067\u304d\u308b\u3088\u3046\u306b\u3057\u307e\u3059\u3002\u3053\u308c\u306f\u3001\u97f3\u58f0\u4fe1\u53f7\u3084\u632f\u52d5\u306e\u307f\u3092\u767a\u3059\u308b\u5f93\u6765\u306e\u30bb\u30f3\u30b5\u30fc\u306b\u6bd4\u3079\u3066\u5927\u304d\u306a\u5229\u70b9\u3067\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u6df1\u3055\u6700\u592710\u30bb\u30f3\u30c1\u30e1\u30fc\u30c8\u30eb<\/h3>\n\n\n\n<p>\u3053\u306e\u88c5\u7f6e\u306f\u3001\u4e7e\u5f0f\u58c1\u3001\u77f3\u6750\u3001\u8584\u3044\u30b3\u30f3\u30af\u30ea\u30fc\u30c8\u306a\u3069\u3001\u69d8\u3005\u306a\u7a2e\u985e\u306e\u58c1\u3092\u6700\u592710\u30bb\u30f3\u30c1\u30e1\u30fc\u30c8\u30eb\u306e\u6df1\u3055\u307e\u3067\u30b9\u30ad\u30e3\u30f3\u3067\u304d\u307e\u3059\u3002\u3053\u306e\u6df1\u3055\u306f\u3001\u4f4f\u5b85\u3084\u5546\u696d\u30d3\u30eb\u306b\u3042\u308b\u307b\u3068\u3093\u3069\u306e\u914d\u7ba1\u3092\u8b58\u5225\u3059\u308b\u306e\u306b\u5341\u5206\u306a\u6df1\u3055\u3067\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u3055\u307e\u3056\u307e\u306a\u4f7f\u7528\u30e2\u30fc\u30c9<\/h3>\n\n\n\n<p>\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306b\u306f\u3001\u4e3b\u306b 2 \u3064\u306e\u691c\u51fa\u30e2\u30fc\u30c9\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u753b\u50cf\u30e2\u30fc\u30c9<\/strong>: \u691c\u51fa\u3055\u308c\u305f\u30aa\u30d6\u30b8\u30a7\u30af\u30c8\u306e\u7c21\u7565\u5316\u3055\u308c\u305f\u8272\u4ed8\u304d\u306e\u5f62\u72b6\u3092\u8868\u793a\u3057\u307e\u3059\u3002\u521d\u5fc3\u8005\u30e6\u30fc\u30b6\u30fc\u306b\u6700\u9069\u3067\u3059\u3002<\/li>\n\n\n\n<li><strong>\u9ad8\u5ea6\u306a\u30e2\u30fc\u30c9<\/strong>: \u3088\u308a\u8a73\u7d30\u306a\u30b7\u30b0\u30ca\u30eb\u3092\u542b\u3080\u30d2\u30fc\u30c8\u30de\u30c3\u30d7\u3092\u8868\u793a\u3057\u307e\u3059\u3002\u4e3b\u306b\u7d4c\u9a13\u8c4a\u5bcc\u306a\u5c02\u9580\u5bb6\u306b\u3088\u3063\u3066\u4f7f\u7528\u3055\u308c\u307e\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h3 class=\"wp-block-heading\">Android\u3068iOS\u306e\u4e92\u63db\u6027<\/h3>\n\n\n\n<p>\u3053\u306e\u30a2\u30d7\u30ea\u306fAndroid\u3068iOS\u306e\u4e21\u65b9\u306e\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u3067\u4f7f\u7528\u3067\u304d\u308b\u305f\u3081\u3001\u5e45\u5e83\u3044\u30e6\u30fc\u30b6\u30fc\u304c\u5229\u7528\u3067\u304d\u307e\u3059\u3002\u30c7\u30d0\u30a4\u30b9\u3078\u306e\u63a5\u7d9a\u306f\u3001USB\u30b1\u30fc\u30d6\u30eb\uff08Android\uff09\u307e\u305f\u306fLightning\u30b1\u30fc\u30d6\u30eb\uff08iPhone\uff09\u3067\u884c\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<h3 class=\"wp-block-heading\">\u5bb3\u866b\u3084\u866b\u6b6f\u306e\u5146\u5019<\/h3>\n\n\n\n<p>Walabot \u306f\u30d1\u30a4\u30d7\u306b\u52a0\u3048\u3001\u58c1\u306e\u5185\u5074\u306e\u6606\u866b\u3084\u5c0f\u52d5\u7269\u306e\u52d5\u304d\u3082\u8b58\u5225\u3067\u304d\u308b\u305f\u3081\u3001\u30b3\u30ed\u30cb\u30fc\u3001\u5de3\u3001\u4fb5\u5165\u30dd\u30a4\u30f3\u30c8\u3092\u7279\u5b9a\u3067\u304d\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u30a2\u30d7\u30ea\u30b1\u30fc\u30b7\u30e7\u30f3\u306e\u4f7f\u3044\u65b9<\/h2>\n\n\n\n<ol class=\"wp-block-list\">\n<li><strong>Walabot DIY\u3092\u30a4\u30f3\u30b9\u30c8\u30fc\u30eb\u3059\u308b<\/strong> \u30a2\u30d7\u30ea\u30b9\u30c8\u30a2\u3092\u901a\u3058\u3066\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u3067\u3054\u5229\u7528\u3044\u305f\u3060\u3051\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>Walabot\u30c7\u30d0\u30a4\u30b9\u3092\u63a5\u7d9a\u3059\u308b<\/strong> \u9069\u5207\u306a\u30b1\u30fc\u30d6\u30eb\u3092\u4f7f\u7528\u3057\u3066\u643a\u5e2f\u96fb\u8a71\u306b\u63a5\u7d9a\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30a2\u30d7\u30ea\u3092\u958b\u304f<\/strong> \u30b9\u30ad\u30e3\u30f3\u3059\u308b\u58c1\u306e\u7a2e\u985e\u3092\u9078\u629e\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u521d\u671f\u30ad\u30e3\u30ea\u30d6\u30ec\u30fc\u30b7\u30e7\u30f3\u3092\u5b9f\u884c\u3059\u308b<\/strong>\u30c7\u30d0\u30a4\u30b9\u3092\u58c1\u306e\u4e0a\u3067\u6570\u79d2\u9593\u5186\u3092\u63cf\u304f\u3088\u3046\u306b\u52d5\u304b\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30b9\u30ad\u30e3\u30f3\u3092\u958b\u59cb<\/strong>\u30ea\u30a2\u30eb\u30bf\u30a4\u30e0\u3067\u30c7\u30fc\u30bf\u3092\u89b3\u5bdf\u3057\u306a\u304c\u3089\u3001\u30c7\u30d0\u30a4\u30b9\u3092\u8868\u9762\u4e0a\u3067\u30b9\u30e9\u30a4\u30c9\u3055\u305b\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u7279\u5b9a\u3057\u305f\u30dd\u30a4\u30f3\u30c8\u3092\u30de\u30fc\u30af\u3059\u308b<\/strong>\u5fc5\u8981\u306b\u5fdc\u3058\u3066\u3001\u58c1\u3092\u6398\u524a\u307e\u305f\u306f\u5207\u65ad\u3059\u308b\u969b\u306b\u30d1\u30a4\u30d7\u3084\u914d\u7dda\u3092\u907f\u3051\u3066\u304f\u3060\u3055\u3044\u3002<\/li>\n<\/ol>\n\n\n\n<h2 class=\"wp-block-heading\">\u4e00\u822c\u7684\u306a\u4f7f\u7528\u4f8b<\/h2>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u68da\u3084\u652f\u67f1\u306e\u8a2d\u7f6e<\/strong>Walabot \u306f\u30d1\u30a4\u30d7\u306e\u7a7f\u5b54\u3092\u9632\u304e\u3001\u5b89\u5168\u6027\u3068\u7bc0\u7d04\u3092\u5b9f\u73fe\u3057\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u5efa\u7269\u306e\u6539\u4fee\u3068\u30e1\u30f3\u30c6\u30ca\u30f3\u30b9<\/strong>: \u58c1\u3092\u58ca\u3059\u524d\u306b\u3059\u3079\u3066\u306e\u5185\u90e8\u30a4\u30f3\u30d5\u30e9\u30b9\u30c8\u30e9\u30af\u30c1\u30e3\u3092\u30de\u30c3\u30d4\u30f3\u30b0\u3067\u304d\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u6cb9\u5727\u4fee\u7406<\/strong>: \u7834\u640d\u3057\u305f\u30d1\u30a4\u30d7\u3001\u6f0f\u308c\u3066\u3044\u308b\u30d1\u30a4\u30d7\u3001\u8a70\u307e\u3063\u305f\u30d1\u30a4\u30d7\u306e\u6b63\u78ba\u306a\u4f4d\u7f6e\u3092\u7c21\u5358\u306b\u7279\u5b9a\u3067\u304d\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u4e88\u9632\u691c\u67fb<\/strong>: \u4e0d\u52d5\u7523\u3092\u58f2\u5374\u307e\u305f\u306f\u8cc3\u8cb8\u3059\u308b\u524d\u306b\u3001\u8d77\u3053\u308a\u3046\u308b\u30ea\u30b9\u30af\u3092\u78ba\u8a8d\u3059\u308b\u306e\u306b\u6700\u9069\u3067\u3059\u3002<\/li>\n\n\n\n<li><strong>\u6e7f\u6c17\u30a8\u30ea\u30a2\u306e\u691c\u51fa<\/strong>: \u58c1\u5185\u306e\u96a0\u308c\u305f\u4fb5\u5165\u30dd\u30a4\u30f3\u30c8\u3092\u7279\u5b9a\u3059\u308b\u306e\u306b\u5f79\u7acb\u3061\u307e\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">\u5236\u9650\u3068\u89b3\u5bdf<\/h2>\n\n\n\n<p>\u9ad8\u5ea6\u306a\u30c4\u30fc\u30eb\u3067\u3042\u308b\u306b\u3082\u304b\u304b\u308f\u3089\u305a\u3001Walabot \u306b\u306f\u30e6\u30fc\u30b6\u30fc\u304c\u4f7f\u7528\u3059\u308b\u524d\u306b\u8003\u616e\u3059\u3079\u304d\u3044\u304f\u3064\u304b\u306e\u5236\u9650\u304c\u3042\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<ul class=\"wp-block-list\">\n<li><strong>\u7269\u7406\u30c7\u30d0\u30a4\u30b9\u304c\u5fc5\u8981<\/strong>: Walabot DIY \u30cf\u30fc\u30c9\u30a6\u30a7\u30a2\u304c\u306a\u3044\u3068\u30a2\u30d7\u30ea\u81ea\u4f53\u306f\u52d5\u4f5c\u3057\u307e\u305b\u3093\u3002<\/li>\n\n\n\n<li><strong>\u983b\u7e41\u306a\u6821\u6b63\u304c\u5fc5\u8981<\/strong>: \u58c1\u3084\u74b0\u5883\u3092\u5909\u66f4\u3059\u308b\u305f\u3073\u306b\u3001\u30c7\u30d0\u30a4\u30b9\u3092\u518d\u8abf\u6574\u3059\u308b\u5fc5\u8981\u304c\u3042\u308a\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u5b66\u7fd2\u66f2\u7dda<\/strong>: \u4e00\u90e8\u306e\u30e6\u30fc\u30b6\u30fc\u306f\u3001\u6700\u521d\u306e\u6570\u56de\u306e\u4f7f\u7528\u3067\u306f\u30c7\u30fc\u30bf\u306e\u89e3\u91c8\u304c\u96e3\u3057\u3044\u3068\u5831\u544a\u3057\u3066\u3044\u307e\u3059\u3002<\/li>\n\n\n\n<li><strong>\u30c7\u30d0\u30a4\u30b9\u4fa1\u683c<\/strong>\u30a2\u30d7\u30ea\u306f\u7121\u6599\u3067\u3059\u304c\u3001Walabot \u30c7\u30d0\u30a4\u30b9\u306f\u4e00\u822c\u7684\u306a\u691c\u51fa\u5668\u306b\u6bd4\u3079\u3066\u9ad8\u4fa1\u3067\u3059\u3002<\/li>\n<\/ul>\n\n\n\n<h2 class=\"wp-block-heading\">\u30e6\u30fc\u30b6\u30fc\u30ec\u30d3\u30e5\u30fc<\/h2>\n\n\n\n<p>\u591a\u304f\u306e\u30d7\u30ed\u30e6\u30fc\u30b6\u30fc\u3084\u30db\u30fc\u30e0\u30ea\u30d5\u30a9\u30fc\u30e0\u611b\u597d\u5bb6\u306f\u3001Walabot\u3092\u975e\u5e38\u306b\u4fbf\u5229\u306a\u30c4\u30fc\u30eb\u3060\u3068\u611f\u3058\u3066\u3044\u307e\u3059\u3002\u30ec\u30d3\u30e5\u30fc\u3067\u306f\u3001\u30d1\u30a4\u30d7\u3084\u914d\u7dda\u306e\u4f4d\u7f6e\u3092\u6b63\u78ba\u306b\u7279\u5b9a\u3067\u304d\u308b\u3053\u3068\u3001\u305d\u3057\u3066\u6700\u521d\u306e\u8abf\u6574\u671f\u9593\u3092\u904e\u304e\u305f\u5f8c\u306e\u4f7f\u3044\u3084\u3059\u3055\u304c\u8a55\u4fa1\u3055\u308c\u3066\u3044\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u4e00\u65b9\u3001\u7d4c\u9a13\u306e\u6d45\u3044\u30e6\u30fc\u30b6\u30fc\u306f\u3001\u7279\u306b\u9ad8\u5ea6\u306a\u30e2\u30fc\u30c9\u3067\u306e\u30ad\u30e3\u30ea\u30d6\u30ec\u30fc\u30b7\u30e7\u30f3\u30d7\u30ed\u30bb\u30b9\u3084\u8907\u96d1\u306a\u4fe1\u53f7\u306e\u89e3\u91c8\u306e\u96e3\u3057\u3055\u306b\u82db\u7acb\u3061\u3092\u611f\u3058\u308b\u3053\u3068\u304c\u3042\u308a\u307e\u3059\u3002\u307e\u305f\u3001\u58c1\u306e\u7a2e\u985e\u3084\u6750\u8cea\u306e\u5bc6\u5ea6\u306b\u3088\u3063\u3066\u7d50\u679c\u304c\u5909\u52d5\u3059\u308b\u3068\u3044\u3046\u5831\u544a\u3082\u3042\u308a\u307e\u3059\u3002<\/p>\n\n\n\n<h2 class=\"wp-block-heading\">\u7d50\u8ad6<\/h2>\n\n\n\n<p>Walabot DIY\u306f\u3001\u914d\u7ba1\u3092\u6b63\u78ba\u304b\u3064\u5b89\u5168\u306b\u691c\u77e5\u3059\u308b\u5fc5\u8981\u304c\u3042\u308b\u65b9\u306b\u3068\u3063\u3066\u5f37\u529b\u306a\u30c4\u30fc\u30eb\u3067\u3059\u3002\u30b9\u30de\u30fc\u30c8\u30d5\u30a9\u30f3\u3092\u58c1\u9762\u30b9\u30ad\u30e3\u30ca\u30fc\u3068\u3057\u3066\u4f7f\u7528\u3059\u308b\u3053\u3068\u3067\u3001\u96a0\u308c\u305f\u30a4\u30f3\u30d5\u30e9\u8a2d\u5099\u3092\u9bae\u660e\u306b\u53ef\u8996\u5316\u3057\u3001\u3088\u308a\u52b9\u7387\u7684\u3067\u5b89\u5168\u306a\u6539\u4fee\u5de5\u4e8b\u306b\u8ca2\u732e\u3057\u307e\u3059\u3002<\/p>\n\n\n\n<p>\u4eca\u3059\u3050\u30a2\u30d7\u30ea\u3092\u30c0\u30a6\u30f3\u30ed\u30fc\u30c9\u3057\u3066\u3001\u3088\u308a\u6b63\u78ba\u306b\u58c1\u3092\u30b9\u30ad\u30e3\u30f3\u3057\u307e\u3057\u3087\u3046\u3002<\/p>","protected":false},"excerpt":{"rendered":"<p>O Walabot DIY \u00e9 um aplicativo gratuito dispon\u00edvel tanto na App Store quanto na Google Play. Ele funciona com um dispositivo pr\u00f3prio e permite detectar encanamentos, fios, vigas e outros elementos por tr\u00e1s das paredes. Baixe o aplicativo a seguir para come\u00e7ar a explorar seus recursos. O que \u00e9 o Walabot O Walabot DIY \u00e9 um aplicativo que transforma seu smartphone em um esc\u00e2ner de paredes, quando conectado ao dispositivo Walabot. Atrav\u00e9s de tecnologia de radiofrequ\u00eancia, ele consegue detectar objetos e estruturas ocultas em at\u00e9 10 cent\u00edmetros de profundidade. Ele \u00e9 usado principalmente para identificar encanamentos, vigas, fios el\u00e9tricos e at\u00e9 movimenta\u00e7\u00f5es de pragas. Ao contr\u00e1rio de sensores convencionais que [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":728,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[3],"tags":[],"class_list":{"0":"post-727","1":"post","2":"type-post","3":"status-publish","4":"format-standard","5":"has-post-thumbnail","7":"category-aplicativos"},"_links":{"self":[{"href":"https:\/\/zavamix.com\/ja\/wp-json\/wp\/v2\/posts\/727","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/zavamix.com\/ja\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/zavamix.com\/ja\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/zavamix.com\/ja\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/zavamix.com\/ja\/wp-json\/wp\/v2\/comments?post=727"}],"version-history":[{"count":5,"href":"https:\/\/zavamix.com\/ja\/wp-json\/wp\/v2\/posts\/727\/revisions"}],"predecessor-version":[{"id":734,"href":"https:\/\/zavamix.com\/ja\/wp-json\/wp\/v2\/posts\/727\/revisions\/734"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/zavamix.com\/ja\/wp-json\/wp\/v2\/media\/728"}],"wp:attachment":[{"href":"https:\/\/zavamix.com\/ja\/wp-json\/wp\/v2\/media?parent=727"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/zavamix.com\/ja\/wp-json\/wp\/v2\/categories?post=727"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/zavamix.com\/ja\/wp-json\/wp\/v2\/tags?post=727"}],"curies":[{"name":"\u3046\u30fc\u3093","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}