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...
I tried the tutorial at link below
h ttps://devzone.nordicsemi.com/guides/short-range-guides/b/software-development-kiti in conjunction with nRF5_SDK_17.1.0
devzone.nordicsemi...
Hi,
I have a NRF52840 and a bluetooth device. Is there a way to automate the communication by writing/reading the HEX code. It is essential for product testing. Example...
Hi
I am using FOTA DOWNLOAD to update device's application firmware. https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.9.1/nrf/libraries/networking/fota_download.html...
my net core only output the boot information and i enable config_log that uart console will put some strange info
CONFIG_LOG_DEFAULT_LEVEL=3
appcore output to ttyACM1...
Hi
I could not really find a satisfactory answer to my question, what (if any) impact has the setting of the SLEEPDEEEP bit before calling nrf_pwr_mgmt_run? I'm wondering...
How does the slm routine of ncs1.9.1 use rtt log. Below is my configuration:
With the default configuration, there should be RTT log output, but nothing happens in the...
Dear Nordic Engineers
If we use the NFC Tag of nRF52 series chip.A re there any card readers on the market that can read or write?
Such as , NXP's NFC tag chip can be...
Hi Nordic,
I am using nRf52833-DK with zephry, an now I'm tring to drive ws2812 led strip.
I notice that there is no nRf52833-DK example in zephyr/samples/drivers/led_ws2812...
Hello,
At the following URL,
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_multiprotocol_support.html
In "The Thread and Zigbee protocols support...
Good Morning people. I'm developing a module with the soic nrf52832 and I'm having doubts about the electrical schematic of the UART communication with another MCU. I analyzed...
Hi
In the old SDK I was able to put manufacturing data into the scan response package using:
ble_advertising_init_t init; ble_advdata_manuf_data_t manuf_data;
and just...
I am migrating to ESB from Gazell to take advantage of the static 252 byte sized payloads. However, there are two things that are very different that I would like to figure...
Hello all,
looking at how to navigate with the nRF tools, hardware amd software.
For example, have designed a bit of applciation with seome peripheral drivers, but I am...