> I have searched the archives and used GOOGLE to look for information on > creating sounds with a PIC. I am building a toy and want it to have > "POLICE SIRENS". I know you can use a TXER / FET to interface to a > buzzer or something....(any good ideas?). It's not clear whether you want the PIC to just turn on an external gizmo that makes a police siren sound, or have the PIC generate the sound. If the latter, my HAL project might be relevant. It randomly emits various sounds stored in program memory. The sampling rate is very low, so I get about 7 seconds from a 16F876. An 18F252 should give you rougly twice as much time, or the same time at twice the sampling rate, etc. The HAL project is described at http://www.embedinc.com/pic/hal. ***************************************************************** Embed Inc, embedded system specialists in Littleton Massachusetts (978) 742-9014, http://www.embedinc.com -- http://www.piclist.com hint: The PICList is archived three different ways. See http://www.piclist.com/#archives for details.