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...
Hello,
I am having troubles to run the light_switch example from the nrf5_SDK_for_Mesh_v0.10.0.
I am using PCA10028 boards with nRF51822. I didn't modify anything in...
I basically need clarification on the last point of this question , which seems to imply that:
the first time you call sd_ble_gatts_hvx() while the SoftDevice's transmit...
Hello,
the NFC library provided in SDK (nfc_t2t_lib_gcc.a) is compiled with the FPU support. For specific reasons, we can't currently use the FPU in our project. Would it...
Hi,
I have a problem with advertising, application starts advertising and makes connection normally, but after disconnection advertising is not starting. sd_ble_gap_adv_start...
Hi,
i am using SDK v8.0
and in main function, initialization like this err_code = bsp_init(BSP_INIT_LED | BSP_INIT_BUTTONS, APP_TIMER_TICKS(100, APP_TIMER_PRESCALER), button_event_handler...
Test code:SDK14 ble_app_ancs_c
Hey guys,
When I used ble_app_ancs_c demo to do FDS, there was a problem!
I initialize FDS and register the drop back function。
When...
I am migrating a project from SDK 12 and SoftDevice S132 V3.0.0 to SDK 14 and SoftDevice S132 V5.0.0. Is the follow case still required in the ble_evt_handler ?
#if (NRF_SD_BLE_API_VERSION...
Now want to use two way PWM, how to set the PWM cycle, frequency, duty cycle, there are two road PWM phase, which is the starting point is not the same as shown in figure...
I am having errors building the examples in the latest SDK for Mesh (nrf5_SDK_for_Mesh_v0.10.0-Alpha_src). I ran cmake -DTOOLCHAIN=gccarmemb -DPLATFORM=nrf52840_xxAA .. in...
Hello,
I'm using NRF52832 with SoftDevice S132, and SDK 14.0.0 to make NUS peripheral and central. To test it I have one NUS peripheral device, that echoes incoming data...
Using SDK 13 FDS, I store 6468 byte, that is 1617 words, including FDS header. Of course this size is total.
In detail in byte size, this size consists of
(12(header)...
Hi,
I'm wondering if the slave connection interval range is the same as the GAP peripheral preferred connection parameters i.e. does it make sense to do the following ...
Hello!
I'm developing thread application with COAP communication. I've got problem with message queue on router. Everything works fine when operating as a child. I have cyclic...
Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...