Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi I would like to ask you for advice on how to solve my problem with Ble and the timer I am trying to add a timer to examples\ble_peripheral\ble_app_uart the timer works...
Hi all,
My application is as follows:
I have an android app which will send some data to a nRF DK. The data I want to send is in HEX characters between 0x00 to 0xFF. And...
Hello,
For nRF51822 and nRF52832, I'm using GPIOTE, PPI and timers to measure the duration that a pin, which is normally low, goes hi (typically 100-300 milliseconds). I...
The following questions are in regards to the instructions at nRF_Connect_SDK-modifying-a-sample-application .
In the Windows environment, I am transitioning from using...
Dear all,
I recently made a custom PCB using the aQFN73 package of the nRF52840 and, even though I respected the antenna constraints (but in 2 layers) I get no signal whatsoever...
Hi Devzone:
I am using P0.00 as SDA and P0.01 as SCL on nRF52833, And I got waveforms like below when I am doing I2C transactions:
the red waveform is SDA and the green...
Hello,
I slightly modified examples\multiprotocol\experimental\ble_zigbee_dynamic_color_light_bulb_thingy so that it can receive changes in the color temperature attribute...
currently i am doing my master Thesis in Bluetooth low Energy. I am searching for BLE Transceiver for Evaluation Purpose. I have a development board S32 from NXP and would...
Hi,
I want to create a Thread border router and am following the instructions from the infocenter.
In the hardware requirements, it is mentioned that the image needs...
Hi Team,
We are using the nrf52830 SOC for our application. In data sheet mentioned that it supports AES-128 bit Hardware engines (ECB,CCM, AAR). How to enable and use these...
Hi guys
I am trying to load a firmware to a Minew's nrf51822 Module using a JLink V8 programmer tool. So far , I can see the chip with the Jlink console:
sudo JLinkExe...
Hi all,
We had implemented Nordic QSPI using "nrf_drv_qspi_write" and "nrf_drv_qspi_read" operation , however I am seeing for page to write in flash of 4096 bytes with 512...
Hi,
During our development, we observed that when BLE central and peripheral devices are communicating, then often central device will not receive data from peripheral device...
mcumgr seems to not like the hex files in mfwnrf9160120.zip, and the NRF programmer can't be plugged into anything automated such as CI, and I'm also running into https:/...
Hi!
This is what I'm using:
-SoftDevice S113 v7.0.1
-SDK v17.0.0.0
-SES v4.52c
-nRF52840
I've created a custom buttonless uart bootloader based on the "secure_bootloader_uart...
So with my NRF52840 board I am trying to use the cc310 backend in zephyr. My project did work until I recently tried to upgrade to ncs v 1.3.0 . The issue was that the build...