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...
SDK 15.1 API 6.1 and i use SES
I removed previous as i was trying ot use fstorage. I switched to fds calls and it seems to work better.
However, does the fds calls take...
Hi,
I'm trying to configure the watchdog timer for my application but I am running into some "weird" things.
Is it correct that the reload value cannot be set once the...
Hello,I am using SDk14.1.How can I use NRF52832 connect to a specified host?I already know the MAC address of the host but have never connected to it。Can NRF52832 initiate...
Infocenter "Download offiline documentation" link is broken (see attached images). This occurs when using either IE or Chrome.
Please advise how to download SDK API.
Hi, Unfortunately, I'm stuck on this issue with running SDK-mesh example on Dongle. 1) I did: - took the project: nrf5_SDK_for_Mesh_v4.0.0_src\examples\light_switch\client...
I saw in this reply that the number of friendships a friend node can handle was limited by available RAM on the friend node. I set MESH_FRIEND_FRIENDSHIP_COUNT to 50 and after...
Now I come across such a problem, when the device is sending serial port data, at the same time to the mobile phone and bluetooth connection for related business processing...
Hi,
I am trying to implement energy efficient(batt powered) application for nrf9160, using UDP/DTLS/LWM2M as comm stack. Got "hello world" working, but now I am really confused...
Hi,
We're developing a product based on Zephyr for the NRF52840 (currently seems to be Zephyr 1.13 OpenSource variant). When doing power measurements, it seems that the...
nRF Sniffer is capturing packets, but I see no device names in the Devices List, and I cannot sniff a paring procedure.
The source address in the Devices List also do not...
I'm using the NRF9160DK, the asset_tracker example works fine over Cat-M together with the iBasis sim.
I want to run my applications on NB-IoT, so I'm trying to connect...
Hi,
I have an issue of watchdog in my application.
I think it may occur due to an interrupt (NFC trigger), which calls the function xTaskGetTickCount () instead of...
Hi community ! I saw a lot of subject about "Mesh throughput" which was outdated and i still have questions. I'm using nRF52840 DK with nRF5 SDK for Mesh v4.0.0
1) Does...
Hi,
I'm using nRF Connect to connect to the secure bootloader. In the debug log I see that an MTU of 185 is requested and 183 is replied. I also see this in the Wireshark...
When I used nrf52840 to connect the peripherals with pc-ble-driver-py, I had my own custom UUID, so I needed to add a custom UUID. I referred to this article , but the following...