I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
Hi,
I recently purchased a thingy91 for a project. I'm trying to follow instructions from a Nordic youtube video ( https://www.youtube.com/watch?reload=9&v=xQ7hDzRULJQ ...
I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
I am using Eclipse for developing nRF52 software with SDK 13. Eclipse works great in indexing the SDK files and lets me move around quickly in the codebase. But I am searching...
Hi,
I want to mesure the current consumption for BLE advertising with my nRF52 DK kit. I did the right thing as in the document(section "Using an ampere-meter for current...
Hello,
I just had a look at the gcc_startup_nrf52.S file and now I wonder, what the reason might be for the huge amount of reserved interrupt slots? According to my math...
I'm trying to test nRF SDK for mesh, "nrf5_SDK_for_Mesh_v0.9.2-Alpha".
Testing on "light_control" example.
I'v succeeded to build the example sources and flashing to nRF52DK...
Will the Bluetooth Mesh SDK be incorporated as a part of the ordinary SDK in the future or will it continue as its own SDK?
And are there any news regarding when the next...
Hi all.
On a competitors module (Simblee) it has a feature where it could pass a user interface back to the smartphone
This is a link that explains how it is done
evothings...
Hi,
according to the documentation, sd_ble_gap_adv_stop can return NRF_ERROR_INVALID_STATE which means that I am most probably not in the advertising state. So what exactly...
Hi! I am working with ATT_MTU_Throughtput example, It works correctly. But I don't understand how it is can receive data ( " Type 'run' when you are ready to run the test...
I want to scan the packet coming from phone and then advertise the characteristic data.How do I do it. Can you suggest the code that implements this functionality. In multirole...
Well, it is one of my explorations in NRF51822. I am working on a bare-metal UART demo, so far there are no output from TXD.
Configuration
MDK5 + STLINK/V2, with...