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!
I'm developing a project on visual studio with ncs sdk V1.8.0. For a while, I was able to debug my project with no problem. But out of the blue, I'm no longer able to...
Hello,
While working on optimizing battery life, i noticed something strange.. This particular code actually does almost nothing other than setting low power mode (instead...
I'm trying to view core dumps on Memfault's web app, and having trouble doing so. I can't even see hard faults being logged even though I know they're occurring (forcing stack...
in the nRF52840, SPIM3 allows for high speed >4MHz communication. But I cannot see if there are dedicated pins specific to this mode, or can i map any pin to the SPIM3 high...
Hi Team,
As part of our requirement we need to fix the Advertisement to one fixed channel instead of altering between 3 channels like 37,38 and 39. If we have any sample...
Hello,
Using own BLE stack here (not SoftDevice) and having troubles with LL certification test cases with particular problem:
the tester establishes connection and...
Hi,
I would like to take current & power measurements of the nRF52833 SoC with the desired firmware file flashed to it. I am testing an application that uses the CPU temperature...
We are trying to make it so that we can permanently make one channel on the BLE module only for advertising while having the other channels flexible for other needs.
Hello, I have nrf52DK (nrf52832-PCA10040) and I wanted to test the Peripheral example in the nrf Connect SDK. I have built the project for nrf52DK_nrf52832 and then flashed...
Hi,
I am developing app using ant softdevice s212. I want nrf52832 to enter system off and stay there until interrupt from sensor occures. This interrupt is connected with...
I use nrf5340 to build esb project, I use the following code to scan rssi of different channels, but I read the value of NRF_RADIO->EVENTS_RSSIEND is 127, I hope you can tell...
Dear ,
How do I enable DCDCEN mode if I am using NCS1.8.0 SDK? Is there any Kconfig setting I need to perform to make this available?
Thanks and regards, Kevin
Hi,
Just wonder does NVS only use half of the configured size? I have configured the nvs_storage size = 0x2000 ( 8192 bytes)
So sector_count = 2 (4096 / sector)
When...
Hi Team,
We are in process of developing pairing mechanism for our peripheral device. We are considering using NFC for OOB. Here is what we think we should be doing: ...
Hello People,
I am working on a custom board and while trying ble_app_uart example code instead of the advertising name given in the code the device was showing "DFU_TARG...