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...
Is there a signal provided by the nRF2460 that indicates TX/RX state of transceiver suitable for controlling direction of an FEM? Does VCC_PA turn on and off during duplex...
Hello!
We're using the SDK 12.1 ble_app_uart_c as an example for a nRF52 DK as Central application. Instead of using ble_app_uart example for peripheral device, we created...
Hi!
SDK 14.1 has a SES project templates already included.
Also one can create a SES project by selecting File -> New Project ... -> C/C++ executable for...
Hello,
I am trying to implement PWM using PWM library using Timer 3 and 4. However, I am not able to use these timers at all as compilation gives this error:
# Error...
I am developing a solution that needs to use nRF51 UART to send streaming data and I found a great example for android at GitHub, however the application is multiplatform...
Hello,
According to the Bluetooth Mesh Spec it is up to the stack developer on how to handle multiple Friend-Offers to an LPN. So I am wondering what strategy has Nordic...
Hai team,
iam using sdk_12 and ble_app_beacon ,i want to send different advertising packets in one frequency interval.
let us consider example : iam using frequency interval...
I am trying to implement pairing and bonding feature on my application. I have referred to few questions on the forum regarding the same but I am unable to find a complete...
Hello,
I encountered a crc check error when update application via bootloader.
The SDK version is 12.2.0.
I found that this error is related to watchdog.
In the beginning...
I use nrf51822xxAC,SDK 12.2,Buttonless Secure DFU and WDT in application.
I added NRF_WDT->RR[0] = WDT_RR_RR_Reload; to the wait_for_event loop in the DFU to pet the dog...
Hi ,
I'm new to working with NRF52 and Bluetooth mesh, I wanted to change some parts of the light_switch_client and server projects to be able to send other data than just...
Hi,
I am trying to send data from a peripheral with sampling rate of 125 through ble by using nus service. i was able to send all the data (ie. 125 * 4 bytes ) without...
Hello!
I'm new with Nordic SoC. I've bought nRF52 DK and would like to run precompiled example in accordance with instruction
There is 3 hex files in the examples\peripheral...