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...
Yan,
You mentioned these UART examples: examples\ble_peripheral\ble_app_uart or examples\ble_central\ble_app_uart_c I was not able to find them on your web site....
I have intention to use 52810's PWM output to drive motor. The timing requirement are critical so
hardware PWM is essential, rather than CPU generated waveform output.
...
Hi,
I am trying to increase MTU size for transfers and it works up to a size of about 72. After that I get an error.
Thanks to Sigurd I now know that it is when calling...
Hi, I've an application developed with SDK v8.0.0 and S110 v8, that is using the bootloader to start the main firmware and to start the DFU OTA (in case the user request to...
I currently have a problem with the gpiote setup. I'm using it to detect an interrupt from mma8652 accelerometer.
here is an annotated version with the key portions of...
Hi,
I've been trying to integrate the secure bootloader witrh SDK12 into my device, which had been working fine with the old bootloader and SDK11.
I've swapped everything...
Hello,
sd_softdevice_enable give me a hardfault every time. What can I do ?
Configuration:
Jlink / Ozone
Confirmed on 2 Sparkfun nRF52832 boards (nRF82832 AA rev 1...
Hello, I am trying a simple btle application where one mcu will send a "help" message and another will respond with its address. The mcu that asks for stores the address of...
Hello,
I would like to implement the nordic DFU protocol natively in a new app as I have historically found it tiresome and buggy to turn the DFU program into a library...
Hello, I am using eclipse app development, to achieve OTA function, use Maven to download DFU library, can not find the library, see your introduction: compile'no.nordicsemi...
I have a BLE circuit utilizing an NRF52832 cpu/integrated radio, necessary impedance matching network and a single ended micro-strip "L" antenna. How can I determine the gain...
I an trying to wake the chip and record the temperature readings when temperature reaches a certain threshold (eg: 80 deg C), can this be achieved using built-in temperature...
I debug the DFU Bootloader through UART,I am sure the APP code is complete updated,but the application does not run when the device is after bootloader to auto soft reset...