can I run python scripts on the nRF52840 DK

Can I install and run python code on the nRF52840 DK?

Parents
  • Hi 

    We don't officially support running Python on the nRF52840DK, and I think that your best option would be MicroPython linked by Ted earlier. 

    Just note that when using third party software frameworks, IDE's etc it is very limited what support we can provide here in Devzone, and you need to rely on whatever forums or support they make available. 

    Another way to write Python code for an nRF52 device is to get the BBC Micro Bit v2, which is based on the nRF52833. This is a cool little board which is designed primarily to introduce children and students to embedded programming, allowing you to use either a graphical, block based interface, JavaScript, or Python.  

    Best regards
    Torbjørn

Reply
  • Hi 

    We don't officially support running Python on the nRF52840DK, and I think that your best option would be MicroPython linked by Ted earlier. 

    Just note that when using third party software frameworks, IDE's etc it is very limited what support we can provide here in Devzone, and you need to rely on whatever forums or support they make available. 

    Another way to write Python code for an nRF52 device is to get the BBC Micro Bit v2, which is based on the nRF52833. This is a cool little board which is designed primarily to introduce children and students to embedded programming, allowing you to use either a graphical, block based interface, JavaScript, or Python.  

    Best regards
    Torbjørn

Children
No Data
Related