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

Nrf52 ble setup en twi template

I'm new to nordic development, is there any empty template when start developing

that enables ble and twi that just works?

I tried many examples and they all work but when I start combining them I get errors because of some flag is not correct in the sdk_config file.

this should be an SDK but it's not really fasting development.

a working template could be easy like

main()

{

  enabllog(params);

  setupsoftdevice(params);

  setupble(params);

}

or is anyone willing to help me create a template so beginning developers can also easily start playing with nrf sdk?

the thing is, I need to create a very simple app that I wrote first on a esp32 but no, because of several reasons, I need to rewrite this for de the nrf52832, but it's so difficult to set this up using segger embedded studio.

Parents Reply Children
Related