Hello everyone, I hope you can guide me in a right direction. 1. I setup my environment as per https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/installation.html , using...
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...
Hi i'm a newbie in nordic chip. Can someone please explain to me that how to enable and configure the timer interrupt and what kind of setup need to be done?
Example in...
There is a mistake in LEDS_INV_MASK definition:
PCA20006.h / nRF examples 10.0.0
#define LEDS_INV_MASK 0x11111111
// blue will be erratic
PCA20006.h / nRF examples...
Hi,
when i setting up a new project in uVision, i get a crazy Error wich i cant handle with.
My error is --> main.c: error: C3906U: Malformed via file '.\main.__i'....
Hello,
in the new version of sdk (11.0.0) you support s130 only.
That means the code contains both peripheral and central implementation.
Does it mean that s130 consume...
The following seems to suggest each write event can only contain 1 byte of data at a time.
/**@brief Event structure for @ref BLE_GATTS_EVT_WRITE. */
typedef struct...
Been playing with NRF24L01+ for a while and mostly they work as I expect. Now, I'm trying to use an ACK payload, but whenever I try to set up the receiver to put a payload...
Hi, I'm using trying to use the DFU via BLE, dual bank example from SDK 8.1.1 (with SD 8.0.0) and got it all working up to the point where I call "activate image and reset...
Hi,
I have a problem that the ANCS keeps resetting my board, so I was able to reproduce the problem on the PCA 10028 dev board.
Conditions:
iOS 8.x or 9.x
No...
Hello,
I am running Windows 10, nRFgo Studio 1.21.1 and Keil uvision 5.16a.
I was doing some tests with my nRF51 DK board, like loading the beacon example found in the...
Hello,
I am using simple_adc__pca10028 from 8.0.0 SDK to read values from my sensor, its a kind of tensometer. My configurations are:
NRF_ADC_CONFIG_RES_10BIT...
Dear sir,
I am using your NRF24L01+ chipset with STM32F407ZET6 controller for 2.4GHZ RFID communication. can u please share the STACK for this controller.
I have a few questions (using nRF51 DK and/or external nRF51822)
I use an analog pin to measure the voltage of a capacitor of an analog circuit. From time to time...