Hi, I'm using the nRF8001 in an application that requires security so bonds to the remote client/central. My device supports firmware upgrades that may involve new nRF8001...
Hello.
Initially when reading the Gazell documentation I didn't think it'd be a problem but now in Keil seeing this has introduced some doubt whether it's a thing:
...
We would like to be able to calibrate the rRF9E5 ADC
Our proposal is to permanently fit voltage dividers, each using two precision resistors, on two of the ADC Ports and...
At some point in the past I had nrf51+gdb+breakpoints working just fine. I even have a bunch of __BKPT() calls in my various error handlers to trap into the debugger.
At...
Hi,
I'm trying to program nRF51822 Beacon Kit using nRF51DK. I'm trying to load the example ble_app_beacon to the beacon kit. After uploading SoftDevice 7.1.0, I try to...
Hello
I'm using the nRF51 DK and I have a UART over BLE link set up between the board and a phone with the nRF UART app. I'm trying to get the board to execute a particular...
Hello there guys i been reading your 100 pg PDF for awhile now and im yet to understand or realize how is it that i add/place/create a payload or data to send/Tx via Master...
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...