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.
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...
I am using ATT MTU throughput example and I noticed that using CLI (calling cli_start) causes the main while(1) loop forever. In other words, wait_for_event does not block...
I just received the Nordic nRF52-DK, and am unable to do anything with it as my laptop does not recognize when it is connected. I do not have the original cable as I did not...
Hi!
I have AD5611 DAC connected to nRF51822 by SPI.
In DAC datasheet we need to send data by MSB first order.
Data packet is 16 bit length.
I feel variable uint16_t...
Hello,
I use the pca10040 and the problem is in 14.0 eaxmple ,when I push the button switch the protocol mode like : ble->gzll->ble and then I find the example loop into...
Hello,
based on the saadc example of SDK 11 I am trying to change the code to use the SAADC's local timer to sample the input given number of times (10 times for the below...
Hi,
well I struggle with another problem right now.
In case of some errors, I use 'sd_nvic_SystemReset' to reset the system.
But the WDT is used in the application. Thus...
Hey guys,
how can we use DSP math functions on the nRF52832 little monster?
Is there somewhere some documentation?
What about power consumption and performance?
...
Hi, I'm using blinky from the SDK12 as an example here with a nordic nrf51 DK (pca10028, onboard nrf51422) which I am using as a programmer with a custom board (with a nrf51822_XXAA...
Hi guys, just signed up here for some help.
I was learning how to develop a project with nrf51822 core chip. The one I'm using is this one . I also have a DK for the nrf51...
I'm attempting to change phy in a program based on the UART example and am following the same process used in the att_mtu_throughput for changing PHY.
Calling sd_ble_gap_phy_request...
Hi,
I'm using nrf52 + SDK11 + softdevice 132 2.0 and trying to integrate
the OTA dual bank bootloader. Using the nrfjprog tool I program the
softdevice + bootloader....
I am using the nrf52832 soc, and have a requirement to run the device in low power mode and using the timer with a timeout value in days? how can I do so?
Sample code would...
I want to read data, advertised by a bluetooth beacon.
I have made this work before with SDK v14 using NRF_SDH_BLE_OBSERVER() to register a handler function to handle BLE_GAP_EVT_ADV_REPORT...
As a complete newbie to this a bit of guidance would be really helpful to point me in the right direction.
I want to create a simple device with a couple of switches (physical...