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...
Currently I am set timeout to one second and then on BLE_GAP_EVT_TIMEOUT:
modify data
advertising_init();
advertising_start();
Are there more correct ways...
Hello,
I've connected the nRF8001 module and a light sensor to a microcontroller.
Actually I can read data only when I send a string from my smartphone but I want to...
I'm able to program the Soft Device (s110_nrf51822_7.1.0_softdevice.hex) from nRFGo studio and the compare is fine, but when I go to Keil uVision 5, I can build ble_app_beacon...
I use S130 on two nrf51822/PCA10001 boards. Each nRF scans and advertises simultaneously.
Scan parameters are:
scan_param.active = 0;
scan_param.selective = 0;
scan_param...
Is there a port of lib_aci for 16-bit processors? The structs in lib_aci written for nRF8200 are byte misaligned using a 16-bit processor. Seems to be almost a complete rewrite...
Hello,
I try to generate 4 PWM signals on an nRF51 DK board, but I have two troubles :
in the "Simple PWM", during nrf_pwm_set_value() function the TIMER is stopped...
Hi,
I recently ordered a usb dongle. It has PCA10031 board. The chip shows "N51422 QF ACAB" printed on it.
What SDK should I use? 6.1.0?
What board file should...
Hi!
I am using nRF51 SDK v6.10. I try to analysis the "spi_master_example". Source codes is
working well. But I couldn't understand how the "spi_master_send_recv_irq(...
I have an android application, which one can set and unset the LEDs of my nRF51422 EK. But sometimes when I click to fast the command will not be send. So I would like to...
Hello,
I want to know if it is possible to configure a button to act with different Detection delay.
In other words I want to have a single button to be able to trigger...
Do we have KiCad version of nRF51822 QFN48 reference design? We looking at open source toolkits, including Eclipse, so KiCad comes into picture.
Thank you in advance!
The test code:
int main(void)
{
sd_softdevice_enable(NRF_CLOCK_LFCLKSRC_RC_250_PPM_250MS_CALIBRATION, softdevice_assertion_handle);
temp_init();
unsigned int aaa...
I have a follow-up to this question: devzone.nordicsemi.com/.../
We are interested in dynamically changing the supply voltage because our space-constrained design requires...
Hi,
For my custom PCB, I am using the PCA10004 as reference in order to determine if the maximum possible range has been achieved. However, I am seeing only about 20 feet...