Skip to content

A repository to host all the codes/information on how can you control BLDC fans that usually comes with IR remotes using OpenHAB

License

Notifications You must be signed in to change notification settings

WGLabz/OpenHAB-BLDC-Fan-using-IR

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Connection Diagram:

PCB Schematic

  • I have used a TSOP IR receiver sensor to copy the data from the remote of the fan, using an Arduino UNO. For the purpose I have used the Arduino IR Remote library. The usage is fairly simple.

  • I used the ReceiveDump example sketch to dump the data received by TSOP to terminal. Make sure you are using 115200 baud rate and TSOP is connected to +5V.

Please ensure the TSOP data pin is connected to pin 2 of Arduino UNO.

  • Then you can press the button on the remote and you will see the respective data for the button pressed in Arduino console.

A sample data for a button press.

Protocol=NEC Address=0xF300 Command=0x90 Raw-Data=0x6F90F300 32 bits LSB first

Send with: IrSender.sendNEC(0xF300, 0x90, <numberOfRepeats>);

Raw result in internal ticks (50 us) - with leading gap
rawData[68]: 
 -4786
 +179,-88
 +12,-11 +12,-10 +12,-11 +11,-11
 +12,-10 +12,-11 +12,-10 +12,-11
 +12,-32 +12,-33 +12,-11 +12,-10
 +12,-32 +13,-32 +12,-32 +13,-32
 +12,-11 +12,-11 +11,-11 +12,-10
 +12,-33 +12,-11 +11,-11 +12,-32
 +13,-32 +12,-32 +13,-32 +13,-32
 +12,-11 +11,-33 +12,-32 +13,-10
 +12
Sum: 1308  . 
rawData[68]: 
 -239300
 +8950,-4400
 + 600,- 550 + 600,- 500 + 600,- 550 + 550,- 550
 + 600,- 500 + 600,- 550 + 600,- 500 + 600,- 550
 + 600,-1600 + 600,-1650 + 600,- 550 + 600,- 500
 + 600,-1600 + 650,-1600 + 600,-1600 + 650,-1600
 + 600,- 550 + 600,- 550 + 550,- 550 + 600,- 500
 + 600,-1650 + 600,- 550 + 550,- 550 + 600,-1600
 + 600,- 550 + 600,- 550 + 550,- 550 + 600,- 500
 + 600,- 550 + 550,-1650 + 600,-1600 + 650,- 500
 + 600
Sum: 65400

Result as internal 8bit ticks (50 us) array - compensated with MARK_EXCESS_MICROS=20
uint8_t rawTicks[67] = {179,88, 12,11, 12,10, 12,11, 11,11, 12,10, 12,11, 12,10, 12,11, 12,32, 12,33, 12,11, 12,10, 12,32, 13,32, 12,32, 13,32, 12,11, 12,11, 11,11, 12,10, 12,33, 12,11, 11,11, 12,32, 13,32, 12,32, 13,32, 13,32, 12,11, 11,33, 12,32, 13,10, 12};  // Protocol=NEC Address=0xF300 Command=0x90 Raw-Data=0x6F90F300 32 bits LSB first

Result as microseconds array - compensated with MARK_EXCESS_MICROS=20
uint16_t rawData[67] = {8930,4420, 580,570, 580,520, 580,570, 530,570, 580,520, 580,570, 580,520, 580,570, 580,1620, 580,1670, 580,570, 580,520, 580,1620, 630,1620, 580,1620, 630,1620, 580,570, 580,570, 530,570, 580,520, 580,1670, 580,570, 530,570, 580,1620, 630,1620, 580,1620, 630,1620, 630,1620, 580,570, 530,1670, 580,1620, 630,520, 580};  // Protocol=NEC Address=0xF300 Command=0x90 Raw-Data=0x6F90F300 32 bits LSB first

uint16_t address = 0xF300;
uint16_t command = 0x90;
uint32_t rawData = 0x6F90F300;


Pronto Hex as string
char prontoData[] = "0000 006D 0022 0000 0159 00A8 0018 0014 0018 0012 0018 0014 0016 0014 0018 0012 0018 0014 0018 0012 0018 0014 0018 003D 0018 003F 0018 0014 0018 0012 0018 003D 001A 003D 0018 003D 001A 003D 0018 0014 0018 0014 0016 0014 0018 0012 0018 003F 0018 0014 0016 0014 0018 003D 001A 003D 0018 003D 001A 003D 001A 003D 0018 0014 0016 003F 0018 003D 001A 0012 0018 06C3 ";

Atomberg BLDC Fan Raw Data:

Below are the rawData codes for the buttons in the Atomberg fan, that I have. These codes can then be used with TASMOTA and OpenHAB, to control the fan.

  • On/Off Button :
 uint16_t rawData[67] = {8930,4420, 580,570, 580,520, 580,570, 580,520, 580,570, 580,520, 580,570, 580,520, 580,1670, 580,1620, 580,570, 580,520, 580,1670, 580,1620, 580,1670, 580,1670, 580,1620, 580,570, 580,520, 580,570, 580,1620, 580,570, 580,520, 580,1670, 580,520, 580,1670, 580,1670, 580,1620, 580,570, 580,1620, 580,1670, 580,520, 580};  // Protocol=NEC Address=0xF300 Command=0x91 Raw-Data=0x6E91F300 32 bits LSB first
  • Button 1 :
 uint16_t rawData[67] = {8880,4420, 580,570, 580,520, 580,570, 530,570, 580,570, 530,570, 580,520, 580,570, 580,1670, 530,1670, 580,570, 580,520, 580,1620, 630,1620, 580,1670, 580,1670, 530,1670, 580,1620, 630,520, 580,1620, 630,520, 580,570, 580,520, 580,1620, 630,520, 580,570, 580,1620, 580,570, 580,1620, 580,1670, 580,1620, 630,520, 580};  // Protocol=NEC Address=0xF300 Command=0x8B Raw-Data=0x748BF300 32 bits LSB first
  • Button 2 :
