Username:     
Password:     
             

Projects
IRDA - Transmiter and Receiver v0.1
 
This is a simple example of how to use the IR communucation between two Primer2.

Code size:14Kb Author:matmout
Source files included:yes Version:v0.1
Use circleOS:yes (circleOSversion) Creation date:2010-05-21 14:06:20
Hardware modification:no Modification date:2011-09-09 14:27:46
Based on the STM32 Primer:Primer2
   
Downloads:2343 Views:29531
   
Vote:
Average ratings:0/5 (0 rates)

Download:    IRDA-Transmiter-and-Receiver-v0.1.zip (62 KB)

Description:

/******************** Polytech'Grenoble 2010 - RICM4 ****************************
* File Name: readme_en.txt
* Author: Mathieu MALLET, Ludrig MOL, Clement MOREL
* Version: V3.8 (CircleOS)
* Date: 06/06/2010
* Description: 3M Project
********************************************************************************/

This example provides a basic example of how to use the IRDA component. In order to test it, you should have 2 Primer2 : one  in transmiter mode and one in receiver mode. Pressing the button in transmiter mode will send a char to the receiver (from char 'a' to 'z'). You can easily switch application mode using right and left direction on the joystick.

Note: It was our first attemp with primer2. If you're looking for a better implementation of IRDA communication, you should have a look at this project : STM32 Primer 2 Project - IP3M (our school project - based on IRDA comm - called IP3M)