I want to take drive code from thingy sdk and apply it to nrf5 sdk uart project, but I don't know how. Please explain in detail because i'm university student ... thank you !
I want to take drive code from thingy sdk and apply it to nrf5 sdk uart project, but I don't know how. Please explain in detail because i'm university student ... thank you !
Hi,
There is no easy answer here, but first you need to get familiar with the toolchain and architecture:
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/nrf51_getting_started.html?cp=5_5_2_1
https://devzone.nordicsemi.com/nordic/
Then you should study an example that use the driver you want, and for instance check the sdk_config.h for configuration, and the project tree for source and include files. You may also find this useful:
https://www.youtube.com/watch?v=t-kh1EbesvI&list=PLx_tBuQ_KSqGHmzdEL2GWEOeix-S5rgTV&index=6
Kenneth
Hi,
There is no easy answer here, but first you need to get familiar with the toolchain and architecture:
https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.0.0/nrf51_getting_started.html?cp=5_5_2_1
https://devzone.nordicsemi.com/nordic/
Then you should study an example that use the driver you want, and for instance check the sdk_config.h for configuration, and the project tree for source and include files. You may also find this useful:
https://www.youtube.com/watch?v=t-kh1EbesvI&list=PLx_tBuQ_KSqGHmzdEL2GWEOeix-S5rgTV&index=6
Kenneth
thank you for your answer :) it's very helpful source
i set NRF driver now but i have a problem to set thingy sensor driver.