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...
after cmake -G Ninja ..
-- SDK_ROOT=C:/BLE/SDK/nrf5_SDK_for_Mesh_v2.2.0_src/../nRF5_SDK_15.0.0_a53641a --- set with command line ARG -- PC-Lint executable not found. Linting...
Hi ~ SDK: nrf5_SDK_for_Mesh_v2_0_1 's ligth switch proxy client & proxy server IDEs : SEGGER Embedded Studio for ARM Release 3.40 Build 2018052200.36079 Windows x64 SoftDevices...
I'm looking for the nRF5x SDK v14.2.0-SR3 tha is written on the Smart Remote 3 for nRF52 user's manual. I could not find it on the DevZone, https://developer.nordicsemi.com...
Hi,
I am developing software supporting LEsecure using SDK 12.3 with nRF 51822.
Please tell me what to do when incorrect data is entered in "Passkey entry".
Currently...
Hi.
I've been trying to send a payload with STM32F but I can not. I've used both STM32F103 and STM32F3 to send a payload but neither of them worked. However, when I use...
Hi,
I use nRF5 SDK v15.0.0. In my application I need periodically disable and enable Bluetooth because they are wifi also, which connected to the same antenna. Its mean...
Hi,
I'm trying send me the mac address of the device by UART by the following method:
By serial I receive:
Start b9:24:82:d5:4f:81
The problem its that the device...
Good day
Firstly, an overview.
I am currently busy with a technical proposal for a client. Initial details will result in a completed approx 60 000+ sensor network. My...
Hi EveryBody!
I've begin to work with the n51 family, my board is based on a n51822QFAA H1 IC.
I use Keil5 MDK and a ST-Link V2 programmer. They work fine as I've tested...
IOS, nRF Toolbox 4.4.4, DFU Library version 4.1.1
Attempting to flash to ruuvi with nRF52832 reports
:INFO:Hash failure and
:INFO:Return false in CRC
to J-Link RTT...
Hi,
I'm trying to modify the slave latency and supervisory timeout setting, but found sometimes the gap_params_init() will get error after changing.
For example, I can...
I want to implement mesh functionality. There is no problem with nrf52dk board, but I think there is a problem with board that I made with nrf52832 chip. attach the photo...
I'm on SDK 15.2 and iOS 12 with nRF52832 on a custom board.
I've added the dfu service to my existing NUS/UART service. In the nRF connect app I can see both services and...