I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
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...
The maximum data length of a characteristic is 9, and I use the follow function to send the notification to a client
uint32_t dxs_send(dr_ble_dxs_t * p_dxs, uint8_t * p_data...
Hello,
I am debugging through UART with nrf52 and s132 softdevice using Keil V5 for the proximity app. When I flash the example app from the 9.2 SDK and look at the debug...
Is there a migration guide for the SDK 10 somewhere? I think the use of the APP_TIMER_DEF() macro is one thing that should be in it. Took me a while to understand why the...
Hello There,
As mentioned in the S132 specification (S132_SDS_v0.5.pdf), when acted as a peripheral and the connection time interval is 7.5ms, for the case of a GATT server...