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...
s132 4.0.2, nRF5 SDK 13. In BLE_GAP_EVT_CONNECTED event handler I try to call sd_ble_gap_data_length_update returns NRF_ERROR_RESOURCES.
I have
#define NRF_BLE_GATT_MAX_MTU_SIZE...
Hi all,
I have some question want to ask.I have about 200 bytes to write to the flash and also I would use the bootloader.
I'm using nRF5_SDK_11.0.0_89a8197 and s130_nrf51_2...
This test program is modified from examples\pin_change_int\main.c, I add the instructions to put the cpu to sleep. And I add nrf_gpio_input_disconnect() for all the pins except...
Hello, I am using pstorage function and I would like to know oppionions of your's what would be the best practise to wait until processor erases the flash memory and would...
Is enable required before configuration? Does toggling NRF_ADC->ENABLE reset the configuration (like it does for the radio?) Is the power to the ADC automatic, so that even...
im using sdk10, I initialiszed ble_stack_init and advertising_init but when starting advertising, it works with BLE_ADV_MODE_FAST but not with BLE_ADV_MODE_SLOW .
why it...
Hallo comunnity
I have a sensor which is working is sending data via BLE and it has a 128 UUID bit service [0x 000000-000000-1000-8000-0080-5F9B34FB]
In order to do...
Hi,
What is available MTU of CoAP and UDP over 6lowpan with IoT SDK ?
In my application, I need to transfer dozens of kb data to ble node over 6lowpan with iot SDK. Do...
Hi, I bonded is ok .But I want to store some data on nrf51822 flash memory using pstorage. What should I do?
Register new or change it :
param.block_size = ALL_CONTEXT_SIZE;...
I have an SPI peripheral that has an odd protocol and in trying to sort out why it was acting up I finally caught a logic trace showing about a 13us break in the SPI data...
Hello,
I am using HID mouse/keyboard examples from SDK to learn creating custom HID device.
Besides using four buttons on EVK to simulate motion action. I would love...
Hi All,
I'm currently setting up three nRF52840 DK nodes, two nodes are routers and one is an end-device. My plan is to introduce more node in the network later on. The...
Hi,
We created a faster & simpler alternative to gazell for the nRF24LE1 (our IoT sensor) that supports 100s of transmitters (PTXes), is individually addressable, has session...