I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
Hi,
I have an nRF52 dev board (PCA10040). I have been using this board for measuring current. I am using the Keil tools.
Yesterday I made a change to main.c in the ...
Hello,
I am working on S120 v2.1.0 and SDK 9.0 for central and I am able to connect to my iPad. Now I need the central to delete the bonding information stored using pstorage...
Hi All,
I am wondering if I could upgrade from S110 to S130 over the air.
What I see in the S110 and S130 hex file is that the MBR is different. Not many bytes but it...
I see that there is a 1.2 Volt VBG reference available for the ADC but that reference doesn't seem to be available for the low power comparator. Is there any undocumented...
I'm developing a central providing NUS client services to multiple concurrent peripherals. I had code working reliably under SDK 9.0.0 based on the NUS client example in github...
Hi, we looked at your BOM for matching components in your file:
www.nordicsemi.com/.../15787782
for QFAC variant of the IC. You use LQP15MN27NG02D as 27nH inductor which...
Hello guys,
I am using this repo to update my device's firmware but after the update is complete, the iPhone cannot find the correct devices services anymore.
To detail...
We're using the NRF51822 and the S130 with V9.0 SDK, and we're using most of the features of the SDK for our Firmware; but I'm running into a problem flashing the device on...
I'm rolling my own very simple PWM implementation (I'm not using the PWM example code). My code is below:
#define GPIOTE_CHANNEL_NUMBER 0
#define PCLK16M 16000000
#define...
HI:
I use gzell protocol to realize 2.4G communication with SDK 5. I wonder that is the gazell protocol update in SDK9 or SDK10 ? and is there any improvement in latest version...
Hello:
I want use nrf51822's time/ppi/gpiote to capture the pwm rising/falling range duty.I want to know the most numbers of pwm channels duty parameters it can capture?...
Hi everybody,
as Nordic is currently working on this "Internet of things" thing and there are plans for an IPv6 over Bluetooth stack, I was wondering if it wouldn't be...
Is there a calling context restriction for sd_ble_gap_connect()? Either in the function call or where the peer address pointer is in memory?
I based my Central project...
Hi everyone,
I tried to test nRF51-ble-app-uart-static-passkey to learn the static passkey method.
I used PCA10001 EK board, with S110_7.1.0 and SDK_6.1.0.
Well, if I connect...