-->
Page 1 of 1

ESp8266 interface to an external microcontroller(PIC32)

PostPosted: Mon Sep 07, 2015 1:30 am
by Anitha M
Hi,

I am looking for,

1. Code examples related to ESP-12E ESP8266 with an external microcontroller as host.
2. Communication interface used is SPI.
3. AT commands Firmware for SPI interface.

Regards
Anitha

Re: ESp8266 interface to an external microcontroller(PIC32)

PostPosted: Tue Sep 08, 2015 9:03 am
by eriksl
You could have been done some searching yourself...

http://github.com/eriksl/atmega328p-ip (microcontroller side, no pic but comparable, use esp2 branch for communication with AT firmware or use esp3 branch for communication with esp8266 universion io bridge)

http://github.com/eriksl/esp8266-universal-io-bridge firmware for esp8266.