I am planning to migrate to SD 7.0 and SDK 6.0 in order to use the static pass key capabilities. When using the static pass key how should security params be initialized ...
Hi Hakon.... when i compile my project i get some linker errors,
._build\gzll_host_ack_payload.axf: Error: L6218E: Undefined symbol __main (referred from arm_startup_nrf51...
I'm trying to perform communication between my device and iOS and I ran into some problems. For tests I'm using iPod touch 5 with nRF Toolbox and LightBlue apps and nRF51822...
I've been using Master Emulator API 2.1.3 in Visual Studio 2010 Express, and have spotted a fix I may need in 2.1.5 so I've switched to using the 2.1.7 API. However, I've...
Hello,In normal condition, I use UART,pwm,spi an so on.Now I want to clear the configuration, and enter System ON mode.But I don't want to system reset.
How should I do...
Hi, everyone~
My goal is to collect data from 4 sensors simultaneously using iPhone.
Now, my testing code for sensor nodes is working fine. It was built based on the...
I am an android developer and I am using your nRF Master Control Panel (BLE) product as published on Google play. Below is the link to the app:
play.google.com/.../details...
I am using:
2x Nrf51422 chips on PCA10028
IAR Embedded Workbench IDE - ARM 9.10.2
nRF5_SDK_12.3.0_d7731ad
I need to transfer a 44 byte payload from one board to the...
I think my nrf SDK toolchain manager missed a tool somehow. When I downloaded v1.6.1 (following the instructions on the website) and tried to build my project using
`west...
Hi, I am testing the flash storage of nrf52840 with NVS example from NCS v1.4.2
i have run the example code successfully. from the example code i have changed the
uint8_t...
Hello,
I am trying to create a single static library for SDK, and use it in application and bootloader, for that i have merged sdk_config.h files of application and bootloader...
Hi there,
We are a cycling accessories company (mainly light accessories) and have been using Nordic chips for BLE 1 to 1 connection of our helmet to phone (for configurations...
Hi,
I have added the bettery service to ble_app_buttonless_dfu_pca10040_s132 project successfully.
The sample code is from latest SDK 17.0.2 .
When I do the same set...
Hey Folks,
The new LPUART (doc here https://developer.nordicsemi.com/nRF_Connect_SDK/doc/1.5.0/nrf/drivers/uart_nrf_sw_lpuart.html ) is supposed to address the issue of...
Hi, I am testing " Zigbee OTA Upgrade Server Example with image transfer over BLE ", https://infocenter.nordicsemi.com/index.jsp?topic=%2Fsdk_tz_v3.2.0%2Fzigbee_example_ota_server...
On the device I have flashed the nRF91 with the latest firmware from here: ncs/nrf/applications/asset_tracker_v2. I have flashed the nRF52 firmware with the most recent firmware...
Dear Sir,
I am working on Bootloader of nRF52840 which I need large space to display some LCD when bootloader startup.
I use Keil compiler, SDK 1702.
In Keil, iROM...
Hi,
I'm planning to develope a set of BLE mesh devices (one control unit which is the coordinator and configurator) and sensor devices (low-power, friend and relay nodes...
Hello,
i need a very sample code for ,open a SPI device ad send , receive a byte.
In particular how open the device tree spi device,
how write a byte
how read a byte...
Excuse me:
1、How many low power modes does NRF have?
2、What is the power consumption in various modes?
3、What is the eDRX power consumption(LTE-M and NB-IOT) and average...
Dear Nordic,
I've integrated a BLE central device with an existing BLE mesh product to create a device that would scan & pair with a monitoring device, collect the data...