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...
Hi,
I'm having some problems with the IoT library and the power driver. When the program call the "ipv6_medium_init" function, it asserts internally. This happens when this...
Hello,
Coming from different background. I am learning about how to turn my nrf52840 practically useful in indoor localization task.
First step I have adopted the example...
Hello,
while looking at the nrf52 overview page ( https://infocenter.nordicsemi.com/index.jsp ) I was a little bit confuse, that the nrf52840 seems to have no USB anymore...
Hi
I made a custom service for sending radar data from a NRF52 DK and I'm trying to access it with my computer using the pc_ble_driver_py.
I tried to modify the heart_rate_collector...
Hi,
I´m trying to change the "BLE_APP_UART_PCA10010" example, main.c file.
I would like to delete following functions, because I don´t need UART in my project:
...
I am trying to upload firmware using the secure bootloader over UART onto nRF52840-DK. I managed to upload the precompiled blinky dfu test image using the uart debug bootloader...
Hi,
I want to reserve a space of two bytes in flash so I can change those externally. I want to read same memory location from the code.
How do I do it?
How to read...
Hi,
I have seen this post , but it is quite old, so I would like to know what is the current solution to
update advertising packets while advertising, without stop and...
Hi there. I am freshman with the NRF MESH. I am working on project which I need to use the static provisioner node. The problem I am facing is how to configure multiple group...
Hi everyone.
I want to stream 12kB of ADC data from the thingy 52 via BLE. At the moment this takes around 4 seconds to do which is to slow so i would like to increase...
hi ,when develop the usb + gzll+ble hid funcation, i find that it will occur a erro when stop the ble stack in the project that have usb funcation,so i try in the project...
Hi,
I'm trying to debug CLI example contained into nRF5_SDK_for_Thread_and_Zigbee_v4.0.0_dc7186b by flashing it on my nRF52840 DK (PCA10056).
First of all I'm using...