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...
I've been using STM32 controllers with LoRaWan mostly GNU based and bare metal. Recently, I have been looking at the STM Nucleo STMWB32 communicating with a Raspberry Pi and...
Hardware:
PCA10040
V 0.9.0
2015.47
Hello,
I connected the above development kit to my PC today and was prompted to update the J-Link firmware ("Strongly encouraged...
Hi,
I am using SDK16.0(ble_app_uart) program to sending dates between the phone and board.When I use my iphone xs max,it works on well.But it come out some faults when it...
I have a compile error currently: "section .heap overlaps absolute placed section .stack"
The heap size is currently set to zero.
I am guessing I am just going over the...
I keep getting this error code and while debugging I'm able to resume execution. This error seems to be thrown during my DMA transfers over SPI. Is there somewhere I can look...
I have a Thingy 91 and trying to connect it to nRF Cloud without any success so far. It is not connecting to GSM Network.
I updated both modem software and application...
At least using the LLD linker, it is possible to locate RAM segments of known size (.bss, .data, heap) at the end of RAM. Normally this allows placing the stack under these...
Segger Embedded Studios 3.52, nRF5_SDK_for_Thread_and_Zigbee_v4, nRF52840 custom board
Hi,
I use this code to start network formation on Zigbee:
zb_bool_t comm_status...
I've had nothing but trouble attempting to get the SUPL library work. I finally was able to get it working on the 9160DK with the latest modem software and GPS sample. However...
Dear All,
I am experimenting with the nRF52840 DK and the ble_app_template . Based on that project, I am trying to configure a pin interrupt on Button 1 (pin 0.11). This...
Hi,
The project I am working on involves streaming 8 audio streams (16 channels of data), and I was hoping to use the nRF52 for this purpose. Does anyone have any ideas...
When we test the BLE conducted power, we find some phenomena, when IC power is setted to 0dBm, the active power loss is similar with passive path loss, it is consistent with...
Hi,
I would like to save my project and add something like a version number to it. I use an example from nordic SDK. So in my case I use solution from ...\examples\ble_peripheral...
Hi Guys,
I am trying to enable LESC Encryption, but I do not understand how to generate keys_own.p_pk and DH keys.
The sequence is the following:
1. I receive BLE_GAP_EVT_SEC_PARAMS_REQUEST...
Hi,
We want to implement periodic advertisements on nRF52840.
We use:
1) nRF5 SDK ver 16
2) Softdevice S113 ver 7.0.1 (but this can be changed if required)
Does...