Softdevice Version: 8.0.0
SDK: 9.0.0 IC:
NRF51822 Rev 3
service: NUS ANCS
When the application is not downloaded, the bootloader is working.
After serial bootloader...
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...
Hello Nordic,
I've acquired several nrf52-dks and I use them almost exclusively to flash with nrfConnect on the PC.
To learn more about nrf programming I started with...
Hi all,
May I know is the antenna array a built in in 5340 DK or not? According to https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/samples/bluetooth/direction_finding_connectionless_rx...
Hey all, I've been learning/working on the 53 and have had some issues adding in the AMG8 example. i've gotten the sensor to work flawlessly on an STM32 & nordic 52 but am...
Hello to all,
I have a question about parsing zigbee commands when they present a payload.
In the Window Covering device I use the define "ZB_ZCL_WINDOW_COVERING_GET_GO_TO_LIFT_PERCENTAGE_REQ...
Hi support team,
I'm learning about distance calculation based on time of flight. I only have nrf52832DK here but i wanted to try. I'm looking for an example of getting...
Hello,
Power Profiler v3.1.3
Windows 10 Home 21H1
On Data Logger tab and , regardless of if a PPK2 has been connected or not, and regardless of any of the values...
Hello,
I have been using the nRF52840 DK board and have designed a PCB based on it. I made a previous post asking some questions before designing the PCB, so this is a follow...
I have developed an application for the nRF52-DK (nRf52832AA) and am now in the process of porting the application to my custom hardware. My custom hardware utilizes the nRF52832AB...
I'am working on nrf52840 and base on a sample hci_spi. I use spi1 and tried several different pins, they all works fine.
but when i disable qspi and try to use the pins...
Hi,
I am doing a simple thing with string formatting:
sprintf(tmp_str,"%d.%d.%3d", version.major, version.minor, version.patch);
The version structure has values { 0...
Hi, This time I'm on NCS 1.3.0. Board definition is derived from nrf5340pdk_nrf5340, with some minor variations, and it is out-of-tree. I think it is OK. Since I moved also...
Hi there,
How can I manually awake my advertiser which is in low power mode, to start advertising and get it back to sleep after it advertises certain number of packets...
Hi,
I'm having some troubles with the Thingy:91 because it became unresponsive after I flashed the device with the mqtt_sample firmware.
I built the mqtt_sample with...
Hello everyone,
I am having an odd problem. I am using an SoC based on the nRF52832 (the ISP1507-AX). So far I had been using ncs v1.6.0-rc2 during development. Recently...