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? ...
Currently, I am creating a CIS-connected device using nRF5340 Audio on a homemade board.
Since the circuit configurations of the Gateway and Headset are different, I have...
I just got a fresh Win install and installed a new version of vs code (details below) and lo and behold the nrf welcome page is empty! Apparently, this was changed a while...
Hi I am looking for some advice with regards to getting a Fanstel BU840XE ( BU840XE, The longest range, Remote USB Dongle for BLE 5, Thread, Zigbee — Fanstel ) device to function...
Hi team,
I am getting secure fault after PPP started in SLM (v2.6.1) application.
here is the snapshot of the error message
Anyone having same issue and resolved please...
I am experiencing an issue with the I2C device on the nRF5340(our custom board) where it is unable to read/write to the sensor, resulting in a return value of -5.(EIO)
Details...
Hi
I'm chnaging the Secure Bootloader to an external falsh for bank1, connected with QSPI.
In the function on_data_obj_write_request is the call for nrf_dfu_flash_store...
Hi,
I have a project with an nrf9160 running zephyr. Can codechecker be set up in the build in nrf connect in vs code so that when a build in vs code is done it runs code...
Hello,
I am migrating an application based on the old Nordic SDK16 to the NCS Zephyr SDK.
My workspace is using Zephyr commit f8f11338, nrfconnect/mbedtls commit de1b3f57...
Hello, I am trying to debug why my device is failing to work 100% of the time. What happens is an app makes a connection to the device, sends a command to the device, receives...
Hi all,
I' have a custom board with an nRF9161 chip. I have a custom connector to program it with SWDIO/SWCLK. For the moment I'm trying to detect my board with nrf programmer...
Hello!
I have a custom service that I try to implement on two nrf52840 DK, where one is supposed to act as a GATTClient and one is going to be a GATTServer.
The service...
hey there
i design my own board based on nRF5340, now i want to write a code for wireless boot loader on it with ble. on my board i have a nor flash for this goal. in part...
Hi,
I am not sure how to read from a characteristic which doesnt have notify property in them. I started looking into nrf_ble_gq_item_add() But I am not sure on what parameters...