7 years, 4 months ago.

is it possible to create an android app that controls a device using the frdmk64?

i have never used mbed or this micro controller so i was wondering if i can create an android application that will control a device and also send and receive notifications from the app. I'm using the freedom k64 as the micro controller. this is my first time sing this, i'm more familiar with arduino.

1 Answer

7 years, 4 months ago.

Probably the simplest way is to put a web server on the FRDM K64 and use RPC through HTTP to control the device. Use can use the built in SD card to store the files of the web site. You can then use the browser on the phone to browse the web site on the board and java script and RPC to control the device.

Hope this helps.