hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
Will PAN item #56 TWI: TWI module lock-up be fixed in the Rev 3 version of the nRF51822/51422?
Also would you happen to have a time frame as to when the Rev 3 will...
Close Bluetooth in Iphone's settings when IOS/51822 is paired and connected normally.
several seconds later, Open Bluetooth in the settings again, and observe the settings...
Hi,
I am trying to power off and/or disable a RR[0] with no success.
I am Powering OFF the watchdog in main and then successfully POWERing ON in wdt_init but then I...
I am having issues using the correct definition for the clock config:
for
nrf_clock_lf_cfg_t clock_lf_cfg = NRF_CLOCK_LFCLKSRC; SOFTDEVICE_HANDLER_INIT(&clock_lf_cfg, NULL...
Hi,
I have very trivial question. I open the template program which is attached in SDK 11.0. In application timers start function I wrote the following code. The result...
I am only sending the local name in the BLE advertisement packet. Do I need to send the manufacture Id as well, even if there is no manufacture specific data that I need to...
Hi,
We are using the Experimental Bootloader example from nordic SDK 10. The project is a good example on how to check for authenticity and integrity of the update package...
Hi.
I'm doing a project of wireless sensor network. It is a small network of less than 6 elements, so I'll use piconet. I have ble_app_hrs working perfectly. But only with...
Hello,
I'm working with a nrf51822, SoftDevice S120 v2.0 and SDK v9.0 platform.
Specifically using it a Central role to connect to a Blood Pressure peripheral.
When...
In section 7.5.2 of the nRF24L01 Datasheet it states:
PTX enters RX mode and waits a time period for an ACK packet each time a packet is transmitted.
During this...
Not really a question, but I found a potential issue with the Battery Service module in ble_bas_battery_level_update() . This is in both SDK v10 and SDK v12.
The problem...
Up to this, we've been prototyping with MDBT40 module in our prototypes. We want to move to a completely custom PCB using the nRF51822 SoC for a number of reasons (space and...
Hi,
I am using nRF51-DK with softdevice S130 and SDK 12.0. I am working on the BLE central role with ble_nus_c service. I am able to setup the multiple connection with...
Hello,
In the last month i bought the nr52-dk, my first two steps handling it were:
the getting started tutorial and some other tutorials to get the feeling of the...
I am doing some test with the Battery Service on SDK v10, and found out that if I have not enabled Notification on my phone, calling ble_bas_battery_level_update() returns...
Hello.
For routing purpose, I use GPIO pin for NFC for spi, driving a screen.
I start a screen integration with the with the spi peripheral example projet. Using the define...