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,
From the nrf91dk datasheet, a stackup is provided. Because it looks custom, and I'm having a hard time finding a manufacturer that can do that stackup. What PCB...
hi,
I read the data manual of 52832, but I have some questions about the following parameters, like CM_FLASH,CM_FLASH/MHZ,CM_FLASH/MA,please explain it in detail and what...
Hello ervery one,
I am doing development on NRF52840. I have a problem as follows looking forward to your guidance.
I need to jump to Application 2 (address: 0x32000)...
I See in the discussion that I can see I/Q for AoA.
I see this examples "direction_finding_connectionless_rx" on zephyr I Think that I can start debug using the data from...
I want to transfer a few bytes of data between two NRF52 modules.
I have checked out the BLE Blinky and NUS example and understand the gatt client and server ideas.
My...
Hello.
I am using SDK version 17.0.2.
The example code uses nrfx_spim . Target board nrf52832
The nrfx_spim project confirmed that 10040 did not exist, only 10056...
hello,
in the case
Case ID: 227777
https://devzone.nordicsemi.com/f/nordic-q-a/46439/turning-services-like-hid-on-off-without-disconnect/309149#309149
In the...
I've got a Thingy:91 plugged into my computer and can see its USB terminals (/dev/tty.usbmodem143101 and /dev/tty.usbmodem143104). I can also see the "ZEPHYR USB" volume and...
Good morning,
I am working on nRF52840 DK, using nRF5 SDK.
I am trying to communicate using SPI.
However, I found out that the function nrf_drv_spi_transfer took 10µs...
I am developing a solution with the nrf9160 that should use LTE and GPS at the same time. But unfortunately I am having some problems. Perhaps somebody from Nordic or the...
Hi everyone,
I am working on a project using nRF905 as an emitter and another Receiver(different than nRF905), the receiver is programmed in a way to perform some actions...
Hello Nordic Team,
I am having issues with the peripheral_uart firmware for the nRF52833.
1.I can use UART_init() or nrf_drv_uart_uninit() in nRF52-SDK to enable or...
hi all, 1. may i know how to get started of designing an AOA, mainly on how to send a CTE packet from TX to RX is there any code base or command that i can use? 2. i had noticed...
I am trying to establish a tunnel from ZigBee client to ZigBee server on nRF52840 using "nRF5 SDK for Thread and Zigbee v4.1.0".
Starting with the examples "examples\zigbee...