This repository has been archived by the owner on Mar 16, 2020. It is now read-only.
Releases: camilstaps/ESP8266_PIC
Releases · camilstaps/ESP8266_PIC
Example
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.