LPCXpresso1769 WebAPI interface system

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

LPCXpresso1769 WebAPI interface system

804 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by nyatla on Mon Oct 31 18:40:27 MST 2011
Hello,

I made LPCXpresso1769 software . This software name is "MiMic".
http://sourceforge.jp/projects/mimic/simple/

This software can control the register and memory of LPCXpresso1769 via WebAPI(HTML5) from a HTML browser.


Web contents can control hardware, and can get sensor value directly.

It is the feature that a browser can define a hardware driver.

Here is a getting started.
http://sourceforge.jp/projects/mimic/docs/MiMic_getting_started_en/en/1/MiMic_getting_started_en.pdf

Please try, if interested.

Thank you for reading.

Mimic project page
http://nyatla.jp/mimic/wp/
0 Kudos
Reply
2 Replies

798 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by nyatla on Tue Nov 01 17:47:02 MST 2011
Thank you for reply.

MiMic has Webserver and provides remote procedure call interface on it.

RPC executes the byte code for operating LPCXpresso.

A web browser packs a memory operation procedure, convert it into a byte code, and sends it to Mimic RPC Interface.

And, MiMic returns operation result.


The time concerning communications is about 5 ms to 30 ms.

I think that an average performance is  100 call/sec.


In addition, the performance of a HTTP server is about 3.6 Mbps.

Thanks
0 Kudos
Reply

798 Views
lpcware
NXP Employee
NXP Employee
Content originally posted in LPCWare by RodColeman on Tue Nov 01 11:53:45 MST 2011
I like it!

Is it possible to configure with fast update from LPC1769-webserver? Is update every 20ms possible?

Thank you for sharing with us!

Rod
0 Kudos
Reply