2016-09-07 01:49 AM
Hi
I want to build a voice controlled robot that it should does some actions according to it's command list and the voice it should recognize from user. Is it possible to do it with ST microcontrollers? which one is better for this purpose? is there any simillar open-source project or tutorials to build something as I said?Thanks in advanced2016-09-07 02:52 AM
Hi rezaee.reza,
I recommend both discovery boards STM32F469-DISCO and STM32F4-DISCO; pick the one with the audio capability suitable for you from correspondent user manuals and -Hannibal-2016-09-07 06:08 AM
Why not pick a project within your current capabilities? Do the project incrementally starting with the robot control and functionality.
Voice processing is hardly STM32 specific, Google for other projects, Open Source ones should be easy to find.2016-09-07 06:18 AM
2016-09-07 06:21 AM
Thank you hanibal, but is there specific tutorial or open-source project is done with stm32? I watched those files but they are only boards general introductions i think