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...
The s310_nrf51422 migration document states:
Due to an issue present in this release, the application is required to set the device address to the factory default right...
Hi,
I was just wondering what the sequence of events would be in the following scenario:
A S110 peripheral device (GATT server) has a characteristic with write access...
Hi all,
I've spent 4 days now (!!) on getting a "Hello World" project to work in eclipse with GCC. I guess something around the startup-code is setup wrong in my very simple...
Hello, I'm using nRF51822-mKIT for a research.
To verify ADC readings from analog input, I've connected P0_5 to GND and ran the following code:
uint16_t adc_result;...
For my project I would like to use this bluetooth module: freqchina.en.alibaba.com/.../Fingertip_size_nRF51822_Module_Ultra_Low_Power_Bluetooth_4_0_Low_Energy_RF_Module.html...
I am trying to connect to a peripheral through s120 central and vendor has a 128 bit fixed UUID
I am trying to add it on central using sd_ble_uuid_vs_add(...,...) but it...
I am trying to develop an application for the Android that will communicate via BLE to a Nordic device. I'm able to read the characteristic's value by
BluetoothGattCharacteristic...
I'm using nRF51822 SoC and I have a LIS3DSH accelerometer connected to the ship via SPI bus . I used the SPI master example . So i used the switch_state() function then took...
Hi, I would like to know how I can immediately detect when a connection link is loss either from the central or peripheral. I need to know which error or notification to look...
Hello.
Here was the question about S120+DFU and Petter Myhre said that Nordic ready to release the new S120 version with the peripheral mode support, so making DFU OTA will...
Today I tried to update the SoftDevice of my project. I was working with the experimental NUS example with the old S310 SD (1.0.0). Because I want to communicate thru ANT...
Hello everyone,
I'm developing a security scheme in which the firmware verifies that the nRF51822 is the same as the one in the factory to which the firmware was installed...
Hi -- Can I run direct test mode on the nRF51-DK?
I've found the Direct Test Mode window in nRFgo Studio, but my board isn't available in the "Set up on ... " pulldown...