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...
Hello everybody, i am trying to use BLE central uart sample software in zephyr, on nrf52840 dongle. I mapped the uart outputs on pins 20 and 24 of the connector, made the...
I have created custom characteristics by
BT_GATT_SERVICE_DEFINE ( vnd_svc ,
BT_GATT_PRIMARY_SERVICE (& vnd_uuid ),
BT_GATT_CHARACTERISTIC (& vnd_enc_uuid . uuid ,...
I am using the current nrf-sdk v2.1.0, which includes the matter version v2.1.0 from the Nordic repository.
I encountered an error that setting CONFIG_DEBUG will result...
Hi
I have successfully used the TIMER & GPIOTE to generate dual tone frequencies for a BFSK project. 200kHz & 400kHz. ( 50% duty cycle square wave)
I wonder if the same...
Hi,nordic
I am using 52832. The SDK is mesh500 and sdk1710. I want to check the data sent from the PC through the serial port. Where am I and how do I read the data?
I am using the NRF52 development kit and I modified the uart example main.c to simple TX and RX application using printf function. The board is directly connected to the PC...
Good morning,
I ended up changing the design to use the nRF52810 chipset and I wanted to find out if Nordic would be able to provide some schematic feedback for my design...
Hi Nordic expert,
We are K5DET1/3/5/7/9/11 output high level, then string 10K resistor, K5DET2/4/6/8/10/12 through the mercury switch to read this high level, while adding...
Hi,
According to the documents of NCS, CoAP Server sample uses native OT CoAP API while CoAP Client sample uses Zephyr CoAP API, and the Zephyr CoAP API is recommanded....
I've googled all over, and I'm having a hard time finding any documentation that digs into how to use the nRF Connect SDK. Most documents point to examples, however the wealth...
Hi,
I developed with ncs 2.1 samples esb ptx and prx using nrf52840 make a low latency application,There are two problems
①On the ptx side, packets are sent twice in...
Hi, in our project we have to send some raw data to one node to other node using zigbee. So i have checked every single example but it doesnt match with what i need. I have...
Hi,
I'm trying to write a simple python application on Windows 7 that communicates with a BLE peripheral running Nordic UART Service. I'm using the nRF dongle and pyserial...
Hi,
I'm trying to config my SAM-M8Q with an array of HEX.
It's work beautifully with app_uart_put like the picture below.
However, when I try to implement LIBUARTE...
Hii
I have a problem pass the address while advertising
I should pass the adress using 9160_dk
However, in main.c there is this line:
#define DEVICE_NAME "Nordic_UART...