I have ASUS ZenPad 10 with Android 5.0.2,
BLE device on nRF51, S110 SDK9 with fixed passkey and encrypted characteristics with following settings
#define SEC_PARAM_BOND...
Looking for someone that has previous experience building multi protocol / time slot topologies using a mix of BLE (central+peripheral) & custom Gazell connections running...
Hi.
I have nRF51422 borad and want to flash to nRF51422 with JLink.
I supplied to 3.3V power to board and is connedted SWDIO to p23, SWDCLK to p24. JLink is connected...
IUsing the Master Control Panel application on my Android device to connect to my nRF51822 module (acting as the GATT server), I have implemented the Device Manager (v10 SDK...
I have successfully compiled BLE application using tutorials provided on nordic website.
but when I start doing debugging for better understanding find out that I can not...
Hey,
We got a problem when trying to figure out how to detect the custom services from Unity. We are trying to read data and afterwards to do some manipulations of objects...
I want send ble bond connection request from raspberry pi to nrf51882.
Can you please let me know which ble libraries I need to send central ble bond request to nrf51882...
Can i ask if thingy 52 is able to use Immediate Alert Client Application ( https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_nrf5_v17.1.0%2Fble_sdk_app_ias_c.html ...
Hello, I'm facing this linker error when trying to compile my project. Previously another thread mentioned that it can be fixed by compiling it in C instead of C++. How do...
I have a custom BLE peripheral/server that uses nRF52832 + SDK11.0.0 + s132_2.0.0. It can stream notification data indefinitely without any issue. The notification packets...
I'm creating a new product that needs one or more custom services using an nrf52840 and the nrf52 SDK version 17. I'm surprised at how much stuff has to be done manually ...
Hello,
I have modified flash_placement.xml to define a 64 byte RAM region to be used to preserve data across soft resets. It compiles and links but the memory seems to be...
Hello, I was wondering if I can get some help with implementing a power On and power OFF functionality for our system.
We are using the nRF52810 chip with a custom PCB....
Hi,
I have a SPI Peripheral connected with nrf52832 EVK to check working of SPI interface.
I am writing a 10 bytes of data to a specific address and read back from specific...
I have been using the Nordic Power Profiler Kit 2 with the Nordic Power Profiler application for reading current measurements on an external device and have been saving/exporting...
I recently updated to nRF Connect SDK v1.8.0 from v1.5.0 and am encountering a new error with the same code. The error occurs when I call bt_le_ext_adv_set_data. My advertising...
This is in regards to my last post here: https://devzone.nordicsemi.com/f/nordic-q-a/84016/switching-between-two-applications-using-nrf5-sdk
I am using FreeRTOS.
Both...
During the development process, I had no trouble bonding with the rfConnect (current version from the website). After many changes to code, I got it to bond one time and deleted...
Hi,
Is it possible to use "nearby fast pair" technology on the nRF52833 platform? are there any examples of the use of this technology?
Best regards,
KaEd1705
Hi, I am using libuartes and when I receive text from other device my nrf52833 will respone "textAT1_Uart1". But I can not free them (using &libuartes1 because I'm using 2...
In nordic ncs zephyr use Nordi ble controller (SDC) else in zephyr mainline will use a software version of the controller that use LLL (BLE CONTROLLER).
Il possible to know...
I'm trying to create a minimal executable that has a structure placed at a specific address in flash. It looks like CONFIG_CODE_DATA_RELOCATION is needed to do this. However...