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

adding BLE to gfx project

i have a complete project  based the gfx project and i want to add BLE using UART for communication. i want to communicate my module with the nRF52840 dongle. 

is there simple way to do it? rather adding all the libraries that the BLE project has?

Parents Reply
  • in the nRF52 examples, one of the project is graphic ; ...nRF5_SDK_14.2.0_17b948a\examples\peripheral\gfx.

    since my project started from the touch LCD i based the code on those drivers. now i want to add the BLE communication.

    if i look at the app/ble examples , there are a lot of drivers , some of them (probably many) are not needed. i wanted to know if someone added BT capabilities to a non BT project.

    the github example is not relevant  

Children
Related