Search found 246 matches

by Nandika
Wed Aug 29, 2012 5:04 pm
Forum: Electronics & Electrical Engineering
Topic: Create simple circuit using Logic gates
Replies: 14
Views: 15618

Re: Create simple circuit using Logic gates

Nice.... :)
I haven't more knowledge about this boolian equation.
Actually ,I wished someone post about simplified circuit.

Please,If you can post this simplification step by step.
Thanks.
by Nandika
Mon Aug 27, 2012 6:30 pm
Forum: Electronics & Electrical Engineering
Topic: Create simple circuit using Logic gates
Replies: 14
Views: 15618

Re: Create simple circuit using Logic gates

:D
Did not answer Electronic question?I think It's the easiest question than others.
by Nandika
Sun Aug 26, 2012 8:26 pm
Forum: Electronics & Electrical Engineering
Topic: Create simple circuit using Logic gates
Replies: 14
Views: 15618

Create simple circuit using Logic gates

Hello Friends, This is a simple trick about simple logic circuit designing.I think,This is important for O/L IT and A/L Physics. I use my poor English.Sorry for it.Never misunderstand. I explain it using some examples. Example 1: Create a simple logic circuit for detect prime numbers from 0 to 7. 1....
by Nandika
Sat Aug 25, 2012 9:29 am
Forum: Embedded Systems
Topic: Help My Project(12CH LED Driver)??
Replies: 50
Views: 53705

Re: Help My Project(12CH LED Driver)??

Thank you Neo.....
I got it. :)
Thank again for your explain and links.
by Nandika
Thu Aug 23, 2012 2:43 pm
Forum: Electronics & Electrical Engineering
Topic: PCB manufacturing - Germany Vs. China
Replies: 4
Views: 4426

Re: PCB manufacturing - Germany Vs. China

Hi.. Germans are the founders of the technology but they can't cope up with prices of the Chinese. Yes...Chinese know marketing the Technology ... They have technology and marketing knowledge. If you have 10 rupees ,china gives 10 rupees mobile phone. If you have 10 million rupees,china gives 10 mil...
by Nandika
Thu Aug 23, 2012 2:10 pm
Forum: Embedded Systems
Topic: Help My Project(12CH LED Driver)??
Replies: 50
Views: 53705

Re: Help My Project(12CH LED Driver)??

I understood something...if I incorrect ,please give answer abode question .. This is shifting. As your Example.... See 1<<2 = 4 1<<3 = 8 .... .... In my coding... 1<i = 2^ i 1<<(11-i) =2^(11-i) adding this tow values ,correctly light up my LED driver ... :biggrin: But, What is meaning of 1L ?? What...
by Nandika
Thu Aug 23, 2012 1:56 pm
Forum: Embedded Systems
Topic: Help My Project(12CH LED Driver)??
Replies: 50
Views: 53705

Re: Help My Project(12CH LED Driver)??

Thank you Neo.. :D

:o It's work without including math.h.
It's a nice code.What is the meaning of

Code: Select all

1L
? :o :?: :?: :?: :?: :?: :geek: :geek: :geek: :geek:
Please explain or give some links for understand code?
by Nandika
Tue Aug 21, 2012 2:16 pm
Forum: Embedded Systems
Topic: Help My Project(12CH LED Driver)??
Replies: 50
Views: 53705

Re: Help My Project(12CH LED Driver)??

Ops...Very Sorry Neo... I given code is wrong.It's a my typing mistake. I clearly explain it. I want to make 12LED driver using PIC16F87A. I used output pin as all of PORTB and 4pin only PORTC(first 4 pins). I coded function for write to port as this, //this methord used for write to port B and C vo...
by Nandika
Mon Aug 20, 2012 1:12 pm
Forum: Electronics & Electrical Engineering
Topic: PCB manufacturing - Germany Vs. China
Replies: 4
Views: 4426

Re: PCB manufacturing - Germany Vs. China

Nice video .... :shock: :biggrin:
Some time both are equal.....But,German is better than China. :?:
No No China is better than German...
They used X-ray analyzing,....

What do you think my friends?
by Nandika
Sun Aug 19, 2012 5:38 pm
Forum: Embedded Systems
Topic: Help My Project(12CH LED Driver)??
Replies: 50
Views: 53705

Re: Help My Project(12CH LED Driver)??

Hi...Neo and Friends, :) I solved problem using Rksk's code. I replaced small piece of flowing code. #include <math.h> #include <pic.h> #include "delay.h" //#include "styles.h" //this methord used for write to port B and C void Write(unsigned int val){ PORTB=val; PORTC=(val>>8);//I used shifting met...

Go to advanced search