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 everyone, a pleasure and very grateful to be able to write in this forum.
I am trying to program a Nordic BLE device so that it does not appear in the pairing list...
Hello, I am developing a board using the nRF52840 QFN48 and powering it using a 3.7V single cell LiPo battery. Since the battery voltage is stepped down to 3.3V via an external...
Hi.
I would like con build nrf Connect OT COAP Client and Server on a zephyr 4.0.99 / toolchain: zephyr 0.17.0
I have downloaded nrf sdk 2.9.99
running:
west build...
Testing the RADIO TEXT example on 52811.
1. 52811 is not a supported target - so I must select all targets then the unsupported dts (nrf52840/nrf52811)
2. I add a Build...
Dear Team,
Is it possible to run BIS and PAwR concurrently while using PAST for synchronization? I am using the nRF52840 DK and NCS 2.8.
I managed to start two periodic...
I am working wih \nrf5_sdk_17.1.0_ddde560\examples\802_15_4\wireless_uart\secure\first\
And I want to add app timer to start a peroid works.
unfortunately, this timer...
Hi Q&A
At present, there is no routine found on the Internet about NRF52832 Bluetooth sending more than 6 characters(NKRO)
I used nRF5_SDK_17.1.0, The following is the...
I'm using a Nordic nrf52840 based dongle to sniff the connection to a gamepad. When I bring up Wireshark connect options, it shows dashes in the promiscuous column, which...
Hello.
We would like to experiment with the various Bluetooth IO Capabilities settings with nRF SDK 2.1.3 on an nRF5340. Our project was developed by starting with the nrf...
Hi,
I understand it is possible to profile a battery larger than 3000mAh? That said I've tried to modify profileSettings.json but the nPM PowerUP v1.3.1 seems to ignore...
Hello, on the nrf52840 board,I have been trying to write code to send byte from nrf52840 to my nrf9160. for some reason, the same code works when trying to use uart1, but...
Hi All,
I am trying to print out floating values for my NRF5340 v2.4.1 SDK project. But, I am not able to print out the floating values. I tried the setting the following...
Hi,
Form the past few days, I've been trying to modify the device tree, but the changes are not reflected in the visual device tree. I’ve tried this on different laptops...
I have the following setup in my overlay file:
relay { compatible = "gpio-relay"; relay1: relay_1 { gpios = <&gpio0 9 (GPIO_ACTIVE_LOW | GPIO_PULL_UP)>; label = "DC Mtr...