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 saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
I can upgrade the firmware by MCP on air ,But there are one conditions:
reset the device while holding down the Enter Bootloader Mode button or a invalid application is present...
Hi,
I am running (and reconfiguring) ble_app_lbs (LED + Button BLE app) example as a kind of start off project for me. I am actually trying to figure out where I can control...
Hi,
When i increase the global buffer , i got this error.
if i reduce buffer size and add few more characteristic , i am getting same error.
How can i use Flash memory...
Hi All,
I started with example ble_app_multilink_central for S120 from sdk 6.1. I then started stripping the application to get a barebones central. I removed app_trace...
What I`m using:
-nRF51422 EK
-Keil v5
-nRFGo Studio 1.17.1
-SDK 6.0 and 6.1
-SoftDevice S110 v 7.1
-Applicatio: ble_app_hrs
I first Programm the SoftDevice
Softdevice...
I've done a lot of reading on the forums about this topic and done a lot of trying myself. I haven't had much luck and it seems like most everyone is in the same boat.
...
Hi,
On my ble application, I want to keep after wake up reset the previous value of a variable, I tried using sd_power_ramon_set(0x000f000f) to keep on all ram partitions...
It seems like a pretty large hardware/software release just came out and I am a little confused. Where can we find documentation about all the new hardware (nrf51822-QFAX...
Hi I try to run master control panel on PCA10024 development boad. On master control panel, I set File->Options->Serial port: "Show all serial ports". Then master control...
Hello,
I'm reading S210_SoftDevice_Specification_v2.0.pdf and there is written: "The ANT channel encryption engine provides the ability for a single channel..." does this...
I didn't find information about size of buffer within softdevice 310 for ANT messages.
I found that S310 requires: 128kB Flash, 9kB RAM, Stack 2kB
But how big size of...
Hi, are my assumptions below correct?
Measuring a (ratiometric to VCC) analog signal and selecting VDD_1_2_PS as the reference selecting AIN_NO_PS or AIN_2_3_PS will not...
Hello,
I'm currently seeking for parameters that could improve our ANT communication stability. I read, that there are possibly override parameters in the FIRC that have...
Hi all,
I try to reduce the power consumption of my GZLL host (RFDduino/nRF51822).
I use the Arduino IDE to program my RFDuino.
My Idea was to synchronize the host and...
Trying to flash a program with Keil. Worked fine with SDK 5.2, now with SDK 6.0 get the error: Insufficient RAM for Flash Algorithms.
My options for RAM:
Start: 0x20002000...