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...
Hi,
Is nRF51822 / S110 capable of simultaneously being in peripheral (connected slave) and broadcaster (broadcasting non-connectable ads) mode? The datasheet says both...
Hi,
I need to write data in to flash memory of the nRF51822 device.
I have tried to write data. When i checked memory address where i wrote data i could find that the...
In the nRF8001, after executing the command "ReadDynamicData"... I receive basically a bitstream with many bytes. The idea is to store it in order to be able to, later on...
I'm trying to write a flash buffer but am hitting a vexing error. To initialise the flash buffer (or rather a test initialisation which will hopefully become the flash buffer...
Hi
I would like to interface nRF8001 with a BeagleBone Black (BBB) an ARM cortex-A8 [1].
BBB has a SPI inteface and can support interrupt line input, and its running Linux...
I have an nRF51822 that I would like to be able to issue a soft-reset command under certain circumstances. I'm not using a softdevice in this version of code, so the other...
Hi,
I'm using pstorage, but found some problem. sd_flash_page_erase will not trigger system event after the operation is complete.
In my code, I registered the system...
Are you supposed to be able to nest critical regions using CRITICAL_REGION_ENTER and CRITICAL_REGION_EXIT? Here I mean you have a function which uses a critical region to...
I'm trying to run bootloader from nRF SDKv6 with SDv7 in gcc.
On our custom board, it runs, but does not advertise (sd_ble_gap_adv_start gets called and does not return...
Hi,
I have developed the firmware using nRF51822 Development Kit. I now want to get to put the firmware on nRF51822 chip used in breadboard. I got a smt adapter with nRF51822...
Hi!
When trying to update app using example bootloader for s110, v.7 from nRF Toolbox I get "Device is not supported. Check if it is in the DFU state".
Bootloader is...
Good morning,
In the application I'm developping with nRF51822 anb S110 SoftDevice, the final peripheral product will be installed in a physical non-accessible place. So...
Hello,
I'm working with the example ble_app_multilink_central of S120. In this example, the scan is done correctly in the three channels of advertising?
Thanks!
I have a characteristic which is a long string. I need to be able to read and write it.
Below is the function for writing to start with. Please comment on this function...