10 years ago.

Networking on K64F

Hello,

I would like to know when mbed's "Officially supported networking libraries" will support the new FRDM-K64F board. I would like to use them in a project, without having to add extra modules.

Thanks

I believe it will be advertised on mbed blog once it gets officially released.. You can test it at the moment and report issues.

posted by Martin Kojtal 29 Apr 2014

Well it is not working at all. I tried to import a "Hello World" for TCP client, and when I try to compile I get an error that says that the Ethernet interface library is supported only in the NXP LPC1768.

posted by Antonio Quevedo 30 Apr 2014

1 Answer

10 years ago.

We updated the mbed ethernet examples, should be working now ;)

Accepted Answer

Great! The basic Hello World program at the Ethernet mbed page is working nicely!

Now I am going to try to communicate with xively, using the mbed library created for this purpose. Unfortunately the library documentation page is offline, but I will try and use the xively jumpstart demo as a reference.

posted by Antonio Quevedo 14 May 2014

there's also xively demo for cc3000 which is also a nice reference.

posted by Martin Kojtal 15 May 2014

Good to hear someone has it working. I was trying this example https://mbed.org/compiler/#nav:/TCPSocket_HelloWorld/main.cpp; But doesn't work for me, and network doesn't show a new MAC. If I convert the printf to pc.printf and put in a few more printf to tell me the MAC, I get the MAC but it never returns on calling eth.connect(); Martin I was wondering can you give a reference to what ethernet examples you have tested against. Many thanks.

posted by neil hancock 26 May 2014

Hello neil-mbed,

please can you replace mbed library by mbed-src? I advertised in some threads that there was another fix.

posted by Martin Kojtal 26 May 2014