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...
Hello,
I'm running into trouble when doing a DFU of the app only using Secure Bootloader SDK13.
When it uses Bank1, it loads the whole image to the empty space after...
We recently decided to use the Nordic nRF52840 . Given the nature of the use (BLE + Thread) of this device we were asked to use Segger Embedded Studio as our development platform...
Hi, i want to set up static passkey for nrf 52 UART example, how can i do that(it many sound insecure but i require it)? I have read many old threads but didn't got a clear...
Now i try to send many data from external device.
I can send it for 4 times.
But after that,the device will be disconnection.
I used analog discovery and I was able to...
Hello we would like to upload to the cloud the nrfutil generated zip package, however we are worried about the application file security.
As far as we know, nrfutils takes...
I am building a Bluetooth Mesh application based on the Mesh Beacon Example , i have written a custom Makefile and got it compiling with no errors.
But when Flashing the...
Hi,
I have a scenario where central bonds with peripheral1 and peripheral2.
After a while, when button 1 is pressed in central, central need to bond (and store bonding...
Hello,
I have recently ported our application from SDK 13 to SDK 14.
Everything that worked in SDK 13 works in SDK 14.
I then added the peer manager according to the...
Hello,
lets suppose, there are 20 nRF51822 chip advertise there presence at a same time.
so, this all are acts as a slave at a time. now, the master(mobile or nrf51822...
I'm trying to sample the 4 of the analog inputs on the nrf51822 at upwards of 10kHz and get the data out some how. Currently I'm using printf statements but that starts to...
I am porting my code (previously on 51822/SDK V12) to 52/SDK V14.
I have RTT logging working well on 51/SDK v12. In SDK V14 I noticed that the log module now is in experimental_log...
nRF52832
SDK14.0
Hi, how can I protect the bootloader from being overwritten? Ideally, I would never be updating the bootloader so it will be a permanent part of the device...
Hi
How stable is the RTT module and how trustworthy is it?
It is marked as unstable and I do not get any messages from the modules.
I use:
#define NRF_LOG_BACKEND_RTT_ENABLED...
Hi,
i would like to implement a very low power counter and used the template from this post . I've modified the example and used TIMER2 in counter mode triggered by LPCOMP...