처음 오셨나요? 이용가이드
최근 본 제품

오늘 본 상품 1

전자부품 · 산업
반도체/전자부품
반도체/전자부품
RLC/수동부품
스위치/부저/전기부품
LED/디스플레이
센서
개발보드/프로그래머
커넥터/터미널블럭
배터리/파워/케이블
하드웨어/지원부품/엔클로저
기계/모터/동력/유압,공압
자동제어/임베디드/열관리
테스터/계측기/광학
공구/수납
공구/수납
화학제품/산업안전
사무 · 생활용품
로봇/3D프린터/IOT기기
드론/액션캠/무선모형
컴퓨터/주변기기/네트워크
모바일/가전/차량용품
오피스/서적/소프트웨어
아웃도어/레저/취미
생활/철물/애견/실버용품
검색

개발보드/프로그래머

    아두이노 아날로그 pH 센서 요약정보 및 구매

    55,000원

    상품 선택옵션 0 개, 추가옵션 0 개

    제조사 OEM
    브랜드 에듀이노
    포인트 0점
    배송비결제 주문시 결제

    선택된 옵션

    • 아두이노 아날로그 pH 센서
      +0원
    위시리스트

    관련상품

    등록된 상품이 없습니다.

    상품 정보

    상품 상세설명

    상품상세정보

    [C-125]_01.png [C-125]_02.png [C-125]_03.png [C-125]_04.png
    [C-125]_05.png
    [C-125]_06.png
    [C-125]_07.png
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    #include "DFRobot_PH.h"
    #include <EEPROM.h>
     
    #define PH_PIN A1
    float voltage,phValue,temperature = 25;
    DFRobot_PH ph;
     
    void setup()
    {
        Serial.begin(115200);  
        ph.begin();
    }
     
    void loop()
    {
        static unsigned long timepoint = millis();
        if(millis()-timepoint>1000U){                  //time interval: 1s
            timepoint = millis();
            //temperature = readTemperature();         // read your temperature sensor to execute temperature compensation
            voltage = analogRead(PH_PIN)/1024.0*5000;  // read the voltage
            phValue = ph.readPH(voltage,temperature);  // convert voltage to pH with temperature compensation
            Serial.print("temperature:");
            Serial.print(temperature,1);
            Serial.print("^C  pH:");
            Serial.println(phValue,2);
        }
        ph.calibration(voltage,temperature);           // calibration process by Serail CMD
    }
     
    float readTemperature()
    {
      //add your code here to get the temperature from your temperature sensor
    }
    cs

    본 예제는 정확한 PH 측정 환경이 어려워 제조사의 가이드 매뉴얼 내용을 첨부하였습니다.
    자료 출처 : https://wiki.dfrobot.com/Gravity__Analog_pH_Sensor_Meter_Kit_V2_SKU_SEN0161-V2

    [C-125]_08.png [C-125]_09.png

    사용후기

    등록된 사용후기

    사용후기가 없습니다.

    상품문의

    등록된 상품문의

    상품문의가 없습니다.

    배송정보

    -안내-페이지-디자인.jpg