I'm reading the source for the nRF Toolbox app for Android 4.3 and comparing it to the Proximity Profile spec from the Bluetooth SIG, which has this to say about path loss...
Hello,
I have downloaded the software related with the "nRF51822 Bluetooth Smart Beacon Kit" in order to modify typical iBeacon's parametres such as UUID, Major ID, Minor...
Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi,
Can we use the PPK2 kit for measuring current consumption in any other reference design board from a different
vendor which is not same as DA. The other vendor does...
Dear person in charge.
Before using PPK2 for a evaluation of current consumption, I checkd power supply vs corrent measurement by using PPK2 and 5kΩ chip resistor.
I...
Dear All,
I am building an application that needs to use NB-IOT and if that is not available then use LTE-M. I tried sending this AT Command:
AT%XSYSTEMMODE=1,1,0,2
...
When building the Matter Light Bulb sample application for the nRF52840 fails with:
/opt/nordic/ncs/toolchains/v2.1.0/opt/zephyr-sdk/arm-zephyr-eabi/bin/../lib/gcc/arm...
What is meaning of error code 0x3004?
The following is source code of calling sd_ble_gap_tx_power_set().
int _gapTxPowerSet(const int8_t txPwr) { ret_code_t errCode;...
How do we read/write the preferred carrier lists on the SIM card with the nRF9160? Most modems provide the at+cpol command but this doesn't seem to be implemented on the ...
Hi,
We have an application where I'm trying to maximise BLE data throughput to it's absolute highest I can get. Through reading docs/researching and doing some experiments...
1. Is it possible to set MAC address from random to static for Mesh in nRF Connect SDK?
CONFIG_BT_PRIVACY =n and CONFIG_BT_SETTINGS =y seems does not change the behavior...
Hi,
I'm trying to use LPUART in interrupt mode (not async), but I can't get it to work.
I'm using the sample in NCS, which works when using async.
When I uncomment the...
I updated to the latest Toolchain Manager (v1.1.3) and noticed that I am no longer able to select "Open Terminal" to open a terminal window. This was working fine before I...
hello Nordic
i work with ncs 1.7.1, with nrf52832 soc
i tried to add a driver and for some reason i fail and i can not understand why
this is my dts
this is...
Hi,
we use the NRF52840 as a connectivity chip in a serialized application (based on nRF5-SDK v17.1.0 and SoftDevice S140).
When our main app starts, we would like to...
Hello,
While using the at_client sample, when the SMS is received, the following notification is seen
How can I have the access to these notification in other application...
Hi all,
I was recently asked about using L2CAP Connection-Oriented Channel (CoC) to increase thru-put of a project. This must be a gap in my knowledge as L2CAP was always...
Hello,
I've a query.
I am trying to build and see output of " Power Management Example".
C:\nrf_sdk52\DeviceDownload\nRF5_SDK_17.1.0_ddde560\nRF5_SDK_17.1.0_ddde560...