Hi, I have JY-MCU and EM 9301 bluetooth modules. I have a FRDM-K64 board. I want to know if anyone has used a bluetooth module and if I can use the sample code to build my application? Any help would be appreciated.
Thanks, Parth
Hi Parth,
yes, I'm using the JY-MCU module with the FRDM-K64F.
I have an example project on GitHub (it features much more than just the Bluetooth part) on GitHub. This project is using Eclipse with Processor Expert plus extra components (see Processor Expert Component *.PEupd Files on GitHub | MCU on Eclipse).
There are several tutorials how to use the JY-MCU module for the FRDM-KL25Z, but they apply to the FRDM-K64F too:
I hope this helps as a starter,
Erich
Thanks Erich. Seems helpful.
We are using IAR embedded workbench with CMSIS DAP debugger. I havent worked with Processor expert before.
Is there any way I can work with IAR and use the BT libraries?
Thanks,
Parth
Hi Parth,
Processor Expert works nicely with IAR too (see Tutorial: IAR + FreeRTOS + Freedom Board | MCU on Eclipse). Or simply generate the code once and then use it the way you want. And using Processor Expert with IAR makes coding with IAR much more productive. Personally I like the Eclipse UI more, but when I use IAR, I can use the IAR tools inside Eclipse too, as IAR (somehow hidden?) is on Eclipse too: Tutorial: Replacing IAR EW with Eclipse IDE | MCU on Eclipse
Erich