Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
Hi Nordic team,
I print logs at each function in ble_bas.c. I used the App of nRF connect to test BAS. I can see on_connect, on_disconnect and on_write at enabling/disabling...
Hi,
The spec(nRF52832_PS_v1.3.pdf) said the peak current of TX/RX is 5.3/5.4 mA.
However, I use the PCA10040 board and the ble_app_template(SDK 12.2.0) sample code...
Hi,
I can see that Apple states that iPhone 7 supports LE Data Packet Length Extension forums.developer.apple.com/.../73168 . Anyone know if the packets per event and the...
Hi,
I have NRF51822 module with custom carrier board.
I trying the experimental ble app blinky (S130) with PCA10040 (master cenrtal board S132) works fine.
When trying...
Hello,
I test new SDK 13 and i have a problem. I don't success to debug bootloader. When i open .out file into debugger, sources are not complete (main is missing) so i...
Hello,
Is that possible to use a mbed application with SDK bootloader ? If yes, with signing too (if i sign application after generation) ?
How to set memory mapping...
I am trying to program an nRF52832 on an nRF52DK via the Debug in port (P18).
I am driving it with an STM32L073.
Should I put the nRF52832 into reset via the Debug in...
hai
in my application i am using nrf51822 . i have connected some sensors with the mcu. and i am collecting values from the sensors and this values are updated to the service...
In our code we use NV storage for system settings and calibration data.
I'm trying to understand when to open/close files and which structs to keep bwtween reads/writes...
Hello,
I'm using nrf51822/sd130/sdk12.1.0 and SOFTDEVICE_PRESENT defined.
But, I didn't enable softdevice.
I want to realize power save mode.
when I use __WFE...
hello there, i am using sdk11, i am using uart example. i am using nrf51 dk
SEGGER_RTT_WriteString is working. but
SEGGER_RTT_printf is not working. main.c
i have seen...
hello everybody,
i've downloaded the firmware files of nRF51822 beacon, but i couldn't find the source code. Does anybody know where i could find the source code of nrf51822...
Hello,
i try to use the nrfConnect (PC version) to update my devices via DFU. The DFU service is running on the device (update with Andoid nrfToolbox works without any...
Hi,
After finding that Windows doesn't like HID devices if they can't be bonded to, I've been attempting to add peer_manager and bonding into my application.
However...