I am getting notification of connections established between two boards in hyper terminal. Now i want to send this notification on web server as it is part of my project. Please help me.. I shall be thankful to all of you...
I am getting notification of connections established between two boards in hyper terminal. Now i want to send this notification on web server as it is part of my project. Please help me.. I shall be thankful to all of you...
We do not provide any drivers for any wifi modules in our SDK. So you would have to write it yourself/map it from another source. If the wifi module supports e.g. SPI or I2C, you can use this to interface the module. You can also use a arduino board with a arduino supported wifi module with an already existing library, to make things easier. Then you can connect the PCA10001 to the arduino board using SPI, I2C or similar.