We're looking for a few (2-3) savvy OS X users who might be interested in trying out Xcode to natively develop code for the nRF51/52 BLE SDK's. This build method does NOT...
Hello,
i'm working with my own board with the SD V6.0 and nrf51822 chip id QFAAG0. Already works fine.
Now i switch to the new SD V8.0. The SD V8.0 is programming with...
Hi everyone,
I'm working on the nrf51822 chip and using S110 stack of SDK 6.1. Everything is fine for IPhone5s. The proximity example is running on the nrf51822 device...
I have used your example of a bootloader nAN_18. I can create a basic program, with new firmware, and also load my new bootloader program at the high end of memory.
My...
Hi,
I'm developing some projects with the nRF51822 chip and I am not able to debug them successfully any more. However, I have previously debugged correctly some projects...
Hi,
We've been seeing an intermittent connectivity issue in Yosemite in discovering BLE services, namely scanForPeripheralsWithServices does not return anything. The same...
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...