Communication between ESP8266 and Pyboard

All ESP8266 boards running MicroPython.
Official boards are the Adafruit Huzzah and Feather boards.
Target audience: MicroPython users with an ESP8266 board.
Post Reply
User avatar
pythoncoder
Posts: 5956
Joined: Fri Jul 18, 2014 8:01 am
Location: UK
Contact:

Communication between ESP8266 and Pyboard

Post by pythoncoder » Mon Oct 15, 2018 4:42 pm

This post details a way of doing this using I2C. This enables the UART to be used for other purposes (e.g. debugging).
Peter Hinch
Index to my micropython libraries.

Post Reply