Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
Hi,
We are planning to use a NRF51 + NRF91 but we want to avoid maintain 2 custom firmwares. To avoid that, we want to use an LTE-M module with precompiled firmware.
I...
What i'm doing:
Running the peripheral_lbs code, and adding extra code to main loop (`for(;;)`).
What is happening:
Application runs fine, but breakpoints causes a fault...
Hi, 1- I have worked on ble_app_template(As Peripheral Only). Now, what changes I should make to gain max range? Any specific changes for long-range? I have already set this...
Hi,
I have a question regarding linker file in case of gcc make. I need to create a DFU package and program the it on a bootloader.
Here is my linker file:
I know...
I have a use case where I need to scan for certain range of BLE MAC address periodically and then do certain set of actions based on the results.
Most of the places I...
Hi
Im trying to set up a project for development of a Zigbee / BLE based product. For that product, we use our own platform and SDK which includes the nordic nRF5 SDK...
Hi, Is it possible to merge QSPI and BLE_APP_TEMPLATE examples? I'm using GCC and Make to build my projects. I've tried to import the s140 folder from ble_app_template example...
According to several tickets regarding this topic it's recomended to keep unused pins unconnected on the PCB
and make sure that these pins have the reset value of NRF_GPIO...
The ble_advertising module supports the concept of advertising sets. Each set is connected to the soft device events by that compile time registration feature that routes...
Hi,
I try receiver test on the serialization application. The interface is UART.
The operation is the following.
1. Application board send ble_dtm_init command.
2...
Hi Nordic,
I am a 52840 user, focused on keyboard pcb. I designed several keyboards using GPIOTE, matrix scanning and other techniques provided by Nordic.
However, based...
Dear All,
I have added libraries of sensor BME680 to Segger Embedded Studio (IDE) successfully. But, I need help in displaying the sensor data on Serial Monitor (Using nRF52840...
Hello,
I am in the process of porting application code from the old nRF 15.x SDK to the new zephyr based ncs 1.5.0 SDK and would like to do all hardware configurations in...
Hi Nordic Team,
We've been long waiting for FEM support with multiprotocol and it seems like it is finally here with NRF NCS v1.5.0.
1- Can you please clarify, yes I can...
Hi
I tried to add the function of FEM to the Peripheral_hids_keyboard example according to the guidance of the link below. But it looks like it failed
https://developer...