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...
Hello Nordic developers,
I have been unsuccessfully trying to use the extended ATT_MTU / DLE sizes for increased throughput on a nRF52832DK board running the Nordic UART...
Hi
I am working with nrf52 development Kit. Until now I have not worked with the whitelist advertising. I am using SDK v11.
I have a requirement initially I need to advertise...
Hello,
it seems the current nrfutils release assumes that the bootloader settings will be stored at address 0x7F000 on an nRF52.
However, unless I'm mistaken, that is...
Hi,
I have set up the Power Profiler as per the directions now on the step connecting the board to the Wiindows Python app it says "Cannot find calibration values" and the...
/* Copyright (c) 2012 ARM LIMITED
All rights reserved.
Redistribution and use in source and binary forms, with or without
modification, are permitted provided...
Hello,
I am trying to program my BMD-300 using the NRF52-DK, below are my connections
BMD- 300 ---------> NRF52 DK
V Vtg
SWDIO SWDIO
SWDCLK SWDCLK
GND GND
The BMD 300...
Hello friends. How to write a number to and read from internal flash. My information about the microcontroller is very weak. I use STM32F103RET6 .
I test The following program...
Hello,
I am able to compile blinky with my SW tool set up, however, when I try to compile a more complex example (ant_broadcast_rx_pca10040_s212) I get issues with the...
Hi,
I hope is not a double post. I am doing a throughput evaluation with my custom board and an app that is based on the Nordic's Android UART app through NUS service and...
I am trying to get the ble_app_uart project to build in Eclipse for the PCA10036 nRF52 board. I have followed the Tutorial titled " Development with GCC and Eclipse" and successfully...
Hello,
i am stuck with this, trying to write to flash using pstorage module. Below is my code.
static void pstore_cb_handler(pstorage_handle_t * handle,
uint8_t op_code...
Hello,
I have downloaded the Hardware Files of nrf51822 smart beacon kit. But I Cant open the Altrium Designer Files (pcbdoc. files). Do u know how to open it or a program...
Hi,
I do test my project one central connect to 4 peripheral(HR and CSC).
and I put the memset(&m_ble_db_discovery,0,sizeof(m_ble_db_discovery)); err_code = ble_db_discovery_start...
Hi,
I use nRF52832 and SDK12.2
The Project is ble_central_and_peripheral and the link define is like below
#define CENTRAL_LINK_COUNT 4
Here will connect 1 HR device...
Hello,
Is it a good practice to modify SDK files?
I mean, do you use SDK as integral part of your project and feel free to modify it, or do you try to avoid it and just...