I'm updating our nRF5340 firmware from SDK 2.4.2 to the SDK2.9.0. After few modifications, I was able to compile it using the SDK2.8.0. Now I'm trying to compile it with SDK...
I am having a problem after installing 2.9 where I am getting a problem on some projects where the nRF addin does not seem to work
When try to create a new application...
Hello, We are having an issue on our nrf9160 custom board and application where we receive an AWS IoT mqtt Disconnect while waiting for an PUBACK from AWS!!!
We are using...
Hello Nordic Community,
I’m encountering an intermittent issue with my BLE peripherals, which are based on nRF5340 + nRF7002 SoC , while testing with nRF Connect Mobile...
Based on this example, I am working on porting a pulse counter to the nRF54 and have encountered issues enabling the DPPI peripheral.
The problem is when enabling CONFIG_NRFX_DPPI...
Hello,
In October last year I made a Message Routing Service to my azure functions.
From then it worked almost without issue. Now I try to do the same with an azure account...
I am migrating from the 2.6.1 development environment to 2.9.0 but am unable to compile due to some configuration issues.
My prj.conf configuration file is as follows: ...
I'm attempting to write my own Service based on an example; there are two simple Characteristics in the design. During the discovery process, however, I'm getting the following...
Recently i have bought 4 nRF51822 custom board and unable to program it.
The laser mark of the nRF51822 for custom board is
N51822
QFAAC0
1308AE
I failed to program...
My 51822 needs to support some realtime control code that runs for about 75mS. During that time I need to mask all interrupts. With a logic analyzer I can see that my realtime...
I was trying to find nrf51822's operating distance range (max) in the Bluetooth LE mode. Couldn't find any from the documentations.
Any theoretical numbers and/or practical...
So I am trying to figure out what i do and dont have access to as far as flash and ram is concerned. From the nRF51822 spec it discusses this in general but im finding myself...
Hi
My name is Bernard Britton from Trinidad & Tobago and I am looking for someone competent with nRF9E5 to develope a wireless potentiometer position sensor with LCD receiver...
Hi,
While the softdevice is active (nRF51822) available interrupt priorities are:
typedef enum {
NRF_APP_PRIORITY_HIGH = 1,
NRF_APP_PRIORITY_LOW = 3
} nrf_app_irq_priority_t;...
Hi all,
I'm trying to use NRF24L01, using REUSE_TX_PL command,
the data sheet says as long as CE keep high, the chip will transmit the payload continuously, what i wondering...
Hi
Did you have tested the power current of nRF24LU1 when RF was off and USB worked normally?
We want it less than 4mA. Could you have any idea to make it? Thanks.
Hello! I am trying to develop on the nRF51822 eval board as called PCA10001. The programming interface I use is uVision4 on win7.
I would set a static PASSKEY for the pairing...
When I successfully bond with an Android device, then disconnect the Android device, the following attempt to re-connect fails. It appears the chip enters some internal error...
Hi,
after i get eclipse to debug (thanks to cocoa) i need to make a new project. What option i have to choose, to create a new project to run it on my nrf51822 evalboard...