Hi:
environment:
target board: DK52 board and run LWM2M example of IOT-SDK v0.9
router: ubuntu 16.04 on VM and runs bsserver and LWM2M server on ubuntu 16.04 ...
Hi,
I'm interfacing a nrf51822 and a H8/3294. My question is how much can I drain a the txd pin of the H8/3294. That means my question isn't really about nrf51822.
In documentation...
Hi,
On the 3.30 of nRF52832_Rev_1_Errata_v1.5.pdf, the sleep current with LFXO active is 0.5μA higher.
I am using a nRF52832 module with the low frequency crystal oscillator...
Hi,
I'm using nRF52832 on SDK V12.2. I add the connection params in the conn_params_init:
static void conn_params_init(void){
uint32_t err_code;
ble_conn_params_init_t...
S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hello,
I want to install my own Button & LED handling (not using the default board support). It works on the nRF52840 Dongle, but I also want it to work on the PCA10056...
Hi,
We were testing our product with nrf-Toolbbox.
It seems that in Android 8+ the device gets disconnected and the log screen gets cleared up once the app is put in the...
Hi Experts,
I am trying to design my custom board using nRF52832. I am using Segger jLink Mini EDU to connect/debug the chip/board. I took Thingy:52 as reference and designed...
Hi,
I know there are OTA bootloaders for nrf52 which can be enabled by pressing a button(gpio start) or by sending a message on a bluetooth cahracteristic(buttoless dfu...
Hi,
I am trying to use the SPI with a sensor on our PCB.
Based on the SPIM example, I changed the used pins to match our configuration, where the clock (spi_config.sck_pin...
Hi Nordic,
I am using SDK 12.3.0, S130 2.0.1 and PCA10028 nrf51 DK.
I would like to ask about whitelist scan filtering.
After pairing and bonding, central would perform...
Dear Team,
i am using nRF51822 Cortex M0 controller , SDK version is 12.3.0(Soft device S130) i want add the PWM Driver, how can i add the driver to existing nRF51822...
hi, I'm using SDK 15.1.0 and s132 I have two custom boards one peripheral and one central. i don't want to use peer manager (according to requirements) And i want the peripheral...
I have modified the ble_app_hids_keyboard_pca10040_s132 example to enumerate as a Gamepad and Modified the GPIO so the buttons send a USB report.
I am now trying to integrate...
Hi,
I am doing some customization for the secure DFU example (SDK15) and i want to add conditions for the update process (battery level for example).
I wonder if there...
Hi all. I would like to get the current RTC tick when there is an advertisement RX event on multi-link central. I am going to store the advertisements along with a time i...
Hello, In one of my codes, I use the printf function. It works properly when implemented in the int main(void), but when I try to use it in a static void NAME (void){} function...
Hello,
I'm checking the DTM code from nRF5 SDK15.2.0.
In the ble_dtm.c file, line 763:
And in the ble_dtm.h file lines 104-110:
DTM_PKT_0XFF and DTM_PKT_VENDORSPECIFIC...