Serial Data transfer
Posted: Tue Oct 13, 2015 4:12 pm
I am trying to use the esp8266 as access point that I can use a browser on a smart phone to read a temperature sensor. The single temperature sensor serial data will be coming from a PIC so I can format it any way to make it work the easiest. The Data will be updating second or so I would like to have the page update automatically rather than having to refresh it all the time. There would only be the words`TEMPERATURE`and a reading with 1 decimal point, but I would like it to come upin large text. Im comfortably with microchip pics and basic but have no c experience and my networking and HTML skills are not to sharp. I was extremly happy to see there is a basic interpreter. I have some of adafruits HUZZAH 8266 modules. I loaded it with some C code from a AP example from Sparkfun and with a bit of playing got it to bring up a demo screen. I would rather do this in basic where I am more comfortable. If someone could tell me if I can accomplish this in basic and point me in the right direction I would really appreciate it