FRDM K64f and bluetooth shield

21 Aug 2017

Hi there, I'm a newbie. Using a FRDM k64f I want to manage a bluetooth connection to send / receive data between the board and my smartphone. Can I use this shield https://developer.mbed.org/components/X-NUCLEO-IDB04A1/ ? i'm wondering if this shield is ready to work over FRDM K64F. Any idea?

Thanks

30 Aug 2017

Take the IDB05A1, IDB04A1 is retired. The IDB05A1 works with the K64F and every BLE example for mbed OS 5.

Caveat: you need to cut a resistor, or wire D3->D13, as the pinout of the shield and K64F are not compatible. Instructions are on the component page for the IDB04A1.

12 Nov 2017

Jan Jongboom wrote:

Take the IDB05A1, IDB04A1 is retired. The IDB05A1 works with the K64F and every BLE example for mbed OS 5.

Caveat: you need to cut a resistor, or wire D3->D13, as the pinout of the shield and K64F are not compatible. Instructions are on the component page for the IDB04A1.

Hi Do you know which library I could use for IDB05A1 bluetooth?

12 Nov 2017

Hi , I am doing the similar project like you do, do you have any process ? And does it work ? How do you connect your k64f with android smart phone ? Any source and code would be appreciated! cheers!