Has anyone converted the app note AN34 DTM Python script to C# or C/C++ ?
The Python DTM script is works OK with the setup specified in the app note AN34 figure 2, which...
Hi,
I have a serious problem, when I use uart of NRF51822 QFAAC0 to receive data from another MCU, I found that it will lost one bit at same position everytime. my SDK is...
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...
Good afternoon,
I'm working on troubleshooting an issue we're having in the field. We are using the CLI libraries to provide an nRF52840-based board with an interface to...
Hi all,
I need to directly develop my application on top if IEEE 802.15.4 MAC layer. Could you please inform me of any sample application available under Zephyr that directly...
Device: nRF52840
SDK: 16.0
Softdevice: ANT_s340_nrf52840_6.1.1
Hello, We have a master and several slaves setup in a simple master/slave channel configuration. It seems...
Hi,
Can u suggest the procedure to implement key refresh procedure with the sample network using nrf mesh app.
No where i found option in nrf mesh app.
Thanks in Advance...
Hi,
We have 2 projects in pre-production stage that use nRF52840. We are also using FreeRTOS for both projects.
Now we need to create an OTA bootloader for both. There...
SDK: 17.0.0
Hardware: E-Byte E73-2G4M04S1B module
Chipset: NRF52832 QFAA QFN48
Running the hids examples, I noticed that the hids_mouse example will go from Fast Adv...
Do I need to carry out ANSI C63.27 regulatory test for coexistence of wireless communication that share the 2.45GHz band if we designed a custom PCB BLE antenna for NRF52840...
Hi,
I have the nRFgo Starter Kit with the radio module (nRF2427LE1) attached. First, does the radio module not have a bootloader already downloaded to it? Next, when I...
Dear Support Team.
We want to support secure DFU on mobile and desktop platforms. Do you have any documentation to implement this on Mac OSX and Windows?
Its an open...
Hi, is there any LE audio sample for NRF5340?
I know the upper layer protocol is under developing on Bluetooth SIG, but is there any possible way to direct use the HCI command...
Hi
I'm developing with nRF52832.
I am using Segger Enbed Studio as a development tool.
When you download a program from Segger, Segger does reset once, and I wonder...
Hi,
I want to run QSPI application example on my nRF52840DK (PCA10056) board with logs seen via UART. I successfully uploaded QSPI bootloader example and Blinky SysTick...
Hello,
I'm developing an BLE application with NCS where I want to be able to change the BLE device name during runtime. Therefore I enabled CONFIG_BT_DEVICE_NAME_DYNAMIC...
Now we development a switch and use it control the light. When i push switch close the light, there was still a faint light. Then i found when NVIC_SetPendingIRQ(EVENT_IRQn...
What I intended was to write x'700' to x'10001080' i.e. NRF_UICR->CUSTOMER[0] !
When ran my application, which outputs NRF_UICR->CUSTOMER[0] to the log, I was very confused...