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...
ble_app_gls_pca10056_s140.hex
Hi,
I am new in this field and i am trying to do current measurement on the nrf52840 PDK using PPK, in sleep mode(sd_power_system_off) i...
Hi,
I have just bought an nRFGo Motherboard (nRF6310) to develop for the nRF24LE1 (nRF2722). I was able to run some example code on the chip like toggling a pin. Next I...
Hello,
I have an application based on SDK 11 and Softdevice v2.0.0. Also there is a legacy bootloader from SDK 11 for performing DFU.
I am wondering whether it is possible...
When I run the UART app nRF5_SDK_12.3.0_d7731ad\examples\peripheral\uart in debug mode, the disassembly window opens, and I seem to get stuck on the second instruction. Step...
I am using a nRF52 and I have to measure two voltages:
the first continuously
when a command is received, the second voltage have to be measured and then...
Hi,
I flashed my nRF52840-PDK with UART/Serial Port Emulation over BLE program. Everything seems to be ok and I can connect with board via Android application. Next I would...
Hi!
I try to send data using advertise PDU and I need use custom 128 UUID.
How to convert to right format service_128_uuid and replace 16-bit value to init.advdata.p_service_data_array...
I'd like to use the nrf52832 as a mesh switch with battery powered. But I didn't find any sample code for the Low power feature in current mesh SDK v0.10.1. Does it support...
Hi,
Dear Nordic experts:
I encountered with a couple of *** issue while configuring SPI port on nRF52832 with PCA10040 demo board. Here I wrap up as below:
First...
I write NRF_UART0->ENABLE = 0x00 in my app in first line code, but now nrf51822 can connect but cannot Download and erase;
in keil it report:
**JLink Warning:...
Hi I am new to Nordic Development. I am developing a product that will use the Rigado BMD-300 module (nRF52832 but no need for FCC compliance testing). The evaluation board...
Hi to everyone!
I'm trying to use the nRF52832 board as master to use an external device (as slave) through SPI.
I take the example peripheral/SPI to start to learn how...
Hi,
How to set the length of the advertising device name? Even i set name type to BLE_ADVDATA_FULL_NAME, i can only able to set maximum of 14bytes. If i increase the name...