Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
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...