Hi,
I just started to interface the lcd display with nrf51822 evaluation board. The display i'm using is, spi compatible, 18" tft (160x130) from tiny lcd. I took spi master...
Hi,
We are using the nRF905 device in an application where it needs to switch between auto-retransmitting and sending single packets, due to it communicating with several...
This is not a real question for support. It's more a success story i'd like to share with you!
Our company develops firmware for various customers on a lot of different...
Hi all,
What is the maximum data rate for the nRF24AP2 when using the Synchronous serial interface?
I cann't see it in the datasheet.
Is there anyone can answer me...
Hi,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
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...