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...
Greetings!
I'm currently making a project that involves using UART in EasyDMA Mode (via Zephyr Async API).
I have noticed an interesting behavior when you try to receive...
I am using a nrf52840 dongle with SEGGER. I am trying to find the security mode and level of the bluetooth initially and after getting paired to another device too. My moto...
Hello. If using an nRF52840 as a coordinator, there seems to be a hard limit of 200 connected devices:
#define ZB_CONFIG_OVERALL_NETWORK_SIZE 200U
At least that's how...
Hello:
I have a problem here:
Connecting ... - Connecting via USB to probe/ programmer device 0 - Probe/ Programmer firmware: J-Link OB-nRF5340-NordicSemi compiled Apr...
Hello everyone,
I am planning to use the nRF9160 as the main microcontroller for my project. Alongside this, I need a Bluetooth module to transmit data to a mobile phone...
I'm using an nRF52840 as BLE peripheral with a custom service similar to NUS to send large data. The data is send in 4k chunks via BLE notifications to an Android phone. With...
In the nrf5340 Product Specification, the GPIO registers OUT, DIR, LATCH, DETECTMODE, DETECTMODE_SEC, and PIN_CNF[n] are all labeled as "Retained Registers". The definition...
I have had luck setting up signatures using MCUBOOT and sysbuild. However, I have not been able to encrypt the images. sysbuild.conf: SB_CONFIG_BOOTLOADER_MCUBOOT=y SB_CONFIG_BOOT_SIGNATURE_KEY_FILE...
I have a product that uses the nRF5 SDK that I do not plan to migrate to the nRF Connect SDK. My product uses ocrypto 3.0.8, which shipped with the latest version of the nRF5...
Hello,
I have an NRF9160DK board and a custom board running the SLM application that are exhibiting similar behaviour. Both boards work fine with the supplied iBasis SIM...
Here's a weird error, that started happening seemingly overnight: paths being parsed wrong on windows due to path separating backslashes being interpreted as escape sequences...
Hi,
I have done some searching and cannot find a direct answer to this. I have a gpio pin defined in a custom device in my board dts. I want to set this pin to high drive...
Is it posiible to use bt_disable on the nrf5340 board? for some reason it doesn't work, returns and error on this line:
if ( ! bt_dev . drv -> close ) {
return - ENOTSUP...
Hi all,
I need to modify the app.overlay dts overlay in mcuboot to be able to see the printout, among other small details. I was able to change them in the "C:/ncs/v2.5...
I'm switching from STM32 to nRF52840 and it's for a battery-operated device that only wakes up every few hours and only stays awake for about 10 seconds. With the STM32 (and...