This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

MicroPython on the nrf9160

Hi,

I am exploring options to prototype with the nrf9160-DK. Gave MicroPython a try, this worked really well for me on other platforms, especially for rapid prototyping tasks. Compiling and flashing the nrf port for the pca10090 board was quick and provided a REPL on the serial port. Now I am wondering how to use the peripherals, first and foremost the LTE modem.

Does anyone know how to access the modem from here? Serial port and AT commands? Which doesn't support PPP or higher. Spin a PPP on top of serial maybe?

Thank you!

Related