I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hi, following the IOS-nRF-MESH-Libary examples. Using Segger Embedded Studio
Using Segger Embedded Studio 4.42, Tools, Options, Environment Options, Global Macros
SDK_ROOT...
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...