adamkdean / esp8266-microbit-spi

Communicating between esp8266 and a microbit via SPI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

esp8266-microbit-spi

Communicating between ESP8266 and a Microbit via SPI.

Note: this repo is a WIP. Documentation is very poor for SPI support.

Specs

The BBC Micro:bit v2 has a Nordic nRF52833 Core variant Arm Cortex-M4 32 bit processor with FPU at 64 MHz.

The ESP8266 has a ESP8266 @ 80MHz with 3.3V logic/power, 4MB of FLASH (32 MBit), Built-in WiFi 802.11 b/g/n.

I'm using an Adafruit Huzzah Feather ESP8266.

ESP8266

Adafruit Huzzah Feather

Microbit v2

Microbit v2

Essential reading

SPI Tutorial for Arduino and ESP8266

Disclaimer

If you electrocute yourself, that's your own fault.

About

Communicating between esp8266 and a microbit via SPI


Languages

Language:C++ 39.8%Language:TypeScript 32.1%Language:Makefile 28.1%