![]() |
2014-04-06
, 18:33
|
|
Posts: 1,974 |
Thanked: 1,834 times |
Joined on Mar 2013
@ india
|
#21
|
![]() |
2014-04-06
, 18:42
|
|
Posts: 1,986 |
Thanked: 7,698 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#22
|
@Copernicus please make a fork of lalterne excliptly with the feature that can turn on the leds with the aid of light sensor (configurable values for light sensor sensivty and leds) it might sound dumb or awkard but it will be a killer feature for me as its time for heavy loadshedding ,you know its summer time... i requested it long ago but you turned it down
The Following User Says Thank You to Copernicus For This Useful Post: | ||
![]() |
2014-04-06
, 19:02
|
|
Posts: 1,974 |
Thanked: 1,834 times |
Joined on Mar 2013
@ india
|
#23
|
![]() |
2014-04-07
, 05:49
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#24
|
Well, yes, I guess I probably could.But just to reiterate my position from last year, after having studied the documentation on the N900's flash hardware, I'm just not comfortable with driving the white LEDs constantly at high power, as that can potentially burn them out. Lanterne's torch runs the LEDs at the only power level that has been explicitly labeled as safe for continuous use, so I'm just going to stick with that...
The Following User Says Thank You to Estel For This Useful Post: | ||
![]() |
2014-04-07
, 08:53
|
|
Posts: 1,986 |
Thanked: 7,698 times |
Joined on Dec 2010
@ Dayton, Ohio
|
#25
|
No, no, I just mean *lower* levels at start, then, gradually, increasing output to a max of same wattage that LEDs have in torch mode. Not over-driving them, of course
Sure, it would require using the second mode, but as long as you keep with not exceeding power equivalent to the "safe" torch mode, you're doing the same thing, with just low power level at start.
static struct adp1653_platform_data rx51_adp1653_platform_data = { .power = rx51_adp1653_power, /* Must be limited to 500 ms in RX-51 */ .max_flash_timeout = 500000, /* us */ /* Must be limited to 320 mA in RX-51 B3 and newer hardware */ .max_flash_intensity = 19, /* Must be limited to 50 mA in RX-51 */ .max_torch_intensity = 1, .max_indicator_intensity = ADP1653_REG_OUT_SEL_ILED_MAX, };
The Following User Says Thank You to Copernicus For This Useful Post: | ||
![]() |
2014-04-07
, 11:53
|
|
Posts: 6,453 |
Thanked: 20,983 times |
Joined on Sep 2012
@ UK
|
#26
|
The Following 3 Users Say Thank You to pichlo For This Useful Post: | ||
![]() |
2014-04-08
, 11:44
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#27
|
Whoa, second mode? I don't remember a second mode... Hmm, sounds interesting!
Yeah, looking again at the ADP1653 data sheet, it only seems to support integer values between 1 and 11 for "torch mode" usage, 1 representing the low value of 50 mA and 11 being the high of 200 mA.
(...)
So only the low value of 50 mA is supported. I'm still not seeing any way to go lower than 50 mA here...
What is the fastest the LED can flash in the strobe mode? If fast enough (say 25 times per second or more), then lower values could be achieved by varying the duty cycle.
(...)
If I get it right, timing is in multiples of ~54ms, totally unsuitable for emulating steady light with very fast strobing
The Following 3 Users Say Thank You to Estel For This Useful Post: | ||
![]() |
2014-04-08
, 22:42
|
Posts: 9 |
Thanked: 6 times |
Joined on Mar 2014
@ Amsterdam
|
#28
|
The Following 2 Users Say Thank You to Selene For This Useful Post: | ||
![]() |
2014-04-09
, 02:08
|
|
Posts: 5,028 |
Thanked: 8,613 times |
Joined on Mar 2011
|
#29
|
Too bad indeed that 50 mA is the minimum. Using the red led a few minutes beforehand to simulate a red sun rising - and maybe shock your eyes a little less - would be nice.
![]() |
2014-04-14
, 18:22
|
Posts: 9 |
Thanked: 6 times |
Joined on Mar 2014
@ Amsterdam
|
#30
|
You could script enabling of red led, then, after selected period of time, white one, why not. I just guess that red LED would have 0 effect on your sleep phase, even inside pitch dark room - well, you would have to test it yourself.
And of course, I know where Selene/Luna/etc comes from, thats why I wasn't sure about gender
/Estel