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
I am currently trying to use the thingy_52_sdk sample code to embed a program using the J-link debugger with the Nordic thingy 52 development kit. But the build is...
Hello,
I am attempting to test slew of Rigado BMD-350 module BLE radios (uses nRF52832) using a Rigado BMD-301 series Eval Kit to act as the central. The BMD-350 device...
Hello everyone, the sdk version that I use is 15.0 (nrF5_SDK_15.0.0). The soft device is s132. In the ble_peripheral / ble_app_uart example you can only connect through the...
If followed the following steps:
Installed Win10Pcap
Installed Wireshark-win64-2.63 on Windows 10.
Using nrfGo Studio loaded sniffer_pca10040_51296aa.hex (after erasing...
Hello fellow Nordic Community,
We have a usecase in which it would be beneficial with a tx power of - 30 dBm . This is a value that was supported with the nRF51 chip series...
Hi,
I am develop a project with dfu and bond features. I found that in dfu project, IS_SRVC_CHANGED_CHARACT_PRESENT is always set to 1. In my understanding, if set this to...
hi,
i am using Nordic thingy:52 with a nRF52840 with s140 softdevice to receive multiple characteristic data from thingy like thingy environment service have 6 characteristics...
Hi,
Is there any way to stop the OTA DFU? Let's say that I started it and at some point I want to cancel the process at 40%. Is there any way to send a control message to...
Hello fellow developers need your help
I have bought 3 nRF52840 dongles and want to setup a mesh network as stated above. I have downloaded nRF Connect windows application...
From this ( https://devzone.nordicsemi.com/b/blog/posts/measuring-lithium-battery-voltage-with-nrf51 ), there is capacitor connected to adc input pin.
But is it necessary...
The device I am building requires a quantity of data to be loaded into the application data block so that it can be accessed at run time. The data is effectively calibration...
Hey all,
I followed Vidar's excellent tutorial, and it works! I can compile without errors. However, when I try to walk through the project in Eclipse (the blinky example...
Hello everyone:
Im developing a PAN and i noticed 6lowpan is good item.I have over 30 nodes (nRF52832) and some of the node are sensors for temperature and humidity and...
Hello Everyone need some help
I am using nRF52840 board for mesh development and made use of Light Switch Example which contain Provisioner, Client and Server. I am getting...