I’m using the Zephyr nordic,npm1300-charger driver on an nRF52840 to control the nPM1300 PMIC charger. At runtime I need to be able to turn charging on and off—on command...
I have a greenfield project that I am currently working on and I am trying to work out the best approach to limiting access/features via Bluetooth.
In the past we have used...
Hello dear Nordic support staff,
I'm working on some legacy code (NCS 1.8.0 in case it's relevant) and see this in the inclusion list of one of the files:
Functions...
Hey there!
I'm trying to run the 'wifi/shell' sample on v3.0.1 on a nrf7002dk (targeting the nrf7002dk/nrf5340/cpuapp) with sysbuild enabled, of course and I'm getting...
Hi Teams
I am designing a product using the 9151 SIP. According to the specifications, the operating voltage ranges from 3 to 5V. From the hardware design guide, I learned...
We have a design in EVT and we're preparing for FCC testing. It's a dual radio board with nRF52840 and a Semtech LR1110. Therefore, we need both to be active and transmitting...
Hey,
I have been using the FOTA download client library with bg95 module for HTTP dfu for a while and works perfectly fine.
Now that I have added a few additions to my...
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...