after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
Hi,
Trying to implement a simple Hardware UART in parrallel with Ble on a custom board with mdbt42 Raytac module. I have the following compilation error:
*** Using Compiler...
I was trying to integrate mesh network into the ble_uart. I am using softdevice v7.3 and sdk6 with nrf51822. I followed the instructions given in the github link text
....
Hi, I bought an Arduino PrimoCore card and I read that you need to buy the Alicepad card. I can not find it on the net. But was it put on the market? Thank you.
Hi,
I have added new UUID (Service and Characteristic) into the uuid_definitions.json but it's not used in the application.
To try I put a error into the json file and...
Initialization:
The softdevice is initialized as in the BLE UART example. The body of the ble_stack_init() function is identical to the BLE UART example.
SPI is initialized...
I have two supplier for provide me nrf52832's based modules.
So I tested it and both is ok. The distance used pcb antenna almost the same (about 80m).
If I use on external...
My application is built using the nRF52832 device.
The system must only be "active" between certain times (5am through to 9pm).
I am a newbie and have no idea how to set...
Hi,
what are the minimal required steps to get the zephyr HCI-UART on a PCA10040 working with Linux BlueZ?
The steps I have so far [My host is Ubuntu 17.04]:
Physically...
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...