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...
HI,I want to store some data in 51822. These data was store by my program. I know the pstorage.c could store data. When I do DUF the data could be erased by the bootloader...
I am interested in optimising inputs for ADC measurement on an nRF52.
I have seen quite a bit about nRF51 but am unsure if this remains relevant for nRF52?
Hi!
I have an nRF52832 on a custom board. I managed to flash it through JLink and STLinkv2. But suddenly, I wasn't able to communicate to it anymore.
Openocd tells me...
Hi
The new signed DFU in the SDK12.1 comes along with a experimental buttonless DFU. There are a few bugfixes required to make it working, but the nRF Toolbox app didn...
Hi:
Recently, I want to use nRF52 to read or write some data from a flash chip(w25q128bv) by using spi, I've read Manufactures ID correctly, also, I have wrote a register...
Hello!
I need to interact with two J-Link debuggers, connected to the same PC at the same time. I would then read and write data to the devices connected to the debuggers...
Hi team,
iam using sdk 12.1.0 (ble_app_beacon) I want to advertise the battery percentage.Right now iam using the nrf dongle(it doesn't have cell coin battery) and flashing...
I am attempting to build some ptorotype code using SDK 12.2.0 and GCC and I just added calls to the app_schedukler library and to the saadc driver. I added the relevant source...
I always read 0 first time I call sd_ble_gatts_value_get(), the second time and forward I read correct value. Even if I call sd_ble_gatts_value_get() twice in a row the first...
Hello,
I generated a new project using the main.c of the example "ble_app_uart" from the SKD 12.2 for a nrf52832 and from there copying all necessary .h and .c-files into...
Hi DevZone
I am trying to DFU OTA a PCA10040 using BLE Secure DFU Bootloader from SDK12.2.0.
I can succesfully transfer the image i have made with nrfutil to my DK,...
Hi,
I'm working on integrating ANCS on our existing and futur products. I started to port the Nordic SDK example (12.x) and it seems to work fine on nRF52, which will be...
I am currently using SDK 12.1.0 and experiencing intermittent HardFault crashes in timer_list_remove() with the stack indicating the origin being a SWI0_IRQHandler call. ...