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...
The question is: how to completely turn off PWM in SoftDevice?
I am using the libraries nrf_pwm.h and nrf_pwm.c in this repo for PWM with SoftDevice. Everything seems to...
Hi,
when trying to update the firmware with current nRF Master Control Panel (version 1.10), the update finishes successfully, but the firmware does not run.
The problem...
I've tried a trivial example (blinky-like, compiled by gcc using proper startup and ld scripts) on nRF52 devkit, but I always only get hard fault.
Debugging through the reset...
The nRF24L01 dataseet V2 (the most recent I think?) states (p.23) that the nRF24L01 can operate on frequencies from 2.400GHz to 2.525GHz . The channel steps are stated as...
I am completely confused by the nRF51 UART. I'm trying to port code originally written for an STM32 (another cortex chip). There, I define an interrupt, enable the RXRDY or...
Hi,
I need to have two different interrupt handler for one pin?
For LOTOHI one handler and for HITOLO another handler, how to do that?
Here is what i did until now...
Hello Nordic and fellow developers
While implementing bonding into an application based on S130 I found it necessary to test on the role of a given connection. Different...
I am getting device id of peripheral on central and then getting it displayed on hypertermianl hyperterminal using ble app multilink perihperal code with multilink central...
Hi Everyone,
I have what I hope is a simple questions. I am creating a piece of hardware that will act as the peripheral to a central iOS app in regards to a standard BLE...
Is there any construction available in the SDK, to achieve printing functions, with an undefined number of parameters ? The classic example :
#ifdef CONFIG_DEBUG
#define...
Hello,
I've ready the final S130 spefication and it states that the advertiser is started as early as possible and that i runs asynchronously to all other roles. Now I...
Calling app_sched_event_put() from the NRF_RADIO_CALLBACK_SIGNAL_TYPE_START signal handler causes a crash due to the CRITICAL_REGION_ENTER() call inside of app_sched_event_put...