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...
I want to change rx to tx mode and back after recertion my master NRF24l01 packet on NRF52 with esb, how to do it?
I tried this but it doesnt works:
void nrf_esb_event_handler...
Hello,
I am using nrf51822 and supply is provided through rechargeable battery. Please review my schematic and suggest changes if there is any.
Thanks,
Shailav
I used the following code to verify the working of the clock (at P04) of nRF24le1.
I used a 4.7K pull up resistor with a VDD of 3.3V, which was output from the nRF.
Note...
Hello,
I'm using nrf51822/s130/sdk12.1.0.
Before adding BLE code there's no problem in writing inner flash.
In main I just added below ble_app_uart codes(not modified...
Hi,
I have Wireshark version 1.10.14 and sniffer version 1.0.1. I send the data out from PCA10040 with connection interval of 7.5 ms and packet throughput of 200Hz using...
The pulldown on the SAADC is 160k. Is it ok to create a resistor ladder by adding an external resistor of, say, 400k, enable the internal pulldown and then input a higher...
Hi NordicSemiconductor's community,
I have a basic question about connection to a BLE peripheral.
I use the SDK_10.0.0 and s110_v8.0.0.
I want to know how to implement...
how to change RX and TX operations ?
i wrote next code:
#include "nrf_esb.h"
#include <stdbool.h>
#include <stdint.h>
#include "sdk_common.h"
#include "nrf.h"
#include...
Hello
I used one example from the nrf52 SDK and wanted to add another functionality to the code. How do I know what to add to that file?
Is there a global sdk_config.h containing...
I am migrating from SDK 12.2 to SDK 13 on Nrf52.
I use Eclipse.
I have a few questions:
In SDK12.2, there was :
Patch for SDK 12 - implements required workaround...
i am using nrf52832 dk. i am trying to change the flash address from 0x000 to 0x0002000. But i can only flash it to 0x0002000 if softdevice is already present on controller...
Hello,
I want to clarify one thing related to the limitaion in SoftDevice S130 V.1 of L2CAP_MTU size by 23 bytes. Is any way to extended it?
Because I see that changes...