Skip to content

mbed-ce-libraries-examples/RemoteIR-test-program

Repository files navigation

RemoteIR Test Program

IR LED and Phototransistor

This project is a conversion of RemoteIR_TestProgram by Shinichiro Nakamura to Mbed CE. For more info, see the cookbook page and the notebook page.

Note: As currently written, the code is designed to work with a Mbed LPC1768 board and an HD44780 LCD, plus appropriate infrared transmitted and/or receiver hardware. If this is not your setup, you may have to edit main.cpp, especially the pin assignments at the top, in order to compile the project.

How to set up this project:

  1. Clone it to your machine. Don't forget to use --recursive to clone the submodules: git clone --recursive https://github.com/mbed-ce-libraries-examples/RemoteIR-test-program.git
  2. Set up the GNU ARM toolchain (and other programs) on your machine using the toolchain setup guide.
  3. Set up the CMake project for editing. We have three ways to do this:
  4. Build the flash-RemoteIR-Test-Program target to upload the code to a connected device.

About

Example program for the RemoteIR library

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published