Search found 686 matches

by Rksk
Thu Jan 24, 2013 1:55 am
Forum: Embedded Systems
Topic: Decoding sony infrared remote codes (SIRC) with PIC12F675
Replies: 5
Views: 10000

Re: Decoding sony infrared remote codes (SIRC) with PIC12F675

do not add labels like this when you drawing diagrams. Sorry for poor diagram. I just edited a simple diagram which was in my MCU downloads directory :D . Didn't thought to draw a professional diagram. What software you used to draw the waveforms No, I didn't draw this. It is the output of PICkit2'...
by Rksk
Wed Jan 23, 2013 4:47 pm
Forum: Embedded Systems
Topic: How to decode IR remote control signals with your PICkit 2
Replies: 4
Views: 8023

Re: How to decode IR remote control signals with your PICkit 2

Thanks Nandika & Neo.

my nex post is here

[ Post made via Mobile Device ] Image
by Rksk
Wed Jan 23, 2013 4:19 pm
Forum: Embedded Systems
Topic: Decoding sony infrared remote codes (SIRC) with PIC12F675
Replies: 5
Views: 10000

Decoding sony infrared remote codes (SIRC) with PIC12F675

As I said in my last post , here is my 2nd post. No much words, just some images :D First of all, you have to learn about, SIRC Protocol SIRC.JPG Below two images were created from my own data. :yahoo: key 0.JPG IR data.JPG Below is the mikroC code, I used... (I switched to mikroC from hitechC, beca...
by Rksk
Tue Jan 22, 2013 10:33 am
Forum: Embedded Systems
Topic: How to decode IR remote control signals with your PICkit 2
Replies: 4
Views: 8023

How to decode IR remote control signals with your PICkit 2

Recently I wanted to use a TV IR remote controller with a MCU. I read more & more on the topic. But there was no a way to find the REAL data of my IR remote controller. But I was lucky, PICkit2 saved me. I'm going to describe, how I analyzed the data of my TV IR remote controller. Firstly I connecte...
by Rksk
Mon Jan 21, 2013 6:03 pm
Forum: C/C++ Programming
Topic: How to convert binary to BCD ?
Replies: 13
Views: 27739

Re: How to convert binary to BCD ?

I think that, binaryShift should start from 0. i = 22 binaryShift = 0 while (i > 0) { digit = i % 10;// 1 bcd += (digit << binaryShift);// 2 binaryShift += 4;// 3 i /= 10;// 4 } 1st cycle 1 digit = 22 % 10 = 2 2 bcd = 0 + (2 << 0) = 2 3 binaryShift = 0 + 4 = 4 4 i = 22/10 = 2 2nd cycle 1 digit = 2 %...
by Rksk
Wed Jan 02, 2013 5:55 pm
Forum: ??????? ???? ?????
Topic: dvd film on lcd monitor
Replies: 6
Views: 9749

Re: dvd film on lcd monitor

pahala thiyenne mn dekapu VGA out thiyena DVD player tikak. mewa chinese wage.

SANSUI SDVD-518
OPERA OP-DVD-295G
GEEPAS GDVD2650

[ Post made via Mobile Device ] Image
by Rksk
Wed Jan 02, 2013 5:22 pm
Forum: ??????? ???? ?????
Topic: dvd film on lcd monitor
Replies: 6
Views: 9749

Re: dvd film on lcd monitor

samahara DVD Player wala VGA out ekak thiyenawa. ehema nam harima lesi.

[ Post made via Mobile Device ] Image
by Rksk
Mon Dec 17, 2012 12:13 am
Forum: Web Related
Topic: Why Client can't access Hosting sever Direct with out DNS
Replies: 7
Views: 13181

Re: Why Client can't access Hosting sever Direct with out DNS

Hi, You are here, after a long time... Different websites are hosted in different servers worldwide. So our brower don't know where the website is hosted. It can't find the server by domain name. Then the browser requests the IP of the website (domain name) from a DNS server and connects to the IP. ...
by Rksk
Mon Dec 10, 2012 5:00 pm
Forum: ??????? ???? ?????
Topic: e-money ??? Tech??? ?? ?????? ?? ?????
Replies: 3
Views: 6905

e-money ??? Tech??? ?? ?????? ?? ?????

*freelancing ??? ?????? ?? ??? ??????....

e-money ??? Tech??? ?? ?????? ??????????? ?? ?????...
[media]http://www.youtube.com/watch?v=lUrPRbBf4wI[/media]

mp3 version (for mobile users) : http://x.co/qQyO

Full program : http://www.techkatha.com/2011/11/26/ep-104/
(00:56:15)
by Rksk
Sun Dec 02, 2012 11:49 pm
Forum: Web programming
Topic: How to keep value received through GET method?
Replies: 2
Views: 7323

Re: How to keep value received through GET method?

I want to keep the value "$aut_id" which is received through GET method. It is destroyed (as usual) when I click the submit button. Insert query needs "$aut_id" value after the clicking of submit button. How can I achieve this? Following is my code <?php     mysql_connect("localhost", "root", "123"...

Go to advanced search