Use your forum account to login.

LOGIN

TOP Contributors

  1. MikroElektronika Team (99 codes)
  2. Dany (44 codes)
  3. NART SCHINACKOW (34 codes)
  4. Alcides Ramos (33 codes)
  5. Agent Wolfz (14 codes)
  6. Andrew Hazelden (13 codes)
  7. Roman Black (11 codes)
  8. Alberto Trasimeni (11 codes)
  9. Roman Toropov (9 codes)
  10. Simon Platten (8 codes)

Most Downloaded

  1. Network Ethernet Library (11738 times)
  2. FAT32 Library (8576 times)
  3. Timer Calculator (6512 times)
  4. PID Library (5235 times)
  5. Network WiFi Library (5187 times)
  6. SMS home alarm system (4407 times)
  7. External Memory (4104 times)
  8. mikromedia for PIC18FJ - Examples (3562 times)
  9. microSD click - Example (3486 times)
  10. GPS click - Example (3246 times)
Libstock prefers package manager

Package Manager

We strongly encourage users to use Package manager for sharing their code on Libstock website, because it boosts your efficiency and leaves the end user with no room for error. [more info]

< Back
Project

'anyIR' Infrared Transmitter for MMB18, MMB33 and MMB STM32-M4

Rating:

Author: Hex Hexreader

Last Updated: 2012-09-01

Category: Communication

Downloaded: 382 times

Followed by: 1 user

Ever wondered what extra things you could do if your TV remote control had extra buttons? This project allows you to send every possible code to your TV or other domestic devices, as long as it uses one of the 8 common protocols provided here

No Abuse Reported

Do you want to subscribe in order to receive notifications regarding "'anyIR' Infrared Transmitter for MMB18, MMB33 and MMB STM32-M4" changes.

Do you want to unsubscribe in order to stop receiving notifications regarding "'anyIR' Infrared Transmitter for MMB18, MMB33 and MMB STM32-M4" changes.

Do you want to report abuse regarding "'anyIR' Infrared Transmitter for MMB18, MMB33 and MMB STM32-M4".

  • Information
  • Comments (0)

Project Blog

1 September 2012

Added a version for Mikromedia for STM32 M4 board and ARM C compiler

10 July 2012

Connect pin 33 of MMB (or better still, battery boost shield) to a 100 Ohm resistor and IR LED in series to Gnd.

Then you can send any code in any of eight IR protocols to your TV, DVD player or other domestic device.

Connect a higher current driver circuit and use a high current LED (or two) if you want longer range

Common Sony TV buttons are the easiest to work with if you have a Sony TV, but you can choose your own protocol, frequency and bytes to transmit.

I have a Samsung TV, so you will see I have set up handy Samsung buttons.

You can experiment to see what extra functions your TV (or other device) can perform in addition to the functions that your remote control will give.

To put Sony TV into test mode use the yellow buttons: Sony service - send - Sony TV inf -send
Same process to exit Sony test mode

See the sbprojects web site for an explanation of domestic IR protocols

See my other LIBSTOCK code example entries for IR reception and other IR related stuff

ALSO FROM THIS AUTHOR

Serial to GLCD for EasyPIC7

I found a need to build my own serial GLCD (text only). Thought I might share it in case someone else had an interest. Demonstrates circular UART buffer with interrupt and simple use of GLCD for text.

[Learn More]

Infrared Tx Rx Samsung Sharp NEC Sony RC5 RC6 MCE Toshiba IR - EasyPIC7 - PIC12 - MMB18 - MMB33 - ARM

Transmit IR on RC2 of EasyPIC7 or Decode IR protocols using 38KHz 3-pin receiver chip on RC0 of EasyPIC7 - also PIC12 IR Tx/Rx and MMB Tx. See C file header text for details.

[Learn More]

Frequency Counter for EasyPIC7 - Really simple

Just a really simple Frequency Counter example for EasyPIC7 with LCD fitted. Connect RC0 to RC2 for 2KHz test frequency.

[Learn More]