Hi,
This post is very old.
devzone.nordicsemi.com/.../
I have a nrf51822 chip and I'm using it as BLE and it exposes some service and characteristics and it is working...
Hello!
I set up a project using NRF24L01 and a patch antenna ceramic, the type used in GPS.
In fact, I tested several types of antennas, F, F inverted, GPS, Loop. But...
Hello,
I'm trying to create a PC application to read out some Ti Sensor Tag modules. I'm using a nRF51822 USB dongle and the Master Emulator api.
The nRF dongle sees...
Hi
I have my code like this .
unsigned char *encryptedData;
unsigned int encryptedDataAfterAppendingLength;
memset(encryptedData, 0, encryptedDataAfterAppendingLength...
After ping through link local address ,i am not getting any Router solicitation messages,neighbor solicitation messages and neighbor advertisement messages while i am capturing...
Hi I've got my nRF8001 breakout board ready I now need the SDK in order to start developing firmware code.
I don't have any registration key, how do I get hold of it? ...
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...