I am using "nrfjprog -p" to reset our nordic devices in our test rigs. We recently migrated the setup to RHEL 9 and now we are seeing regular failures in nrfjprog due to ...
As I am preparing our application for production, I have been trying put together programming/testing scripts for the assembly house. We are targeting the 2.9.0SDK for use...
Hello,
I'm working with a custom board, using an nRF5340 (NCS v2.7.0 but also tested with version 2.9.0) and a W5500. I'm trying to run the DHCPv4 client test just to verify...
In the Getting started with the nRF54H20 DK Guide ( https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/device_guides/nrf54h/ug_nrf54h20_gs.html )
The step of...
Hello, I have an application running on an nRF9160. The current app was built using NCS 1.7.0 with the L2M2M Carrier Library enabled. I'm upgrading the application to use...
I have a custom board, with nrf5340, nrf7002 on it.
I would like to get the uA levels of power consumption I see other nrf5340 projects talk about (eg here ) when my application...
Hi,
We are looking to add an nRF54L15 chip to our custom nRF9151 board, to support Bluetooth. We also would like to add NFC functionality and additional GPIO pins from...
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...
I download uart sample from Nordic developer zone . at devzone.nordicsemi.com/.../is-there-a-serial-port-profile-for-ble
Because you had build the uart profile and iOS...
Hi,
I just started with the nrf 51822 eval kit. I've used keil before and am using the evaluation version. The Blinky example compiles, uploads and can debug fine (step...
Hi everyone:
by default , when a port(Port0) setting to output mode.
when i want to read the port(Port0) ,
i will get the port Output state. but at the nRF51822(NRf6310...