Hello All,
I am developing matter over thread based devices (Border router and End Devices) and for that I have chosen fanstel's MIG02C40F (nrf5340 + nRF7002) hardware...
Lesson 8 of "nRF Connect SDK Intermediate" DevAcademy course deals with Bootloaders. I've successfully done the exercise of updating firmware using the off-the-shelf mcuboot...
Hi Support Team
May we know that the difference between Engineering Build Code BB0 of nRF54L15 with normal Build Code? Which is recommended for the mass production of customer...
I am developing with the nRF5340 using NCS version 2.8 and want to test RSA 2048-bit encryption. However, there is only an example for 4096-bit encryption. Could you explain...
Hello, sorry for disturb!
I meet build error as blow, how can I fix it? thx
BTW, I have installed zap tool manually( https://github.com/project-chip/zap/releases ),...
When I build the system using system default, use save minimum configuration,The chip-related configuration is also saved to my application configuration prj.conf, which it...
Hi, We are evaluating whether nr54L15 supports LE Audio function? According to the specification, it supports bluetooth 6.0 and should support LE Audio (Isochronous channel...
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...
In the nRF51 reference manual, page 59 shows the config value for pullup is 2 (upshift by 2)
In the file nrf51.bitfields.h, at line 2339, we have:
#define GPIO_PIN_CNF_PULL_Pullup...
Hi,
I'd like to add some custom data (25 octets) to the nRF8002 advertisement packets, using the vendor specific data type (FF).
Is this possible in some way or do we...
Hi, I am trying to enabling a notification of an attribute(once the attribute changed, the server will push the new value to the client) and I learned I have to first configure...
What's the proper way to implement bonding that depends on proximity (rather than a whitelist)? So when the client (phone) is close (say, five to ten centimeters) to the server...