iOS and Infrared

久未见 提交于 2019-12-10 18:29:58

问题


Is it possible to communicate with an Infrared device (USB Infrared, TV, Mobile Phone, etc) using iOS (iPhone or iPad)?

Well, i know it's possible, since there are many remote/universal remote applications in the AppStore. I basically want to know how?

  • What are the limitations and requirements?
  • What kind of additional hardware is required? If it's available in the market?
  • Which protocols should i know about?
  • Which iOS libraries can help me in the process.

Can anyone point me in the right direction. Thanks.


回答1:


Any devices using IR for controllers are either wifi or have custom hardware that outputs IR signals based off of output from the device. So without using your own hardware, I don't believe this is possible




回答2:


Infrared isn't unbuilt in iPhone. All those remote apps are wifi based.




回答3:


The hardware isn't available but there is a hack you can make to the headphone socket.

http://arstechnica.com/apple/news/2011/01/project-hijack-uses-iphone-audio-jack-to-make-cheap-sensors.ars?utm_source=Ars+Technica+Newsletter&utm_campaign=05bfd22285-January_21_2011_Newsletter&utm_medium=email




回答4:


There is no infrared connectivity within iOS.However there are bluetooth and wifi.Generally you can use bluetooth functionality by importing GameKit framework.Thanks



来源:https://stackoverflow.com/questions/6476207/ios-and-infrared

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!