uint16_t rawData[67] = {8930,4420, 580,520, 580,570, 580,520, 630,520, 580,520, 580,520, 630,520, 580,570, 580,1620, 580,1670, 580,520, 580,570, 580,1620, 580,1670, 580,1670, 580,1620, 630,520, 580,520, 580,570, 580,520, 580,1670, 580,520, 630,520, 580,1620, 580,1670, 580,1670, 580,1620, 580,1670, 580,520, 580,1670, 580,1670, 580,520, 580};  // Protocol=NEC Address=0xF300 Command=0x90 Raw-Data=0x6F90F300 32 bits LSB first
  • Button 3 :
uint16_t rawData[67] = {8930,4420, 580,570, 580,520, 580,570, 580,520, 580,570, 580,520, 630,520, 580,520, 580,1670, 580,1620, 630,520, 580,520, 580,1670, 580,1620, 580,1670, 580,1670, 580,520, 580,1670, 580,520, 580,1670, 580,520, 580,570, 580,520, 580,1670, 580,1670, 530,570, 580,1620, 630,520, 580,1670, 580,1620, 580,1670, 580,520, 580};  // Protocol=NEC Address=0xF300 Command=0x8A Raw-Data=0x758AF300 32 bits LSB first
  • Button 4 :
uint16_t rawData[67] = {8930,4370, 630,520, 580,520, 630,520, 580,570, 580,520, 580,570, 580,520, 580,520, 630,1620, 580,1670, 580,520, 580,520, 630,1620, 630,1620, 580,1670, 580,1620, 580,1670, 580,1620, 630,520, 580,570, 580,1620, 580,570, 580,520, 580,1670, 580,520, 580,570, 580,1620, 580,1670, 580,520, 580,1670, 580,1620, 630,520, 580};  // Protocol=NEC Address=0xF300 Command=0x93 Raw-Data=0x6C93F300 32 bits LSB first
  • Button 5 :
uint16_t rawData[67] = {8930,4420, 580,520, 580,570, 580,520, 580,570, 580,520, 580,570, 580,520, 580,520, 630,1620, 580,1670, 580,520, 630,470, 630,1620, 580,1670, 580,1670, 580,1620, 630,470, 630,520, 580,520, 630,1620, 580,520, 630,520, 580,520, 630,1620, 580,1670, 580,1670, 580,1620, 580,520, 630,1620, 580,1670, 580,1670, 580,520, 580};  // Protocol=NEC Address=0xF300 Command=0x88 Raw-Data=0x7788F300 32 bits LSB first
  • Button B :
uint16_t rawData[67] = {8930,4420, 580,570, 580,520, 580,520, 580,570, 580,520, 580,570, 580,520, 580,570, 580,1620, 580,1670, 580,570, 580,520, 580,1670, 580,1620, 580,1670, 580,1620, 580,1670, 580,1670, 580,1620, 580,1670, 580,520, 580,570, 580,520, 580,1670, 580,520, 580,570, 580,520, 580,570, 580,1670, 580,1620, 580,1670, 580,520, 580};  // Protocol=NEC Address=0xF300 Command=0x8F Raw-Data=0x708FF300 32 bits LSB first
  • Button Timer :
uint16_t rawData[67] = {8880,4420, 630,520, 580,520, 580,570, 580,520, 580,570, 580,520, 580,570, 580,520, 580,1670, 580,1670, 580,520, 580,520, 630,1620, 580,1670, 580,1620, 580,1670, 580,520, 580,1670, 580,1620, 630,520, 580,1670, 580,520, 580,520, 630,1620, 580,1670, 580,520, 580,520, 630,1620, 580,570, 580,1620, 630,1620, 580,520, 630};  // Protocol=NEC Address=0xF300 Command=0x96 Raw-Data=0x6996F300 32 bits LSB first
  • Button OSC :
uint16_t rawData[67] = {8930,4420, 580,570, 580,520, 580,570, 580,520, 580,570, 580,520, 580,520, 630,520, 580,1670, 580,1670, 530,570, 580,520, 580,1670, 580,1670, 580,1620, 580,1670, 580,1670, 580,1620, 580,1670, 580,520, 580,1670, 580,520, 580,570, 580,1620, 580,570, 580,520, 580,570, 580,1620, 580,570, 580,1670, 530,1670, 580,570, 580};  // Protocol=NEC Address=0xF300 Command=0x97 Raw-Data=0x6897F300 32 bits LSB first
  • Button SLEEP :
uint16_t rawData[67] = {8930,4370, 630,520, 580,520, 630,520, 630,520, 580,520, 580,570, 580,520, 580,520, 630,1620, 630,1620, 580,520, 630,470, 630,1620, 630,1620, 630,1620, 580,1620, 630,520, 580,1620, 580,1670, 580,1620, 630,520, 580,570, 580,520, 580,1670, 580,1620, 630,520, 580,520, 580,570, 580,1620, 630,1620, 580,1620, 630,520, 580};  // Protocol=NEC Address=0xF300 Command=0x8E Raw-Data=0x718EF300 32 bits LSB first

About

A repository to host all the codes/information on how can you control BLDC fans that usually comes with IR remotes using OpenHAB

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published