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, I am using Keil to build programs less than 32 KB in size. All the example program from the SDKs work and I have read that should be the case because they are all under...
Hi all,
I'm going to use the latest SDK version of nrf51822 for my current project. Can you please help me to choice the right one for my development?
I want it as peripheral...
Hi all ,
I am learning theory about BLE . I'm exploring the relationship between layer . But I am quite difficult to understand the package structure from upper layer to...
Hi,
My config :
Board NRF52DK
SDK 14.2
Segger ES Release 3.30
SEGGER J-Link V6.22a
macOS 10.13.1
I want to use RTT to debug my code. As a starting point I've...
The manual clearly states that the external HFXO should be 32MHz. However, if one would like to have precise 16kHz on the PDM and I2S interfaces a 32.768MHz crystal is required...
I know that RF52840 could act simultaneously as the Advertiser\Peripheral and Observer\Central and I saw Nordic's recent demo video of BT + Thread co-existence. However, it...
I am having very limited knowledge in flashing devices, infact this is the first time I was doing it, pls conider
Step 1: I bough PCA10040 and installed nRFGo software in...
I have found multiple PDFs indicating the lay-out on the nRF52-DK. However, none of them tell me anything about the size of the kit. Does anyone have a PCB lay-out with at...
Using the latest SDK and following example multiprotocol/ble_app_gzl.
I try to add a vendor specific UUID and get error 4. Which means, not enough room in some table? Whose...
Hi,
I hope this is the appropriate forum for this question. I've also asked this on the developer forum on thisisant.com, but received no answer there.
We are using...
Hi all,
I have a custom board with 3 LED's and one button. I have created a custom_board.h file:
#define LEDS_NUMBER 3
#define LED_START 22
#define LED_1 22
#define...
I wanna build project nRF51822 using ADXL345 for accelerometer sensor that program using eclipse or keil. can you teach me how to build using nRF51822 SDK version 6 or higher...
Hi,
I'd just start developping with the nRF52832 and I would like to communicate with a sensor using the I2C protocol. Has I am a stranger with the nordic uC, I would like...
Hi guys, me again.
I was very confused with my current process on developing with nrf chip now... so I would like to post my develop step and some problems I had so maybe...
I am using ATT MTU throughput example and I noticed that using CLI (calling cli_start) causes the main while(1) loop forever. In other words, wait_for_event does not block...