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 am using ancs service to get some information of my iphone.
I use nRF51822 microcontroller and Nordic suggests to use the new SDK (5.2) for new microcontroller...
i want add in project adc. i changed my sdk_config.h and Makefile .
i incuded in main file
#include "nrf_drv_pwm.h"
#include "nrf_drv_adc.h"
i have error ghjgjghj...
I use a Peer Manager in my project (nrf52832, SDK13.1).
Peer manager use FDS, but i also want to use FDS for storing user data.
As i know , FDS module use 1 virtural page...
Hi all,
I have here NRF51-DK, I am a bit familiar with the kit for a while.
Now I want to make a system using NRF518422 chip.
I manage to find a module - "Taiyo Yuden EYAGJNZXX...
I'm starting to read all the resources and examples included in the SDK. However, there doesn't seem to be a lot of emphasis on explaining how the programming architecture...
Hello,
I have the following observation regarding the potential problem with DFU bootloader
implementation :
I have noticed that the Bootloader DFU implementation (nRF5_SDK_13...
Hello!
I would like to program the nRF52 using the JLink Commander and protect it afterwards. Which register do I need to manipulate?
Thanks and kind regards,
Mi...
I download the nRF Toolbox app and its in swift.
My current app is in objective-C and I want to implement dfu in my app.
Is there any framework that can be used in my...
Hello,
I recently migrated to nrf52 and countering some problems
with NRF_ESB concurrently with BLE.
I started with This example which was a part of the Running micro...
The chip is nrf52832.
The SDK version that I am using is nRF5_SDK_13.1.0_7ca7556,the example that i used is ble_app_uart.
When i debug about low power,i encounter problems...
Hello,
I'm using NRF51-DK (PCA10028) and I want to be sure if I'm using the external 32KHz oscillator (X2).
I'm using SDK12.3.0. I'm running the beacon example.
In...
Hi,
Is there any tutorial already for the version 14.0.0 of the SDK (nRF52, more specifically I am using nRF52832)? I would like to know how to configure Advertising, and...
Hi
I have development kit nrf51 PCA 10028 and try to run uart example example with loopback (RX connected to TX, RTS connected to CTS). Unfortunately, after sending, I...
I'm using the bootloader_secure_ble example from SDK 13 on an nRF52832. I'm using the GCC toolchain. Here is an extract of the linker file from the example:
MEMORY
{
...
I'm running nRFgo Studio on Windows 10.
Have tried to re-install (nrfgostudio_win-32_1.21.0_installer.msi) without success..
Any idea what to do?
Thanks!
I'm using nrf52 with S132. I was trying ble_app_uart example and it is not printing any log messages into the COM. Do I need to do anything extra to make it work?