Hi, I'm getting some errors on attempting to connect to the PN532 module w/ Pico
cutting it down to the basics:
I2C1.setup({scl:B6, sda:B7}); I2C1.writeTo(0x50,[0,0]);
And this happens:
Uncaught InternalError: Timeout on I2C Write BUSY at line 1 col 24 I2C1.writeTo(0x50,[0,0]);
I'm not sure why this happens, maybe I connected it poorly?
@Deas started
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, I'm getting some errors on attempting to connect to the PN532 module w/ Pico
cutting it down to the basics:
And this happens:
I'm not sure why this happens, maybe I connected it poorly?