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'm attempting to perform DFU with the secure bootloader (bonding not required) and it is hanging after starting the update. Here's the log from the firmware (SDK 16.0.0)...
Hello,
I am developing an app which connect to provisioned node using GATT in the mesh network. But the limitation of this is, it has only pair to pair communication. It...
Been beating my head against this for a couple of days and came across a number of people on the forum with the same issue without a solution, so hopefully this saves someone...
Hi all,
I have some issue setting up the advertising data on my nRF52840 Dongle. I'm using the ble_template to develop my software and in my application i need to fill all...
Hi all,
can i send a scan request from an nRF52840 dongle using the nRF Connect - Bluetooth Low Energy software? I need this during development of my application where i...
Hi
I am seing framing errors when receiving using UARTE.
It is not external hardware, I have checked with different other interfaces and measured timing, no problems there...
Hi
I want to ask a few question.
When the phone sends a specific signal after connecting to the MCU, the MCU is sending data in real time.
When the power is turned...
Hi,
I was trying to find out if it is available to have authentification before connection and I found this link and it makes sense to me but that Q&A has been over 4 years...
Hello!
I use Zigbee CLI example and multi_sensor example on nRF52840. (examples/zigbee/experimental/cli/cli_agent_router and examples/zigbee/experimental/multi_sensor) ...
I have nrf52840 dongle and sdk nRF5_SDK_17.0.0_9d13099.
I would like to know, is there is an example in which, Advertisement Data is stored in flash memory and reading and...
I USE 9160 with i2c ,send data. then it tips :
[00:02:07.716,918] [1;31m<err> i2c_nrfx_twim: Error 195952641 occurred for message 0[0m
what is wrong ?help me ,thank...
NOTE: This is related to the following issue: https://devzone.nordicsemi.com/f/nordic-q-a/63255/nrf9160-getting-stuck-after-cell-change
--------------------------------...
Hi,
I would like to read data from sensor and send it over BLE to nRF connect. Unfortunaly, something went wrong while reading the data by TWIM.
I´m using SDK16. ...
Hi Sir or Madam,
I tested examples\zigbee\light_control demo recently and I want to test install code function based on this example, the first step is I add install code...