• Hi Mike,

    Great, i'd be really interested to see how you get on.

    Yes, that sounds spot on.

    Instead of using the CSV, you can also hard-code pins in the python file, see here and here

    The csv files are really when you've got different peripherals on different pins (and Espruino has to know which is which), but it's possible the NRF52832 works differently anyway.

    For starters I'd totally forget about implementing the GPIO, I2C and SPI, and focus on hacking up serial IO so you can talk to the interpreter. From then on, life gets a lot easier.

    Note right now I've just merged the new STM32 USB changes, and on other targets you'll need to call jsiOneSecAfterStartup after you're sure the device will have had time to get usb enabled. I think linux builds might be dead right now because of that.

About

Avatar for Gordon @Gordon started