Hi Nordic,
I would like to re/program my device using a OTA BLE Bootloader but i don't want others to copy my firmware or at least make it very hard. As far as i know there...
After modifying the ancs example to remove the data and control points, the event_connect() subfunction in ble_ancs_c.c gets called immediatly upon a connection to a master...
Using nRF51822, I define keys and pins as follows:
Keyboard key
Mouse left/right key
Mouse move (up/down/left/right)
Media play/pause key
Pin 0 Mouse...
The bluetooth device keeps getting disconnected from the app, even when its not 'idle'.
I am using the android app mentioned here .
I need help getting started to solve...
Moving from SDK version 5.1 to 6.0, the buttons on my PCA20006 beacons no longer works as expected. When I press a button, it seems to register the release of a button incorrectly...
I posted another question along these lines, about using the Timeslot API to get observer behaviour with the S110 v7.0 SD, but I am having trouble getting it to work.
Are...
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...