Designing a Remote Control: Beginner's Guide

AI Thread Summary
Designing a remote control typically involves understanding infrared (IR) technology, where most remotes operate at a carrier frequency of around 40kHz, modulated with data output from a UART. Users can utilize a computer's COM port to modulate this carrier, but adjustments may be needed for word size, as remotes often use 10 or 12 data bits instead of the standard 8 bits. For those looking to create a remote from scratch, handheld devices with infrared ports, like pocket PCs, can be programmed to control various appliances, including TVs. While specific reprogramming software is available, open-source options are less common. There is interest in developing a universal remote that can operate multiple TV brands, which may require research into the compatibility of IR codes across different manufacturers.
heman
Messages
353
Reaction score
0
Has anyone here happened to design a remote control...
I am just into it...so i am looking for information to understand how can we go about doing it..
 
Computer science news on Phys.org
Most (not all) IR remote output is a 40khz(about) carrier modulated with the output of a UART.
You could possibly use your computers com port to modulate the carrier if you can adjust the output word size large enough.
IIRC remotes use 10 or 12 data bits to the normal computer setting of 8 bits.
 
sorry for interruption, by designing a remote control, do you mean, reprogramm a remote or create your own from scratch?
 
If you have a Handheld, such as a pocket PC, then you can use its infrared port to program a remote control, for a TV for example. There are programs available for download that do this, don't know of any open source ones though. My Dell Axim has an infrared port.
 
we(i and my friend) are actually trying to make it for general purpose..like for devices like tubelight,fan,etc.etc.

i have actually prepared images what it would look like
 
where can i find the remote controller reprogramming programs heartless?
what ifi want to do ,for ex:a remote controller for a certain tv brand,say a toshiba tv remote works with other brands?such as(lg,samsung,sony,hitachi,etc),i want to make the one use remote to be more wide use for many kinds of tvs,how can i do this?
thanks in advance_:)
 
I came across a video regarding the use of AI/ML to work through complex datasets to determine complicated protein structures. It is a promising and beneficial use of AI/ML. AlphaFold - The Most Useful Thing AI Has Ever Done https://www.ebi.ac.uk/training/online/courses/alphafold/an-introductory-guide-to-its-strengths-and-limitations/what-is-alphafold/ https://en.wikipedia.org/wiki/AlphaFold https://deepmind.google/about/ Edit/update: The AlphaFold article in Nature John Jumper...
Thread 'Urgent: Physically repair - or bypass - power button on Asus laptop'
Asus Vivobook S14 flip. The power button is wrecked. Unable to turn it on AT ALL. We can get into how and why it got wrecked later, but suffice to say a kitchen knife was involved: These buttons do want to NOT come off, not like other lappies, where they can snap in and out. And they sure don't go back on. So, in the absence of a longer-term solution that might involve a replacement, is there any way I can activate the power button, like with a paperclip or wire or something? It looks...
Back
Top