What is the best way to minimize transfer in progress errors when trying to send ANT messages? I am using the S310 stack on an nRF51422. I have a busy ANT channel that is...
I'm running into a weird timing issue with a nRF24L01+ which I'm not quite sure how to work around in the general case. The basic setup is two radios, A and B. Auto acknowledgement...
I am using mbed library to get leg up on development.
This is the first time I am writing any MCU application and it sure makes things a lot easier.
I am using nRF51822...
I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
I am getting following errors when compiling source code in Keil-5. Any one suggest me what i am missing to define symbol?
linking...
._build\nrf51422_xxac.axf: Error...
Hi,
We have devloped PCB based on nrf52832 as beacon.
We have also developed firmware for that and it will advertise for some and than go to sleep mode and after some...
Hi,
What is the minimum number of symbols in preamble nRF52840 has to receive in order to receive full packet on Coded PHY? I can see that it can easily receive packet...
help! Thanks
SDK: nRF5_SDK_11.0.0
Softdevice: s132_nrf52_2.0.0_softdevice
chip:nRF52832
we found that the pstorage's callback will not be triggered when the Bluetooth...
Hello,
Issue : XOSC16M is not Starting and the loop stuck forever in below line
while(!pwr_clk_mgmt_is_cclk_src_xosc16m());
where it checks CLKLFCTRL 's 3rd bit...
Hi,
We have a device needs to support user change the device name. We already finished this function. The changed device name can be store in internal flash, and broadcast...
Is there a signal provided by the nRF2460 that indicates TX/RX state of transceiver suitable for controlling direction of an FEM? Does VCC_PA turn on and off during duplex...
Hello!
We're using the SDK 12.1 ble_app_uart_c as an example for a nRF52 DK as Central application. Instead of using ble_app_uart example for peripheral device, we created...
Hi!
SDK 14.1 has a SES project templates already included.
Also one can create a SES project by selecting File -> New Project ... -> C/C++ executable for...
Hello,
I am trying to implement PWM using PWM library using Timer 3 and 4. However, I am not able to use these timers at all as compilation gives this error:
# Error...
I am developing a solution that needs to use nRF51 UART to send streaming data and I found a great example for android at GitHub, however the application is multiplatform...
Hello,
According to the Bluetooth Mesh Spec it is up to the stack developer on how to handle multiple Friend-Offers to an LPN. So I am wondering what strategy has Nordic...
Hai team,
iam using sdk_12 and ble_app_beacon ,i want to send different advertising packets in one frequency interval.
let us consider example : iam using frequency interval...
I am trying to implement pairing and bonding feature on my application. I have referred to few questions on the forum regarding the same but I am unable to find a complete...