Air conditioner control board

製品情報

¥14,571
cart 買い物カゴに追加 favorites お気に入りに追加

タグ

プログラミング言語

ユーザーガイド 画像

デベロッパー

avatar
aboshaheen
×

価格交渉

コードサンプルのリクエスト ダイレクトメッセージ

2021年01月06日

公開チャット

製品詳細

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

価格情報

価格の統計

最高価格
¥14,615
平均価格
¥14,467
最低価格
¥14,273
AI価格予測
¥14,022

インサイト

限定プレビュー


実際の製品には、すべてのファイルと完全なコードが含まれています。

依存パッケージ

依存パッケージを表示する

ランダムサンプルファイル

プロジェクトファイルの統計

階層

サンプルファイルを選択してください
X
user-symbol

Stay in touch

ビジネスおよび開発者向けの実用的な最新情報をご希望ですか?

ソースコードプロジェクトに対するPieceXコミュニティのニーズについてご提供します。

PieceXの最新の無料コミュニティコードプロジェクトをいち早くお知らせします。