This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

sound record

HI ALL

need help .any source code to Microcontroller sound record with eeprom memory chip. i know i need mic and spkr on the port pins.

Thank you in advanc

Parents
  • Oh boy! You are in for a big surprise!

    Any program that works on your PC will not work the slightest on a microcontroller.

    Any program that works with one microcontroller will have a very limited chance to work with a different microcontroller.

    Any program that works with a microcontroller will only work if the hardware is connected identical.

    Skip the intermediate step - your PC is no good for this task.

    Either select a uC and a way of connecting microphone and speaker, and then start from there. Or google for someone who have already done this, and select the same controller and connections as they did. Note that if this is a school work, only the first alternative would be acceptable - teachers are surprisingly good at googling for existing solutions and to recognize if a student has copied someone elses work.

Reply
  • Oh boy! You are in for a big surprise!

    Any program that works on your PC will not work the slightest on a microcontroller.

    Any program that works with one microcontroller will have a very limited chance to work with a different microcontroller.

    Any program that works with a microcontroller will only work if the hardware is connected identical.

    Skip the intermediate step - your PC is no good for this task.

    Either select a uC and a way of connecting microphone and speaker, and then start from there. Or google for someone who have already done this, and select the same controller and connections as they did. Note that if this is a school work, only the first alternative would be acceptable - teachers are surprisingly good at googling for existing solutions and to recognize if a student has copied someone elses work.

Children