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...
Hello,
Is there any methods to implement the "long press wake-up"? Pressing the button for 3 seconds to let device enter sleep mode and pressing the same button for 3 seconds...
Hello, I have a question.
The chip uses nRF 52832. MDK keil μVision V 5.22.0.0 is used as the development environment.
I am using nRF5_SDK_13.0.0-1.alpha_055eef3.
It...
Since September I get multiple warning messages on projects that use both the nRF51822 library and the mbed library. This is even true for example projects for the 51DK board...
Hi,
I put my nrf51 into power-on sleep mode by calling sd_app_evt_wait().
When I walk away with my mobile phone, the bluetooth disconnected and my nrf51 can receive...
Hi there,
I am currently working on a custom GATT profile for constant data streaming. I have to keep to GATT because I need multiple attributes to keep track of different...
Hi
I saw the Central and Peripheral example code has peer_manager in sdk 12.2 and BONDING_ENABLE in sdk10.
What are they does and where has document I can read.
If I...
From the Nordic errata [141] on NFCT not stopping HFO when going from activated state to sense state:
Workaround:
Power cycle the NFCT using the POWER register, then issue...
Hello.
EDIT: When I connect to nRF52832, Windows are not creating bluetooth serial com port. And Bluetoth Services are not getting.
How Can I do this??
Thanks.
Hi.
Is it possible for the NRF52840 to act as a USB host? or is it "only" a USB slave?
It would be awesome if we could connect a usb peripheral directly to the NRF52840...
I'm confused.
in other platform, i know flash stard and end adress ,alse page size ,i can read and write data directly.
But use pstorage mode as follows :
pstorage_init...
Hello,
I want to bring some data by UUID.
I know the ble_nus_init() can set UUID and I know it was set by sd_ble_uuid_vs_add().
But this way only change the UUID while...
Hello.
I loaded Soft Device and UART example on the board. Then I connected Nordic_UART through by Bluetooth.
And I want to add a virtual COM PORT on Win10. I entered...