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...
I have a NRF51 talking through the UART to another uC, and I'm trying to log messages through Segger RTT. Everything works normally until I start to send some data through...
If SEGGER_RTT_CONFIG_DEFAULT_MODE is "BLOCK", the program won't start without RTT attached - at least for me... is there a possible solution?
I mean, technically it makes...
hello ,everyone
I was confused by a PWM problem for a long time , on nrf52832 SDK13 ,i wanna change the PWM duty cycle every period ,but now i find can not change it at...
Hey dear Devzone,
I am trying out some Thread and BLE dynamical examples on my nRF52840's but running into some problems using the " ble_thread_dyn_mtd_coap_cli " example...
Hello nordic dev community,
I am completely new to nordic products. I attended one of the conference and got more information regarding developer zone and info center....
Hi,
I am wondering why the ccm library uses the software aes encryption. Is there anything wrong with the hardware encryption so that it should not be used?
Marius
Hi there,
hope you are doing fine.
I am using SDK 14.1 with SoftDevice 132 as well as a state machine framework which needs a have a function called periodically to...
Hi. I'm using nRF52832, SDK13.0.0 as peripheral.
When I want to disconnect central, I'm using sd_ble_gap_disconnect function as below.
err_code = sd_ble_gap_disconnect...
When I try to build and run any example from the nRF5 SDK, it can compile successfully. But when loading to the eval kit, it can't find the 's140_nrf52840_5.0.0-2_alpha_softdevice...
Hello Everyone,
I am using nrf51822 256Kb Flash and 32KB RAM Raytac's BLE module with SDK11, S130 with over the air Bootloader (16Kb).
So the aim is that when a particular...
Hi all,
I encountered a problem , when I connect 1 board central to 2 board peripheral via NUS . It connected and discovery success . But at
static void db_disc_handler...
I was compiling a project(ble_app_uart and I am using PCA10028), it was not successful and KEIL5 display this:
it looks like I didn't install NordicSemiconductor.nRF_DeviceFamilyPack...
Hello,
I use a nRF52832 device, and I have some strange behavior when I use PWM. You can see my test program listed below.
Thank for your reply, Thierry!
/*
* Test_PWM...