Hi,
To use bidirectional continuous scanning mode in ANT, I have to transmit Extended Broadcast/Acknowledged/Burst messages using ANT Msgs 0x5D, 0x5E, and 0x5F (ANT Message...
We are preparing to get BT qualification for our product, developed with the 6 stack now, however want to update to 7 when it is finally released. A comment from the testing...
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...
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...
Hi,
I'm trying to create a local network between an nrf51-DK and a mobile phone, android or iOS. The main goal is to be able to get TCP/IP connection between the nrf5x...
I am writing firmware for a BLE Nano device using the Nordic SDK 8.1. I was having problems where my device would suddenly stop printing to UART and stop trying to bond with...
I'm trying to set up a ble mesh with 3 servers and 1 client on an nrf52 PCA10040 dev kit. Upon debugging, I'm getting an error that says: '64, APP_ERROR: C:\Users\sesa463145...
I am using a NRF52-based platform and have BLE code based on the ble_app_hrs_c Hear rate monitor system.
Having set up for scan, I see many device (we have a lot of beacons...
After migrating from sdk 13 with buttonless dfu based app I meet follow error:
my app get FATAL error after exactly 3min. I guess it something related with power down mode...
I have a 3 channel setup on my SAADC module, which I sample according to a LFCLK timer. I notice after the first called to nrf_drv_saadc_sample() and receipt of the ADC results...
hi,everyone!
we use the example
"nRF5_SDK_14.0.0_3bcc1f7\examples\ble_peripheral\ble_app_uart\pca10040\s132"ble_app_uart,
we also defined
"#define NRF_SDH_BLE_GATT_MAX_MTU_SIZE...
At the very end of this post from Nordic Info center I am doing the exact example at the very end.
infocenter.nordicsemi.com/index.jsp
This is the start to do a transmit...