Search found 20 matches
- Thu Nov 24, 2011 3:53 pm
- Forum: Microcontrollers
- Topic: Musical DoorBell with PIC16F84A
- Replies: 38
- Views: 51896
Re: Musical DoorBell with PIC16F84A
This whole discussion was aiming at making a simple Musical door bell. It is definitely not good for any songs type playback. To playback such music, you will have to use a DAC (Digital-to-Analogue converter) chip such as CS4334. I have added a schematic at Making an MP3 player using STA013 & CS433...
- Wed Nov 23, 2011 12:27 pm
- Forum: Microcontrollers
- Topic: Musical DoorBell with PIC16F84A
- Replies: 38
- Views: 51896
Re: Musical DoorBell with PIC16F84A
Hi guys I'm adding the C code for playSound function. // frequency table: periods in thousands of ms #define NFREQ 7 const unsigned char t_period[NFREQ] = {132, 148, 165, 176, 198, 220, 247}; // s - Index of the sound in frequency table // d - Duration of the sound in numbers of periods // t - Dura...
- Mon Nov 14, 2011 3:17 pm
- Forum: Microcontrollers
- Topic: Musical DoorBell with PIC16F84A
- Replies: 38
- Views: 51896
Re: Musical DoorBell with PIC16F84A
you are Welcome to robot.lk. it seems you have to amplify the out put of PIC. Below cricuit is very easy to build. tryout it. lm386amp.gif I'm unable to covert this ASM code to C, because I'm busy with my studies. [ Post made via Mobile Device ] https://robot.lk/images/mobile.png are you sure on th...
- Tue Nov 08, 2011 7:03 pm
- Forum: Microcontrollers
- Topic: Musical DoorBell with PIC16F84A
- Replies: 38
- Views: 51896
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 ...
- Mon Jul 11, 2011 2:55 pm
- Forum: Arduino
- Topic: How to make a MIDI output using a microcontroller
- Replies: 3
- Views: 7126
Re: How to make a MIDI output using a microcontroller
Images are not seen .
Is it possible with out ARDUINO. using only pic??

Is it possible with out ARDUINO. using only pic??

- Tue Jul 05, 2011 4:51 pm
- Forum: Microcontrollers
- Topic: Musical DoorBell with PIC16F84A
- Replies: 38
- Views: 51896
Re: Musical DoorBell with PIC16F84A
Hi, Yes, you are correct i forgot to change there I use 20MHz so i changed the value as per 20MHz = 20000000 But still the same humming sound coming. So i Tried with the one PIC Simulator which i download from Microchip site. and checked then i realized :idea: that Timer 0 is not get started timer1 ...
- Mon Jul 04, 2011 7:01 pm
- Forum: Microcontrollers
- Topic: Musical DoorBell with PIC16F84A
- Replies: 38
- Views: 51896
Re: Musical DoorBell with PIC16F84A
Hi, I made the Do Musical DoorBell with PIC 16F628 but why to waste this 18 pin PIC for just one output line so I buy 8 pin PIC 12F629 i change program as per 8 pin pic with same crystal and also code also same just changed the port address GPIO but it creates a humming sound not exactly the way it ...
- Sat Jul 02, 2011 4:53 pm
- Forum: Microcontrollers
- Topic: How to connect CD-ROM motor to PIC microcontroller?
- Replies: 13
- Views: 27911
Re: How to connect CD-ROM motor to PIC microcontroller?
Hi,
For ejecting a CDROM small motor which has only 2 wire connection red and Black. and main Motor having 11 connection
which are those?? and which type of these motors ?
For ejecting a CDROM small motor which has only 2 wire connection red and Black. and main Motor having 11 connection
which are those?? and which type of these motors ?

- Wed Jun 29, 2011 7:34 pm
- Forum: Microcontrollers
- Topic: How to connect CD-ROM motor to PIC microcontroller?
- Replies: 13
- Views: 27911
Re: How to connect CD-ROM motor to PIC microcontroller?
Hi,
I have Creative CDROM 32x, how i can Identify that motor is a stepper motor or servo motor?

I have Creative CDROM 32x, how i can Identify that motor is a stepper motor or servo motor?


- Wed Jun 29, 2011 7:27 pm
- Forum: Microcontrollers
- Topic: Connecting your Microcontroller to PC
- Replies: 7
- Views: 12801
Re: Connecting your Microcontroller to PC
Hi, I got a one problem, My PC gets down HDD problem. I have Laptop but in laptop LPT port or Serial com1 RS232 port not available only USB is there. Now biggest problem is my JDM programmer is of RS232 and i have USB port now how to connect USB to RS232 any Circuit available :?: ?? I have MAX232 IC...