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...
Hi! I have mentioned this already 9 month ago in another ticket ( https://devzone.nordicsemi.com/f/nordic-q-a/75331/dfu-upgrade-of-only-bootloader-not-softdevice ) but it...
Hi ,
the nrf25840 data states regarding temperature sensor's accuracy: To achieve the measurement accuracy stated in the electrical specification, the crystal oscillator...
Hi, I use two nRF52840 DK for testing purposes for over 1.5 years now. Suddenly, yesterday the BLE module in one of the DK's stopped working. Just like that. Same functional...
Hellow
We are in trouble. Please tell me what to do.
The input range of the SAADC is not as expected.
I use: ・nrf52840 ・VDD=3.3V by Regulator ・nRF5_SDK_17.1.0 ・Sample...
The example ble_app_uart is working fine (i.e. I get NRF_LOG_INFO from gatt_evt_handler), but my code doesn't. I've checked the diff between them and tried adding all diffs...
Hi All,
I am using nRF52 DK board & nRF5_SDK_17.1.0 for Development(Emulated Project for nRF52805), My application needs creation of multiple service and multiple characteristics...
I bought a handful of nrf52840-Dongle boards, with the intention of developing an application on one "dev" board and then flashing it through the Open Bootloader on the others...
hi am working on DFU- OTA on nRF52833. In one of the query I found the method for to evaluate DFU- OTA on nRf52833 , am able to do that ,after connected to the Bluetooth I...
Hello,
I am new to Nordic. Earlier I was using Cypress controllers CYBT343026-01. As per nRF documentation, I believe once the controller goes into a deep sleep mode, I...
Hi, devzone!
I'm trying to use a timer to periodically change the digital output but it seems that the handler function is not called.
The whole code is based on the...
Hello!
For a project, I am relying on RSSI data from the development kit nRF52832. The problem is that the data I get is in dBm (I assume?), that is values like -30, -50...
Hi,
We are designing a board that is controlled by a NRF52840 and that will use a NRF21540 (FEM) to enhance its radio link budget.
We will use the FEM with diversity antenna...
Hi,
The DFU(reuse ota code) partition configuration file I got from your technical support is as follows,It divides Flash(1024K) into the following regions:mcuboot(48K)...
Hi, I need to use UART0, UART1 and I2C0 in my application. I initialized these in overlay file (attached). When, debug is run, it is observed that the I2C binding is not successful...