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
  • I recommend you start with the closest BLE project and import your GFX code into that since the BLE project has much more dependencies. Going the other way around is more work and more error-prone.

Reply
  • I recommend you start with the closest BLE project and import your GFX code into that since the BLE project has much more dependencies. Going the other way around is more work and more error-prone.

Children