I have a nRF5340PDK, Now I want to know the lowest power consumption of this chip in different condition, such as adv, connect, sleep. But I am not sure how to config the...
Hi, i am using:
-nRF 52 DK
-nRF 52832
-Sensor of Maxim Integrated
-SDK 17.0.2
I have some problems in handling the I2C through the nrfx module.
This is my ReadByte...
Hi, I have a set up consing of an nrf52840, a Raspberry pi and a Linux workstation, which communicate over IPSP following the IPSP sample from Zephyr OS. The nrf52840 is a...
what can be the starting Point for Bachelor Thesis involving BLE 5.0 devices to be deploy in mesh Network. How the challanges in the Thesis can be address and set as a Goal...
I need to create and update some data record, the record contains some data that will be updated sequentially or randomly. But the sdk does not execute fds_gc automatically...
I am reading through IETF RFC7668, IPv6 over BLUETOOTH(R) Low Energy . In section 3.2.2, it states the following:
At network interface initialization, both 6LN and 6LBR...
hi
I am really confused For Indoor Asset Tracking which is better Nordic Mesh SDK or Thread
I see Thread Supports Cloud connectivity.
Can the device based on nRF52840...
Hi @ll,
I'm still trying to get the Mesh DFU example up and running. I'm following the guide in the documentation. (Mesh Version 2.0.0: it's the same in 2.0.1 so don't worry...
Hello all!
I am working in a project in which I have designed my own PCB using the nRF51822 chip because is gonna be used for BLE applications.
I have some experience...
Dear Friends,
I am trying to use Interactive Pyaci , but facing following issue after issuing required command:
(mesh) mehul@mehul:~/workspace/nRF/nrf5_SDK_for_Mesh_v2...
hi
The Peripheral HRS Example has device address in nRF52 SDK
de:ae:dc:9b:cb
I would like to know where in the Code this address is Set ? Not able to find
Hello All ,
I was Using nRFgo studio for flashing chipsets , now we are asked to use nrfjprog for flashing , i have downloaded the command line tools . but issue i am not...
Dear Nordic :
I am developing power meter based on NRF52832/SDK13.1.
I need a 20ms timer to retrieve data from sensor.
I notice that,if i set the timer in repeat mode...
Hi,
I am trying to run a simple LED blinking program using timer 0 using HAL library.
in functions such as
nrf_timer_bit_width_set (NRF_TIMER_Type *p_reg, nrf_timer_bit_width_t...
Hello,
I am trying to merge ble_app_uart with light switch server example by following this link. But while building I am getting the following errors.
I am using SES...
A source program, with another computer compiled to generate HEX files, download to the NRF52832 development board, GPIOTE function can work properly. But the same source...
Please point me in the right direction if you can, I'm stumped. My project is based on the app_hids_keyboard sample, using the pca10040 board (nrf52832) and SDK 14.2, soft...
I want to store some data, so I first write the initial data, then update it again and again when need. I think the record_update function should new a copy of the old data...