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.
I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
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...
It appears version 7.0 of the SoftDevice 110 supports over the air flashing of softdevice/bootloader/application or a zip containing a combination of the three.
Trying...
Hi,
I'm trying to get SPI (master) to work (nRF51822) for communicating with a quadrature counter (LS7366R).
I've read several implementations of SPI master, such as the...