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...
HI,
I get the information frome the sd_ble_tx_buffer_count_get that ,the nrf51 with S110 SD8.0 has 7 count(7*32BYTES) of TX_buffers (I can use 6cnt one time) . The nrf52...
Hi,
I have a problem as to timer, please help to let me know the solution to solve it,
thankful for your support in advance,
thanks.
Issue : when using the following...
Hi
Im using the pwm in the NRF52 with the following function:
APP_ERROR_CHECK(nrf_drv_pwm_init(&m_pwm2, &config2, pwm2_handler));
in the Interrupt function "pwm2_handler...
Hi,
In our code we would like to respond to a write with a notification and then disconnect. So we first we call sd_ble_gatts_rw_authorize_reply to reply to the write,...
I'm trying to put the nRF52 into sleep by using the following code in a loop:
__WFE();
__SEV();
__WFE();
But I see current consumption at around 5mA still, and...
The Bluetooth Mesh Light Switch example shows how to work with keys for a Mesh Network.
But I have some questions about who generate the keys and what they are used for....
Greatings!
I am sending a packet with data in it from my custom board with nrf51822 to my android phone using cahnged ble_app_uart. The packet is being sent 8 times before...
I have the Thread Coap examples running on two nRF52840 dev kits (coap server + coap client). When I try to check the coap traffic with a sniffer + Wireshark, Wireshark can...
Hi! I am trying to control volume up/down, and for the future possibly a few other functions within the ID 3 tag of the HID descriptor.
I am using the ble hids mouse example...
I am working on nRF52840 Preview DK. I want to generate a square wave with accuracy of ON and OFF time = 1 microsecond using timer for driving stepper motor DRB8825.
I...
I'm experiencing the same issues as a previous poster that went unresolved: devzone.nordicsemi.com/.../
With 1 or 2 peripherals (sensors), the connection works fine. With...