Air conditioner control board

Product Information

$94.48
cart Add to cart favorites Add to favorites

Tags

Programming languages

User Guide Screenshots

Developer

avatar
aboshaheen
×

Negotiate Price

Request Code Sample Direct message

Jan 6, 2021

Public chat

Product Details

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

Price Information

Price Statistics

Highest Price
$94.48
Average Price
$94.48
Lowest Price
$94.48
AI Price Forecast
$102.36

Insights

Limited Preview Only


Real Product Contains All Files And Full Code

Check dependencies

See product external dependencies

Randomly Selected Sample File

Project File Statistics

Hierarchy

Choose a sample file
X
user-symbol

Stay in touch

Get Practical Tips For Business and Developers.

Learn about PieceX Community Needs for Source Code Projects.

Be the First to Know PieceX Newest Free Community Code Projects.