Skip to content

Communicating between esp8266 and a microbit via SPI

Notifications You must be signed in to change notification settings

adamkdean/esp8266-microbit-spi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks