Monday, October 16, 2017

Post to Web Service using ESP8266

I want to park this here before I lose the code. Simple HTTP POST to a web service using ESP8266.


This just logs some data to a SQL Server table for me. I am cooking up some push button stuff to act as a data logger using WIFI.

Simple Insert Procedure

Then I created a table to store the data.
And Finally the web service code is as follows:

0 comments:

Post a Comment