Software Archive
Read-only legacy content
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
17060 Discussions

TCP/IP+ Geolocalization

Rahul_T_
Beginner
746 Views

Hello there fellow developers. I want to make a simple app that connects to a microcontroller running a TCP/IP server and access point. Then i would like to send data from phone to server to trigger pins and events on mcu. I realise this may be possible with iot version of xdk but I dont have any experience coding. I would also like to send gps location from phone to mcu, using NMEA protocol. Can anyone help me with this project?

0 Kudos
3 Replies
Amrita_C_Intel
Employee
746 Views

Hello,

ioT version will make it easier. Here is the guide for getting started.

https://software.intel.com/en-us/intel-xdk-iot-edition-guide

You can definitely refer to some of the templates and samples from here.

https://software.intel.com/en-us/node/560787

0 Kudos
Rahul_T_
Beginner
746 Views

Thank you for the prompt reply. 

First, I must add that I do not own an intel iot board. I have other mcu so can I still develop the app?

Basically, the html5 app would read smartphone gps data and push it to local server. Also, possibly integrate two buttons that trigger pins HIGH on mcu. moreover, can this be achieved without internet access?? For example. MCU creates a wifi access point, and local server, smartphone connects to AP, app connects to local server via dedicated ip and port. this is possible in lua script which creates an html page and takes get requests. Im trying to program mcu using arduino ide to set up server etc and make a standalone app that triggers actions. 

0 Kudos
Amrita_C_Intel
Employee
746 Views

Hello,

Intel XDK is compatible with Edison and Galileo boards.Edison comes with builtin wifi. You can attach external wifi antennas with galileo boards.

0 Kudos
Reply