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,
In my design, there is a tag used by 24l01,It can transmit the temperature value.In the tag, the parameters are like this:
addrofch[0] = 0xe7;
addrofch[1] =...
We've been working on a product that utilizes a NRF51822 chip as well as WS2812B NeoPixels. Since there have been numerous posts about it here we've decided to release our...
Due to limited resources we are looking for someone who can help us with making a custom profile.
You are preferably in the Stockholm area and have done this before.
The...
Just putting this here in case anyone else comes across this issue, esb_arm.lib and gzll_arm.lib don't appear to implement the work-around in PAN 18(in the version I tested...
Hi!
I have nrf52, SDK13, S132.
I succes use bootloader_secure_ble. But I remarked that on air DfuTarg appears for about 90 seconds. After that return to main app.
...
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...