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...
Hey guys,
With the BLE stack initialized, I’m not able to get the power down to where I’d expect with nRF51822, running SD S110 8.0 and SDK 9-2.
I’ve tried three, very...
Hi,
I'm new with a) the Nordic Softdevice environment and b) using the nRF52. So there are a few questions...
As a starting point I've used the template project (.....
Hello everyone ,
i am trying to increase the sound of the buzzer so can anyone suggest me do i ahve to increase the supply voltage or do i have to modify the dutycycle...
I have now used days trying to create a working clone of "dfu_dual_bank_ble_s110_pca100028" so that the source would compile and result would work correctly, independently...
I have 5 LEDs - ideally I would like to control the brightness of each one independently (i.e. 5 PWM channels). I'm using SDK 9.0 and SD 310. I have been looking at the PWM...
Hi,
I got the ble_app_beacon_s110_pca10028 from Keil_v5 Pack Installer to compile. I followed the step to use nrfutil.exe to generate a zip file. But when I did the DFU...
I can't afford nRFgo Starter kit as of now; so my question is if there any other way to program my application (firmware) in nRF8001? I am looking from following options:...
Hi,
File "nrf_drv_config.h" defines both TIMER1_CONFIG_BIT_WIDTH and TIMER2_CONFIG_BIT_WIDTH as "TIMER_BITMODE_BITMODE_16Bit", can these timers be configured as 24 bit...
HI,ALL,
I want to take use of hardware flow control, but when i set or clear the RTS signal, it failed.
something about the attempt as following:
the purpose:enable the...
Dear all,
I'm using an nrf51822 (running softdevice 6.0.0) with the proximity profile.
With iOS8, I was able to find & pair my device with the nRFproximity app.
After...
Hello from Spain!
It is my first time that I use a Bluetooth chip so I am following all your code stack and some answers of this portal, but I am having problems with the...
Hello everybody,
I am using RTC1 for time measurement, this works fine as long as no BLE communication is running.
The RTC is initialized with
const nrf_drv_rtc_t...
situation:
We are developing an nRF51 application with OTA DFU. we use SDK 9.0.0 and the DFU bootloader version is v8. We have prepared different two packages. Single OTA...
phenomenon:
the program is polling in the 'uart_event_handle'
my attempt:
i found that the 'uart_event_handle' is called by the 'uart_event_handler' , so the program...