-->
Page 1 of 1

Simple example build onto AT example

PostPosted: Thu Oct 02, 2014 3:50 am
by zarya
Here you will find a diff to apply to the last SDK

the example will auto start the tcp/udp socket server and accept LED1 for GPIO2 HIGH and LED0 for setting GPIO2 LOW

the command LED will return the status of the GPIO, all this is done via a TCP connection to the module no need for extra mcu/arduino's

https://gist.github.com/zarya/f6c94d37d861a9079710

Re: Simple example build onto AT example

PostPosted: Thu Oct 02, 2014 4:28 am
by reaper7
@zarya
the command LED will return the status of the GPIO, all this is done via a TCP connection to the module no need for extra mcu/arduino's

this is good idea!

tnx for sharing!

Re: Simple example build onto AT example

PostPosted: Wed Oct 15, 2014 3:23 am
by mcsa
Can somebody upload files after apply this diff file?
Thanks