|
2014-02-13
, 16:06
|
|
Posts: 1,974 |
Thanked: 1,834 times |
Joined on Mar 2013
@ india
|
#2
|
|
2014-02-13
, 16:38
|
|
Posts: 534 |
Thanked: 723 times |
Joined on Oct 2009
|
#3
|
|
2014-02-13
, 20:44
|
|
Posts: 562 |
Thanked: 2,744 times |
Joined on Dec 2013
@ Espoo, Finland
|
#4
|
|
2014-02-13
, 21:08
|
Posts: 5 |
Thanked: 8 times |
Joined on Feb 2014
|
#5
|
|
2014-02-13
, 22:15
|
|
Posts: 562 |
Thanked: 2,744 times |
Joined on Dec 2013
@ Espoo, Finland
|
#6
|
|
2014-02-13
, 22:39
|
Posts: 5 |
Thanked: 8 times |
Joined on Feb 2014
|
#7
|
Creating an Infrared Emitter (and Receiver) Other Half + Software to use your Jolla as Universal Remote (like e.g. Logitech Harmony).
-------------------------------------------------------------
The idea seems pretty obvious, at least to me, but I did not found anything about this. Therefore I'm going forward and start collecting ideas on how this can be done.
Hardware (The Other Half):
Since IR is a bit time-critical, especially sending, I think the timing should be done on a µC rather than on the Jolla itself.
The emitter/receiver circuit should be fairly simple, there are lots of examples in the net (see the link below in Interface).
Interface Hardware - Software:
The receiver should only be active when requested to safe power. (I'm not trying to make the Jolla be controllable by an remote)
For interfacing the Hardware with the OS we could use LIRC (http://www.lirc.org):
Pros:
Cons:
I also found a nice project that can send and decode many IR protocols on an avr (it's in german: https://www.mikrocontroller.net/articles/IRMP):
Pros:
Cons:
Software:
What it should support:
So, what do you think? Useful, possible? Feedback and help welcome.