This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello everybody,
i´ve got a question for you. In a project we like to develop a wireless-multi-sensor-module for ambient assisted living and collect several different environment conditions like temperature, relativ humidity and such things. Yesterday a partner company asked me, if we can install a micro and analyse the sounds to find out if someone calls for help for example if he/she has falen in the bathroom.
I´m quite sure this will be far too much to do it with an MCU, isn´t it?
I´ve never programmed an DSP before so i like to know if there are wide variations in the programming of a MCU and a DSP? Is it also possible to update the software of the DSP via ZigBee (for example by storing the code in an external non-volatile memory and programm the DSP with the content of the memory during a reset)?
Thanks for your answers
Roldi
TI MCUs like MSP430 have on-chip ADCs which can analyze sound, but the on-chip flash/RAM memory is not big enough to store that data, so you would need an external memory interface. The TI/Luminary Stellaris MCUs and C2000 devices have an external peripheral interface or external memory bus and a ADC that can be helpful:
http://www.luminarymicro.com/products/product_selector_guide.html
Depending on what analysis needs to be done on that sound and how fast may be a limitation with the MCUs.
For DSP related questions, please post at:
http://e2e.ti.com/forums/default.aspx?GroupID=13
**Attention** This is a public forum