Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
I'm starting to implement DFU using IAR's ARM workbench. In the example project for ARM that comes with the nrf51_sdk_v5_2_0_39364 SDK there is a file called bootloader_util_arm...
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 am trying to implement a lightweight algorithm on nRF52832 Development Kit. When I try to debug the code, it shows "unknown function at address "0x00000A60". I am attaching...
Hello,
I can successfully compile projects based on nRF52832 and nRF52840. Whenever I try to compile an nRF52811, even the projects in the examples folder, my IDE prompts...
Hi,
I wanted to test the NFC on nRF52840 DK. I have seen that to test NFC we need a Adafruit PN532 NFC Shield. Why cant we use 2 DK's with NFC antenna to test NFC. I have...
I tried the following code:
In main:
void sys_dispatch_handler(uint32_t sys_evt, void * p_context) { test(sys_evt); }
And registered the handler as follows:
NRF_SDH_ANT_OBSERVER...
Hi Nordic,
I build the nRF UART 2.0 application source code running on Android OS 5.1 and it works well, but android 10 cannot scan the device.
I migrated to Androidx...
Hi,
Some questions regarding passkey and Diffie Hellman.
When a device connects to a mobile - the mobile user should insert a passkey.
Does this passkey used as a...
Hi I am developing a Multi-link Central that connect to a mobile phone and multiple BLE dongles. I use the Multi-link and BLE blinky in SDK 17, it works fine.
My problem...
Hi all,
I tested with example uart_pac10056 (SDK16), but return error NRF_BREAKPOINT_COND.
When i debug, it show error in APP_UART_FIFO_ERROR.
Could you show my mistake...
Hi All,
Is it possible for me to broadcast multiple&different type of beacons/advertisement, for example ibeacon, eddystone, unconnectable-advertisement, connectable-advertisement...
Hello, I would like to use the pc_ble_driver_py with sd api v6. I can see in the CMakeLists.txt where I can change set(SD_API_VERS "2;5") to set(SD_API_VERS "2;6"), and it...
Application Info:
I am working on developing a synchronized mesh network of low power sensors. I am trying to maintain an average power consumption of 100's of µW while...
Hello, there,
I am trying to get the UARTE working on a custom nRF52840 board. In my setup, I am expecting a response to every transmission on UART.
Here's my setup...
Hello,
Would appreciate current-day thinking regarding unused GPIO pins. Our product uses Laird's BL652, which embeds the nRF52832. Many GPIO pins are unused. I've looked...
I am new to nRF9160 development board. I have just opened the board and tried to connect following the startup instructions. I was able to see LED 3 and LED 4 blink the first...