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

nRF52840 DK and Micropython !

Hello everyone. I am using micropython to program on nrf52840 DK. 

This is tutorial which i read https://circuitpython.readthedocs.io/en/latest/ports/nrf/README.html.

I can run 

make BOARD=pca10056
make BOARD=pca10056 flash

it run very well.
But i don't know how( and where) to write my "Python code" for nrf52840 .

If I use STM32F4 Disc. when i plug kit to my computer, on my PC appears Pybflash folder. 
In the directory Pybflash contains file main.py to I can write python code. But with no nrf52840 as such.
What did I do wrong?
Thank you for reading !!!
Related