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,
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 am attempting to flash sdk11 examples onto a QFAB board compiled using arm-gcc over JLINK SWD p20 via the NRF-51DK.
While running make flash, the nrfjprog command...
Hello I found example for dual bank bootloader ("examples\dfu\bootloader\pca10040\dual_bank_ble_s132"). And it works well.
Do you plan also to add a SINGLE bank boot-loader...
hi all,
I am using SDK version 8.
i want to make button as ON and off switch.
REQUIREMENT:
When button is pressed counter should keep on incrementing when i released...
Hello,
I would like to simulate the spreading of a disease using the nrf51822 beacons. My question is if my envisioned project is possible as I'm completly new to nrf51822...
I would need to change a timer into single shot mode. My code is as follows:
static const nrf_drv_timer_t m_timer = NRF_DRV_TIMER_INSTANCE(MY_SAMPLE_TIMER);
nrf_drv_timer_init...
using S130, SDK11,
CANNOT work the two heart rate sensors which have the different deivce name ?
when it connected the heart rate sensor A and eveything is OK.
but...
Hello,
I want to use nRF52832 at 2V. But I am not sure what would be the current consumption of radio during transmission and reception with DCDC regulator on. In datasheet...
Hi, after some research and reading several posts (especially this one ), I am still confused about the Flash endurance on the nRF52.
In the product specification for the...
Hi,
I developed a device and I ship this devices to custemers. Now I want to update firmware of this devices with user friendly app. Is there any app updating app for customers...
Hi,
I scan for nrf51 hrs peripheral devices.
It discover them but they have a static pass-code, how can i pair to them from my central device?
I use SDK11 hrs_c s130...
The errata for the nRF52 indicates higher consumption in managing timers and GPIOTE. Does the BSP for SDK11 follow recommended practice to deal with these errata can I ask...
I am trying the ANT-OTA DFU Update using two nr51422 pca 10028 board. One is sending Transmission messages in the CHANNEL_TYPE_MASTER mode, while the other is receiving Messages...
Hello, I'm a beginner for nRF51822, now my status is sticking on those SDK_11.0.0 BLE examples, while I could successfully running non-BLE (such as examples of bsp/uart)....