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,
are there some known reasons why S120 can reset the system while BLE connection to S110 peer is lost? I have S120 and two S110 connected. When i take one of S110's...
Hi, I'm trying to work out, why p08 stops working as DO if mbed Serial is used.
Code is pretty minimalistic:
#include "mbed.h"
int main() {
//Serial pc(p15, p16...
Can someone please provide detail on the clock source for the SysTick in the nRF52? Is it clocked by the processor clock or an additional clock source? I'm trying to understand...
what's the difference between app_timer api an nrf_drv_timer
are they using separate timers or the same timers?
if they are using the same timers, can app_timer_create...
I'm trying to use app_timer without softdevice, I tried to initialise it explicitally but still not working
static void lfclk_config(void)
{
uint32_t err_code = nrf_drv_clock_init...
I have an application which uses SPI to communicate with ADC.
when I don't use SoftDevice and use nrf_drv_timer to start conversion periodically it works
but when I...
Hi,
I am using the sample ble_gls code from Nordic.
When i try to write to the RACP characteristic through an iOS code that we are developing it gives an error CCCD not...
Upgrade softdevice through OTA (old softdevice version is s110_7.0.0, new softdevice version is s110_7.3.0), when complete upgrading, the application can't work but only the...
Dear Nordic developers,
In my project there is a possibility that CPU and RADIO EasyDMA peripheral can access to the same memory RAM locations in parallel. I read from...
I try to run ble_app_hrs_c & ble_app_hrs with softdevice S132-v2, when ble_app_hrs_c receives DM_EVT_CONNECTION event, reset event occurs and restarts.
Any idea to resolve...
Has anyone got the setup described here: developer.nordicsemi.com/.../a00042.html
running using mbed instead of uvision?
If not, any direction or guidance on how to...
I use timeslot and BLE in my project.
m_slot_length = 5000; //us
m_timeslot_request.request_type = NRF_RADIO_REQ_TYPE_NORMAL;
m_timeslot_request.params.normal...
Hello,
I want to implement a single bank ble dfu bootloader for nrf51822_QFAC. I already read most of the threads regarding this topic here in the DevZone. But now I`m...
I am developing some application and I have decided to use Device Addresses to distinguish between devices. I have read device addresses of 2 chips (I have read addresses...
Hi,
I am working with Gazell device and host example code from the Keil pack installer, using the default the data rate of 2MBit, so per Nordic's documentation the timeslot...