This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

How to test IR sensor with nRF52832?

I have nRF52832 as my development kit. Currently I am testing various ble peripherals i.e Blinky , beacon etc. Now I have to test IR sensor with the Development kit .I aim to use IR sensor as obstacle avoider. However I have very less idea of how to proceed with this. I have Keil (licenced version). Kindly help with both transmission and reception of IR signal .

Note: I am very new to this platform , just started with BLE and therefore currently testing all the examples. 
Please provide a simplified solution .

Parents Reply
  • I also have been working on IR in these time and found that there are very less discussion about IR on nrf5x devices. Also the Nordic never provided an IR example according to a reply from Nordic technical support. Why ? Because the IR is very mature technology used for many years that the IR module is so easy to be driven. That is what an Embedded system engineer told me. I am not the expert, of course it is not so easy for me as they told, so I cannot tell you the details. But you can follow the IR protocol and write a driver for your device. They(engineers) told me IR module is the easiest device to be driven. You can search some key words like "infrared(or IR) solution for arm architecture", "infrared(or IR) solution for MCUs of the STM32" or "mbed IR solution". The nrf5x is ARM architecture and they will use the same protocol.

Children
No Data
Related