Air conditioner control board

제품 정보

$94.48
cart 장바구니에 담기 favorites 즐겨 찾기에 추가

태그

프로그래밍 언어

사용 설명서 문서 스크린샷

개발자

avatar
aboshaheen
×

가격 협상

코드 샘플 요청 다이렉트 메세지

Jan 6, 2021

공개 채팅

제품 세부 정보

It's a MikroC source code for controlling multi feature Air conditioner can be uploaded on PIC18f4520 microcontroller and a PCB board can be made to control the operation of the conditioner.

Running Air conditioner on different modes like cooling, heating, dry and sleep.

Multi speed Indoor fan .

Operating swings.

Stopping compressor at emergency cases.

The source code has loops, if statements, interrupt signals,.........etc.

It's easy to understand, add, modify and develop.

this is a brief of the code:

"void change_temperature()

{

temp = ADC_Read(0); //Read temperature from AN0

mV = temp * 5000.0/1023.0; //Convert to mV

ActualTemp = mV/10.0 ; // Convert to degrees Celcius

display_init();


if (Button(&PORTa, 3, 1, 1)) { //reference temperature count down

delay_ms(90);

Tref--;

}

if (button(&porta, 2, 1, 1)){ //reference temperature count up

delay_ms(90);

Tref++;

display_init();

}

}"

File Tree

  • 📁 Air conditioner control board

가격 정보

가격 통계

최고 가격
$94.48
평균 가격
$94.48
최저 가격
$94.48
AI 가격 예측
$102.36

인사이트

제한된 미리 보기


실제 제품에는 모든 파일과 전체 코드가 포함되어 있습니다.

종속성 확인

제품 외부 종속성 보기

무작위로 선택한 샘플 파일

프로젝트 파일 통계

계층구조

샘플 파일 선택
X
user-symbol

문의하기

비즈니스 개발자를 위한 최신 정보를 원하십니까? 소스 코드 프로젝트에 대한 PieceX 커뮤니티의 요구사항을 알아보세요. PieceX의 최신 무료 커뮤니티 코드를 빠르게 알려드립니다.