Hi. I have been trying get a notification through ANCS.
I have created an app which is made by modifying ble_app_ancs sample.
It works basically but there is one problem...
Hello,
I'm using the nrf51422 with 210 softdevice.
I'm trying to figure out a way for the receiving slave device to go to sleep when away from the master, but to wake...
To be able to upgrade FW through UART, a bootloader for nrf51822 is required in my project. I have tried out the example bootloader in SDK. But this example is using softdevice...
I followed the forum posts and nan-29 to get eclipse 4.3.2 to successfully connect to JLinkGDBServer via a Segger J-Link EDU on Ubuntu Linux.
I can start the GDB server...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
I am running a nrf52840 dev board as an NCP connected to a RASPBERRY Pi running wpantund.
I have 10 other nrf52840 devices in the network. The PI has LIBCOAP coap-client...
Hi,
Just curious to know if anyone else had this issue and how they solved it.
My colleagues and I are working on code based on the Nordic Uart Service, in SDK13.1.0...
I'm using nRF52832 and S132 based on nRF5 SDK v14. I get a error code 4 when I add DFU service refer to the experimental_ble_app_buttonless_dfu . The SDK has changed so much...
I am using 3 uarts for my applications using nrf52xx, i want uart without fifo,i configure 3 uarts independently and use the
#define APP_UART_INIT(
P_COMM_PARAMS,
EVT_HANDLER...
Hi Nordic forum.
We wanted to update the bootloader over the air. Initially, we had a very plain bootloader (the one provided in the example) but later we added a timer...
Hello everybody.
Please answer my question.
I repeated the Bluetooth pairing ON → OFF of my smartphone and DK 52
(PCA 10040 + HRM) and checked the connection, I encountered...
Hi
I'm trying to use pstorage to save some info (device name, and user info).
I've found the following links with examples:
infocenter.nordicsemi.com/index.jsp
devzone...
Should these beacons be advertising as bought off-the-shelf? I've got six and was expecting to be able to pick up their advertisements but I'm getting nothing.
In this application, I tried to enter a wrong bonding passkey to test PM_EVT_CONN_SEC_FAILED case. But I found that the program went into this case and after executed "sd_ble_gap_disconnect...
We developed a new BLE hardware product using the Laird BL652 third party module. Our product is based on the latest Softdevice S132 V5.0.0.
Now I'm starting the Bluetooth...
I have problems getting the beacon example in the new mesh SDK v0.10.0 working.
I invoke cmake with this command:
cmake -DTOOLCHAIN=gccarmemb -DPLATFORM=nrf51422_xxAC...
Hi there~. This is Matthew! I saw a thread explaining that the production variants of the nRF52840 will first be available Q4 2017 at this link .
I was planning for BLE...
Hi,
I had a difficult problem.
First, S110 & SDK9
ble_stack_init () is the source.
static void ble_stack_init(void)
{
uint32_t err_code;
// Initialize the...