Support for Ntf52840-m2developer module.

Hi, I wantto use this example https://wiki.makerdiary.com/nrf52840-m2-devkit/python/examples/lcd/ with my nrf52840dk . how to use this with nrf52840dk? .I have st7789v display .while installing python intepreter how to get M2-DOCK drive for nrf52840? 

Parents
  • Hello,

    I am not familiar with the link you provided. I have heard about it, but never tested any of it. So I am afraid you need to reach out to them if you want help with their product.

    As for the st7789 display, you can test the nRF5 SDK example: SDK17.1.0\examples\peripheral\gfx

    This is set up to use the st7735 display, so perhaps you can modify it to work with the st7789 display. 

    Alternatively, there are drivers for this in zephyr as well, so that you can use it with nRF Connect SDK, which is our latest SDK. It is a bit more complex, so given that you were aiming for micropython, I linked the old nRF5 SDK. 

    Or, reach out to the micropython solution, but I don't know how that works, and what you need to put on our boards for it to work.

    Best regards,

    Edvin

Reply
  • Hello,

    I am not familiar with the link you provided. I have heard about it, but never tested any of it. So I am afraid you need to reach out to them if you want help with their product.

    As for the st7789 display, you can test the nRF5 SDK example: SDK17.1.0\examples\peripheral\gfx

    This is set up to use the st7735 display, so perhaps you can modify it to work with the st7789 display. 

    Alternatively, there are drivers for this in zephyr as well, so that you can use it with nRF Connect SDK, which is our latest SDK. It is a bit more complex, so given that you were aiming for micropython, I linked the old nRF5 SDK. 

    Or, reach out to the micropython solution, but I don't know how that works, and what you need to put on our boards for it to work.

    Best regards,

    Edvin

Children
No Data
Related