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...
Hello,
Is there any information on current consumption for the nRF51822 when running the micro-esb examples? I'm curious as to how much current is being used in a situation...
I'm testing a custom board I did. The board has this 16Mh crystal
geyer-electronic.de/.../GEYER-KX-7_01.pdf
The CL of the crystal is 12 pF. I'm using a pair of capacitors...
Hi,
I am trying to get the ble uart example from the sdk 0.9.2 working on my nrf52 DK board.
But the nRF UART v2.0 application on my android phone, quits instantly after...
Hello,
I'm looking to send a 32 bits word to the example "LebButtonDemo", using an iPhone application created with Evothingd Studio (it uses Javascript).
I'm able to...
Hello
at the moment I have a running S120 BLE firmware update on my nRF51822 hardware.
This works fine on my desk.
But we have the additional requirement to update the...
Hi
I have an custom board which uses an nrf51422 SOC. I am facing issues with my radio.I use an softdevice s110 with an application on it.
The code just works fine with...
Hi Noedic,
I triggered the DFU function through APP, the device restarted and the base service UUID changed from 0x0001(nus function) to 0x1530(dfu function), but it is...
Hello,
I am working on S120 SD v2.1.0 for central and S110 v8.0 SD for peripheral and SDK9.0 and I am able to configure 1 single uuid on central and connect to multiple peripherals...
Hi.
I would like to konw some ditails aboute nRF9E5 device:
What is the rang between 2 devices using 433 mhz.
do you have any samples codes ? i need to trasmitt...
Hello,
After i disable SD i try to count ticks on TIMER1 from RTC1 via PPI.
Timer1 is configured property but TASK_COUNT don't increment cc.
I see that event TICK on...
So. After countless hours of messing around, reading SDK, examples and stuff I'm begginning to feel kind of frustrated. I want a microsecond timer. For that I tried a number...
Hello,
I use nrf51422 for my project. I have to collect data via BLE nus from phone, but after that i don't need SD anymore. Can i use blocked hardware, like RTC0, after...
hello there i am trying to interface adxl345 with nrf51822. my code is like
#define ADXL345_ADDR 0x53U
#define ADXL345_ADDR_WR 0xA6U
#define ADXL345_ADDR_RD 0xA7U
#define...
I am trying to modify s130 experimental app example so that my board could connect to any peripheral and discover all of its services. As peripheral I use "ble_app_multilink...
What's the mechanism of getting data from the SoftDevice?
-We store our parameters in the stack and call SVC func which passes it to the handler mode and does some magic...