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

SDK 1.5.0 development issues

Hi.

I'm developing an application in the following environment.

Windows 10

NRF Connect V3.61

Toolchain Manager v0.9.1

SDK v 1.5.0

Segger v 5.34a

I've a number of issues that are making my life difficult and any help would be greatly appreciated.

My target MCU is a nRF5340 - to which end I've acquired a nRF53-DK. I'm unable to run any of the bluetooth samples in the SDK - I can't find any documentation on how to load the appropriate radio software - so I'm testing on a nRF52-DK (the one with the nRF 52832) using the S140 Stack.

I'd like to expose the pre-assigned GPIO ports on the board. Clearly the LED's and Buttons are connected via hardware, but UART and NFC Ports should be available.  There is some commentary on this site about using 'overlay' files, but I could find no documentation.

I'm currently working with the peripheral_uart sample program.  I want to implement power management and add support for I2C and ADC. 

When I go to 'Configure Project' (Segger Project->Configure nRF Connect SDK Project -> Device Drivers ) and try to add I2C and ADC support, when I select "CONFIGURE" I get a failure (cannot find python version 3 in the PATH).

I can find no Nordic documentation on power management at all. The only sample I could find that implements power management is peripheral_lbs, which compilesand runs on my nRF52DK. I am attempting to do power measurements - but it's difficult on the PCA10040 board (you have to solder bridge SB11 or SB12).

Any help you can offer on any of these issues would be greatly appreciated.

Parents Reply Children
Related