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...
Dear All,
I need your help because I created a PCB with the nrf52840 and a flash connected exactly as the one on the dev-board.
The only difference is that the one on...
I am using nrf52840 . I am sending data 2 bytes as FF .I put the data in 2d array like this. char dataSend[1][5]={"FF"}; This char dataSend has 1 row and 5 length .This should...
I need transfer data to/from NRF52840.
I see I can do it by using function nrfx_usbd_ep_transfer - but don't see any examples.
I want to make bulk endpoint and be capable...
Hi,
I am running ble_app_blinky example on nRF5280 custom board, it is giving me Error 133 (0x85): GATT ERROR . Since I have nrf52DK, I tried same example with SD 132 on...
Hello,
i am using the NRF52832 and the NRF52840 with different softdevices. Now I want to update the softdevices over the air and I need the SD Version strings of all the...
A bit more detailed: A bug has been detected on the device under development. It is connected with the fact that if you try to disconnect a connected device on an iMAC Catalina...
Hi
I am trying to install the SES toolchain on my PC (Win 8.1) following exactly the nRF Connect v3.2.0 Getting Started Assistant. When trying to "Open nRF Connect Project...
I am using a nRF52 DK to program an externally powered board with a NRF52811.
I am able to flash a blinky program onto the custom board successfully using the output .hex...
Just as the title says, I'm trying to measure an input pulse width using PPI and GPIOTE. I am currently measuring the pulse width using timer interrupts, but I would like...
Good day!
generic_ponoff_setup_server_init causes Mesh assert error.
If I delete reallocation of dtt and onoff servers' subscription lists everything goes fine.
What...
Hi!
I have been using LoRa for communication for my product. I'm looking into using BLE mesh.
I have a couple of hundred sensors, all 1-2m apart from each other. Here...
In this scheme we use 2 inductor in a serial connection. 15 nH + 10 uH. Total inductor = 10.015 uH. ??? Is really need to add this 15 nH inductor? For why? If we just short...
When calling access_model_subscription_list_dealloc() from models_init_cb() an assert is triggered in sublist_invalidate() due to mesh_config_entry_delete() returning NRF_ERROR_INVALID_STATE...
I have 3 Nordic nrf52840 USB dongles , several Particle Mesh Argons and have ordered an Arduino Nano 33 BLE Sense and have found the Adafruit Feather nRF52840 Express . All...
Hi,
Greetings!
I am facing a issue while updating firmware
My Setup:
SDK 16.0.0
SDK for Mesh 4.0.0
nRF52832
DFU: secure_bootloader_ble_s132_pca10040
Application...