That all looks great to me! Serial or I2C should work just fine, with any Espruino board.
I'm not quite sure what you'd be doing on the Espruino, but if you're controlling neopixels you'd want to use I2C (not Serial) as Espruino turns interrupts off during neopixel transmission and that can cause you to lose some serial data.
If you have any questions when you get the parts just let us know though!
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Hi Kari,
That all looks great to me! Serial or I2C should work just fine, with any Espruino board.
I'm not quite sure what you'd be doing on the Espruino, but if you're controlling neopixels you'd want to use I2C (not Serial) as Espruino turns interrupts off during neopixel transmission and that can cause you to lose some serial data.
If you have any questions when you get the parts just let us know though!
Hope that helps!