Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 9 months ago.
Zigbee Technology with ARM Processor?
If any ARM processor board is available with Zigbee Technology ...... If it is available means how to give voice commands to that system....... please give with the program.......
2 Answers
10 years, 9 months ago.
I've used both the LPC1768 and the KL25Z with Zigbee boards successfully, but not with voice commands. What are you trying to accomplish?
The Zigbee to mbed connections use the Serial device, which is described here: https://mbed.org/handbook/Serial. After connecting the Zigbee hardware to the appropriate pins, like p28 and p27, you'd send bytes between the two boards using the readable(), getc() and putc() functions of the Serial device. To send audio commands, you'd need a microphone and software to parse the audio into recognizable commands, convert those to bytes, and send those bytes just like any other Serial data. I can't help with the audio-to-command parsing, however; I have no experience with that.
posted by 13 Mar 201410 years, 9 months ago.
The mbed application board has a socket for a Zigbee module. There are also some libraries available that may be used to interface with these modules.