Skip to content
This repository has been archived by the owner on Mar 16, 2020. It is now read-only.

Example

Latest
Compare
Choose a tag to compare
@camilstaps camilstaps released this 05 Dec 17:03
· 3 commits to master since this release
b4abd3f

This is an example project with the library. It uses a PIC18F4620, but should work on any similar chip with enough memory. The main code is in user.c and main.c. It shows a correct implementation of _esp8266_putch and _esp8266_getch and how the library can be used.

Concretely, this program makes an HTTP GET request to http://esp.camilstaps.nl and shows the result (which is the current date and time) on an LCD display.

You need to change ESSID_NAME and ESSID_PASS in user.c to get it working.

There is a video of the demo project available.