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? ...
Hi,
I'm running Mac OS X 10.10.2 with the nRF51-DK PCA10028 card that I received today. I started off following the instructions in this article , and was able to get JLinkExe...
Hello,
I would like to do an communication between Arduino and Android platform.
In my case, Android will be master.
But I want also test between 2 Arduino with an Bluetooth...
Hello everyone,
I'm unable to perform DFU over SMP BT with nRF Connect for iOS. I've already verified the process works with mcumgr (Ubuntu 20.04 LTS) and with nRF Connect...
I am trying to use the `fmfu_smp_svr` sample project, as described in nRF9160: Full modem firmware update using SMP Server , to perform a full modem firmware update.
The...
Dear ,
I am going to use SDK 17.0.2 spis example.
But I found it is 8 bit data width. I am going to use 16 bit data width .
Would you teach me how to change?
Hi all,
I am using NRF5340, and I want to use pin 0.14 for spim. However, I found it was used by QSPI, in zephry.dts:
So how can I close QSPI to use pin 0.14 freely...
Hi.
Below is used the same schematic for nRF52805 but with different placement for RF components.
What are the pros and cons of each one? Is there one that is "better...
Hi !
I want to successfully send CTE after the CRC of the broadcast packet by operating the RADIO register under the Manual configuration of NRF52833。At present, I can successfully...
Hi developer,
I am trying to understand Beacon behavior and program. I am using BLE_Central multilink example to get informaiton from Beacons.
I added the below code...
Hi, I tested the (mcu_boot + smp_svr) example and can run dfu successfully with nrf_connect application. (Follow the page: developer.nordicsemi.com/.../README.html) Now I...
Hi Nordic,
One of my custmer want to develop multiperipheral product(The device connect to two central devcie).
The nRF52832 can certainly meet their requirements, and...
After connecting nRF9160 DK v0.8.2 kit and connecting the terminal, I observed the following messages:
***Booting Zephyr OS build .2.6.0-rc1-ncs1 ***
SMS sample starting...
Hi there,
We were using the Cryptographic library provided in the nRF5 SDK, with Oberon backend, to implement EdDSA/Ed25519 signing on our nRF5832 devices.
We are now...
Hello all:
I've developed an nRF52810 application based on the Blinky example. It includes buttonless DFU support and i'm able to update the firmware by an nRF52 dev kit...
I have a problem here with using saadc of nrf52832 .
The nrfx_saadC_init (), nrfx_saadC_channels_config (), nrfx_saadC_SIMPLE_mode_set (), and nrfx_saadC_buffer_set () functions...