You are reading a single comment by @Gordon and its replies. Click here to read the full conversation.
  • Afraid not. I2C (as with SPI) tends to require an almost instant response to any data that's sent, and it's not really suitable for Espruino where executing the JS code to get a response might take something like 0.5ms.

    If you want to connect Espruinos together I'd recommend using the USART. You can put the transmit line into open drain mode and use a resistor to pull it up, then you can connect a whole bunch of them together. You can even send commands as normal JS if you want to.

About

Avatar for Gordon @Gordon started