Skip to main content
mh2
Associate III
September 6, 2016
Question

Irda standard version

  • September 6, 2016
  • 2 replies
  • 715 views
Posted on September 06, 2016 at 17:39

Hi everybody

I'm going to use the Irda output of STM32L151 and send som data to PC using the usb to irda adaptor in PC side. I want to know which version of the Irda standard used in STM 32 microcontroller? I  search so much but I didn't find anything about it.

thanks
    This topic has been closed for replies.

    2 replies

    mh2
    mh2Author
    Associate III
    September 7, 2016
    Posted on September 07, 2016 at 16:07

    Does anyone have idea about the irda standard? I want to bought the usb to irda adaptor, however I don't know which of the adaptor are compatible with STM32 Irda port.

    Thanks

    Tesla DeLorean
    Guru
    September 7, 2016
    Posted on September 07, 2016 at 18:02

    To be honest, no this isn't something I use, my technique to find out would be to review the example codes, board designs (STM32L152-EVAL for example), along with the documentation. My guess would be it supports 115Kbps and 4Mbps type modes.

    I don't think it does much more than provide the 'physical' layer, and the 'standard' likely requires more of a protocol stack to achieve what you need. If you have any prior experience with IrDA this should be sufficient  to Google, and locate some relatively portable code as a basis to start from.

    Tranceiver used on STM32 EVAL boards

    TFDU6300  

    http://www.farnell.com/datasheets/60702.pdf

    Example code, portable to platform

    STM32F10x_StdPeriph_Lib_V3.5.0\Project\STM32F10x_StdPeriph_Examples\USART\IrDA\Receive\readme.txt

    STM32F10x_StdPeriph_Lib_V3.5.0\Project\STM32F10x_StdPeriph_Examples\USART\IrDA\Transmit\readme.txt

    Tips, Buy me a coffee, or three.. PayPal VenmoUp vote any posts that you find helpful, it shows what's working..