Fan sensor working principle

Thread Starter

kalemaxon89

Joined Oct 12, 2022
217
I hope this is the right section of the forum for this thread, otherwise tell me and I will rewrite this post in the correct one.

In the photos I show you there is the schematic (pcb) of a wireless remote control that turns on and adjusts the speed of a fan attached to the ceiling.
I am wondering how it works:
when a button (GPIO) is pressed the microcontroller (on the package there is "12F629 1/SM1622", I would say it is a PIC) reads it and, depending on which one was pressed, an electrical signal is sent to the receiver built into the fan that will trigger I think switches to turn on/off the light, turn on/off the fan, and adjust the speed of the blades.

I have some questions:
1) What sends the electromagnetic signal? An RFID sensor? An IR LED? Or what else?
2) Where is it in the pcb? I don't see it ... maybe it's embedded in what I think is a simple LED? (to the left of the pcb)
3) The electrical signal generated and transmitted by the remote control will have to be different and unique for each button pressed, so that the receiver will "distinguish which of the buttons has been preempted" and act accordingly. Is this done by changing the phase of the signal? the frequency? the amplitude? Imagine you are the receiver and you get the signal, you will ask yourself "if component x of the signal is like this, then I turn on the fan ... if instead it is like this, I increase the speed" etc. How is this done?
4) If my neighbor comes with his fan remote controller and tries to turn on my fan, it won't turn on. So I assume that it is not a "universal" remote controller but that each manufacturer can make his own fan that works only with his remote controller. How does the receiver recognize that the signal is coming from its own remote control? I think that this question is a very similar to question 3) ... I think it's the same principle.

WhatsApp Image 2023-08-25 at 14.26.09.jpeg
WhatsApp Image 2023-08-25 at 14.25.58.jpeg
 
Last edited:

Thread Starter

kalemaxon89

Joined Oct 12, 2022
217
Are you sure it is wireless?
That LED looks very like an IR LED.
Probably you are right! Assuming it is an IR LED, it produces IR beams whose wavelength is within a certain range (if I remember correctly between 600-700 nm and 1mm). I still don't understand question 3) and 4) I asked, though.
 

AlbertHall

Joined Jun 4, 2014
12,293
The LED will pulse on and off to send a digital code to the receiver which will be different depending which button you press. There are many such code systems used by different manufacturers.

The codes can get quite complex but here is a description of some from Vishay who make receivers for IR remotes.
Vishay IR remote
 
Top