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,
I'm using SDK nrf5_17.0.2 on nrf52840
I'm implementing a custom nrf block device for a spi nand flash, and I'm getting trouble with the calling site of the nrf_blk_dev_read_req...
Hello Everyone,
I am using NRF52840 development kit, I have compiled the code using SDK15.0.0. I am using soft device as well. I have to implement flash protection in my...
Hi,
I’m finishing the design of a nRF5340-based custom board featuring a NFC coil-inductor antenna. Will orientation of track turns - clockwise or counterclockwise - affect...
Hi,
I am looking for example/ sample implementation of secure boot/ erase using NCS SDK v1.6.x, suitable for nRF52833.
Please point me where I can see such code, or document...
Hi,
I'm trying to integrate buttonless dfu to our project. We don't have any security concerns and given the existing project constraints, it's not desirable to use peer_manager...
Hello,
I tried the smp_svr example with the nRF52-DK of sdk 1.6.1., i compile the solution whit segger v5.50c
I connect with the NRFConnect Device Manager app,
I try...
Hi all,
I am trying to get started with the Nordic thingy 91 but I am not able to update the latest firmware.
The programmer is only showing one Serial port. The instructions...
Hi Nordic Team,
I have interfaced bme280 with nrf52840 and I got the temperature successfully. I have used https://github.com/knuta/nrf5-bme280-twi link for that.
Here...
hi.
I use nrf52840 sdk nRF5_SDK_17.0.2_d674dde.
I need to control the H and L changes of IO within 300ns, I want to turn on the high-frequency part when necessary, and...
Hi nRF team,
we are building our project on top ble_template_example, and we want data encryption for bluetooth data .
we have seen below ways :-
1.) AES Encryption...
I had a generic USB dongle that I used to receive beacons on my machine from an nRF52832 chip.
To be able to perform OTA DFU, I replaced that generic USB dongle with an...
Dear NORDIC Engineers
I have a qustions about NRF52.We have a project that used NRF52833.We want to add the AOA&AOD function to the project.So I would like to know about...
Building the pc-ble-driver on an Arch Linux machine fails with the following error
./pc-ble-driver/src/pc-ble-driver-4.1.4/src/common/transport/uart_transport.cpp: In member...
Hi,
I'm considering using NRF52832/52840 as BLE central while configuring its I2C as slave.
Should I initialize I2C with TWIS instance? How do I suppose to set the slave...