Search found 92 matches

by SukhdeepMankoo
Wed Aug 17, 2011 4:45 pm
Forum: Microcontrollers
Topic: How to connect PIC16F630 micro to 500 LEDs
Replies: 6
Views: 8151

Re: How to connect PIC16F630 micro to 500 LEDs

i am not able to understand or you asking about that you do not have enough I/O Ports or you are facing problem with LEDs interfacing with controller. Do if you like to have more I/O pins, you can have variety of options depending upon what are you trying to do.e.g you can have shift serial to paral...
by SukhdeepMankoo
Wed Aug 17, 2011 4:40 pm
Forum: Linux
Topic: running linux on window xp
Replies: 4
Views: 4379

running linux on window xp

Hi,
I want to learn linux. is there any setup available to install on window through which i run linux as we do DOS commands to learn linux?


Thanks & Regards
Sukhdeep Singh
by SukhdeepMankoo
Tue May 31, 2011 4:26 pm
Forum: Microcontrollers
Topic: Connecting your Microcontroller to PC
Replies: 7
Views: 8796

Re: Connecting your Microcontroller to PC

which microcontroller are you trying to connect?
by SukhdeepMankoo
Thu May 26, 2011 9:10 am
Forum: Microcontrollers
Topic: Musical DoorBell with PIC16F84A
Replies: 38
Views: 36647

Re: Musical DoorBell with PIC16F84A

First all you need to read wave file. after reading the wave file, you will get the data. send that data to pwm register or to DAC. will be get the sound on speaker. Note down the link, which tell you the wave file format. https://ccrma.stanford.edu/courses/422/projects/WaveFormat/ read the format a...
by SukhdeepMankoo
Wed May 25, 2011 10:55 am
Forum: Microcontrollers
Topic: Musical DoorBell with PIC16F84A
Replies: 38
Views: 36647

Re: Musical DoorBell with PIC16F84A

I suggest you to play wave file on pic using PWM. where you can have music whatever you want to play.It is really good to start wave file player using microcontroller.
by SukhdeepMankoo
Tue Oct 05, 2010 12:17 pm
Forum: Introductions
Topic: Sukhdeep Singh
Replies: 0
Views: 1841

Sukhdeep Singh

Hi,
I have done B-Tech from Punjab, India in 2005. Since 2005 i am working in the embedded field. I have worked on 8051,AVR,PIC and ARM7TDMI microcontrollers.
if you desire that your product should be foolproof, implement theoretically before practical.

Do your best and rest leave on God.
by SukhdeepMankoo
Sat Sep 25, 2010 11:29 am
Forum: Microcontrollers
Topic: pic microcontroller stack
Replies: 3
Views: 3858

Re: pic microcontroller stack

Thanks Neo, I was too busy last few months and not able to check out the ROBOT.LK Community Page. With God's Grace, whatever i know about the embedded System, i am always ready to help in ROBOT.LK Community. Now, I have not seen Hardware Stack in case of any other Controller except PIC. what will be...
by SukhdeepMankoo
Fri Sep 24, 2010 1:57 pm
Forum: Microcontrollers
Topic: pic microcontroller stack
Replies: 3
Views: 3858

pic microcontroller stack

Hi, I am reading datasheet of PIC16F882. on page no 23, stack level1 ..... stack level8. Reset Vector has address 0h Interrupt Vector............4h between these two vector, pic has 8 no of stacks. how is it possible to accommodate 8 stack in 4 location? one more thing as stack is controlled by soft...
by SukhdeepMankoo
Thu Jul 15, 2010 5:52 pm
Forum: Microcontrollers
Topic: ATMEGA Microcontroller communicates with PC - USB
Replies: 4
Views: 4506

Re: ATMEGA Microcontroller communicates with PC - USB

You can purchase the USB to serial Converter Data Cable and should start writing software for serial port or u can go through the usb to serial converter ICs. Because for USB, you have to write software for Both microcontroller and PC sides, which seems to be difficult as compare the serial Port for...
by SukhdeepMankoo
Wed Jul 14, 2010 5:11 pm
Forum: Digital Signal Processors
Topic: cmd file of Harvard architecture
Replies: 13
Views: 16438

Re: cmd file of Harvard architecture

Thanks Neo,
But i have few doubts, when reading example. why do need to declare far before function name as well as in variables?
extern far void vectors(void);

Go to advanced search