Search found 7 matches
- Wed May 06, 2015 6:26 pm
- Forum: Python / Scripts Help and Support
- Topic: I2C and python?
- Replies: 4
- Views: 2964
Re: I2C and python?
Would be very nice if we could get some GPIO (but there is no any io ports on xbox) or i2c for python. Any plans to integrate it with x4x?
- Sun Aug 26, 2012 1:48 pm
- Forum: XBMC4XBOX General Discussion
- Topic: Ambilight
- Replies: 15
- Views: 7239
Re: Ambilight
http://www.sendspace.com/file/fo5u77
There is PCB, Schematic, and pcb layout for ambilight with 7 channels. RS232 for debuging included.
I'm going to take a rest in vacation, so I'll be back in next week
Regards, Sowa
There is PCB, Schematic, and pcb layout for ambilight with 7 channels. RS232 for debuging included.
I'm going to take a rest in vacation, so I'll be back in next week

Regards, Sowa
- Fri Aug 24, 2012 3:21 pm
- Forum: XBMC4XBOX General Discussion
- Topic: Ambilight
- Replies: 15
- Views: 7239
Re: Ambilight
the atmega 168 has the ability to have 6 pwm outputs on pins 3,5,6 and 11 with 8 bit resolution and pins 9and 10 with 16 bit resolution because of the timers on those pins i know it is not 8 but it shuld be more than enough, 3 colours for left and right each stero amberlight output? it is sort of g...
- Thu Aug 23, 2012 6:10 pm
- Forum: XBMC4XBOX General Discussion
- Topic: Ambilight
- Replies: 15
- Views: 7239
Re: Ambilight
ignoring the i2c stuff, there is a patchset on our bugtracker related to ambilight. I'd have to check to see what it got to. I recall I think some code changes might have been needed for acceptance, but I could be wrong. I don't have a machine to test however. I could do a build with the patch if y...
- Wed Aug 22, 2012 6:22 pm
- Forum: XBMC4XBOX General Discussion
- Topic: Ambilight
- Replies: 15
- Views: 7239
Re: Ambilight
there is sample code for clpd to talk to the lcpbus freely available from latice semiconductor. but not as such for micros or avr's that i can find and in most cases they are not fast enough to capture packet data as it is running at 33mhz faster than run of the mill micros. i have no idea when it ...
- Mon Aug 20, 2012 8:42 pm
- Forum: XBMC4XBOX General Discussion
- Topic: Ambilight
- Replies: 15
- Views: 7239
Re: Ambilight
then we need to use some cpld. Hm, would be nice but first, I would like to make ambilight project. LCD could be too hard for me at the moment.. :) but I will look at LPC bus specification.. I never do it before :) Another option if we couldn't use i2c: http://www.ftdichip.com/Products/ICs/FT232BM.h...
- Sun Aug 19, 2012 12:47 pm
- Forum: XBMC4XBOX General Discussion
- Topic: Ambilight
- Replies: 15
- Views: 7239
Ambilight
Hello. Some time ago xbmc has support for ambilight v1 with smartxx modchips. This version is old now, and on official releases there is no longer support for it but maybe there will be some option to add? Not for smartxx only but... We have there i2c, would be it useful? It may be to slow and I don...