Hi...
Can anybody help me to run ble_peripheral example (ble_app_hrs for S130). I have build and load the code successfully but cant see the advertisement. But while debugging...
I am working with the nRF8001, and I'd like to create a services.h file that will let me broadcast battery level and as well as allow temperature to be read by a peer.
...
Hi We have an application where we what to read i2c sensor data over the air to an iPhone. We've taken ble_app_uart_S130 project and grafted in some twi_hardware code. There...
I am interested in the S130 ability to hold 3 central -> peripheral links over BLE, and am looking for some evidence that this has been accomplished with extremely low-power...
I'm trying to implement channel scanning in our nrf24lu1p based USB dongle.
I'm following the specs and basically loop though each channel ;
loop
stop listening
set...
Hi,
I am using the NRF8001 in UART mode and attempting to bond with my android device (Lollipop 5.0 Nexus 6).
i am using the nordic arduino sdk which is found here:...
Here's my setup:
1. RPI4+nRF52840 dongle as OT border router
2. nRF5340DK running CoAP client example application
3. Wireshark running on Mac OS, with nRF52840 dongle...
Hello!
I'm trying to develop a mesh network and I've been building on top of sensor example, which has been very useful since I'm reading a few sensors. However I want to...
I am trying to generate ECC key pairs using MbedTLS on Connect SDK.
I found this code block on stackoverflow and validated from mbedtls/programs.
"mbedtls_ctr_drbg_seed...
I was trying to evluate the Periperhral ISO server, however with a NR52dk, but it returns ENOTSUP.
Bluetooth initialized Unable to register ISO server (err -134) [00...
Hi all
I am developing a proprietary radio protocol application using the nRF52805. I am not using a softdevice. Instead, this is all done by accessing the radio registers...
I have seen this question answered for the old Nordic SDK but have not been able to find a solution in Zephyr & NCS. I'm following this post on how to develop a custom BLE...
Hello,
i am using nrf52832 dev kit want to send the nrf calendar parameter through nrf connect app and send through app successfully by taking uint8_t datatype .I have receive...
Hello.
I am trying to write code to read data using saadc and write the sampled data in a micro SD card using fatfs.
I started from the fatfs example and initialized...
I'm attempting to use pc-ble-driver-py on Windows with an NRF52 DK (PCA10040) and running into the error shown below. Using the Heart Rate Collector example, the COM port...
Hi,
I'm using the ble nus uart for my application and I noticed that I was drawing too much current so I went back to the example from the SDK 17.0.2_d674dde which I haven...
I have followed the Azure IoT Hub — nRF Connect SDK 1.6.99 documentation (nordicsemi.com) and was able to comminicate with Azure IoT hub.I have created rootCA and device certificates...
This is my problem description, hope someone can help me. 1. The watch product shipped in mass production is found to be disconnected when using the mobile phone OPPO-k7x...
HI,
i have enabled CONFIG_BT_SETTINGS_CCC_STORE_ON_WRITE=y
so after power cycle the device automatically connects with iphone and the service also works fine
after this...