Hi,
I have two CPU in our product. (STM32F2 and Nordic nrf51422).
I use serialization function to link those two CPU(refer to ble_s110_serialization sample)
But I find...
Hi,
My behavior is as follows
Turn on my device(use 51422) and advertising(2 Service and 3 Characteristic)
Turn on my cell phone(Samsung Note3),scan my device...
Hello:
I used analog IIC write MPU6050. Again after power download programs, mpu6050 can run up there ACK response. But the debug will not run. Simulation IIC because no...
Hello!
How can I communicate with my nRF24L01+ and nRF51822 at the same time. I can set up same channel, CRC-mode and I don't use ESB. But what about address? How do I set...
Hi all,
i want to know answer related to following question
1)what is use of uicr?
2)if i place some value in uicr and then change the image,then is there will be change...
It used to work, but now it says "Connected" but the rest of the GUI never changes and the mouse just shows a busy spinner. Here's the log file:
0;13:45:18.9900 [MainThread...
Hi all!
My question is:
My own application is built based on the example "ble_app_template", and according to the nrf51 SDK - Examples - BLE Peripheral, this example...
Hello,
Right now our application developed using s140_nrf52_6.0.0_softdevice, SDK 15.0.0 for NRF52840 chip.
Need help on migrating to BLE 5.
Which SDK & soft device...
Dear all, my project consists of 6 nRF52840 custom boards, one acting as central device and the other five acting as peripherals (star connection).
The central device receives...
Hello,
I'm migrating my project from sdk 17.0.2 to sdk 17.1.0. In the project I use BLE NUS, and it's control data. In SDK 17.1.0 there are no functions for sending ctrl...
Hi,
I have been experimenting with the different nrf_modem functions to get AT responses. I want to receive the current time (don't need to be accurate) using AT+CCLK?,...
Hello,
We use pin 4 to set our CHIP SELECT in order to perform spi_transceive.
We use the SPI protocol to "talk" between a microcontroller and the LSM6DSL component. ...
Dear All,
I use nRF52 SDK 17.1 for a bunch of projects with nRF52840. CMSIS DSP Library v1.6.0 (18. March 2019) is included in that SDK. I see that in the meantime there...
Hi,
I have been looking for some libraries to get current time (UTC) using LTE on the nrf9160. Are there any samples that uses that method? Which libraries do recommend...
Hi @ll,
I wanted to test the PPK2 today but the nRFConnect Desktop App for Power Profiler does not work This is want happens: - PPK2 gets detected - I select the PPK2 And...
The page
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_fw_update.html
Contains a typo under "Using Imgtool to generate keys". The commands have `...
Hi,
I have two nRF52840-DK boards. I would like to make these two boards as BLE Sniffer.
- #1. nRF52840-DK, Sticker Info.,PCA10056/ 2.0.1/2020.43
- #2. nRF52840-DK,...
Target nRF52832(nrf52dk_nrf52832) SDK NCS v1.9.1
prj.conf CONFIG_BT_MAX_PAIRED=4 CONFIG_BT_KEYS_OVERWRITE_OLDEST=y
If Nordic BLE reach max pairing, BLE delete its pairing...
For study purpose, I try to change bootloader to move APP offset by
change APP start address to 0x20000
change start_addr in nrf_dfu_mbr_irq_forward_address_set() and...
Hello,
I am trying to send "Hello" through the UART and the nrf52840 dongle using a USB to TTL approach. The main.c code and the sdk_confg.h are uploaded here. The problem...
Hello,
I love the Online Power Profiler for BLE! Great tool, very useful and well done!
I have one request/suggestion... when scannable advertisement is selected, it would...
Hi,
We develop in an OpenSuse VM so that we all have the benefit of only having to setup the tools once. Segger Embedded Studio was building our variant of the DFU Bootloader...