Hi, I have both the nRF8001 dev kit and the nRF51822 Eval Kit (EK). We are using the nRF8001 for most of our project with the BLE Arduino SDK. But I wanted to just load a...
Hi,
What is the suggested method to change a pending request, and make it earlier than previously requested, without closing and reopening the session?
For example,...
Hi,
I am using a custom pcb with a nRF51422 chip, and trying to setup ANT communication between 2 modules, but the sd_ant_channel_id_set call returns an invalid address...
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...
Hello,
I want to enable UART only when it is necessary to send data.
I want to use ble_app_uart_low_power_master or ble_app_uart_low_power_slave
The URL of ble_app_uart_low_power_master...
Hello,
I've been working on the ble_multilink example and managed to combine that with the ble_hrs_c example to connect to multiple heart rate units and receive the data...
I create software uart librarty for nrf52832. For one pair tx, rx it's worked (on 9600, 19200 baudrates). Then I create multi-instance software uart (all of them gonna use...
Hi,
I have recently inherited a project from a former worker. The code intends to read data from a peripherial through TWI (the peripherial is a Si7053 digital temperature...
The SAADC on the nRF52832 consistently reads 20-30mV low, regardless of the source (AIN channel or VCC), Tacq, Resolution, or gain. All of the measurements are using the internal...
HEllo,
I am trying to set up a whitelist advertising and scanning, and while the advertising seems to go fine, I am getting an APP_ERROR:ERROR:Fatal on my central while...
Hello all,
Accordingly with nrf52832 product especitifation when radio Rx is active there's a additional 5.4mA consumption. My doubt is how softdevice s132 handles the Rx...
hi!
i am working with the nrf52 and i am looking for a timed sleep mode, meaning, a function that goes into sleep mode for a given duration.
is there anything like that...
Hi all,
I am working on my Central device to request pairing to my peripheral ( I asked about the peripheral in my previous post , both are running a nRF52DK and SDK13...
We have shifted our development from nrf51422 QFAC (32kB RAM and 256 kB Flash) to nrf51822 QFAA (16kB RAM and 256 kB Flash).
I'm unable to run dual bank ble bootloader...
Hello,
I would like to signalize that the DFU process is running. I mean when I start to upload the application into the CPU, then a LED (for example) is ON, after uploading...
We have been successfully using the Softdevice s132 to communicate with a smartphone using BLE. However, we have run into an issue with the compliance testing in the new requirement...
Hi All,
I am a beginner in app development. I am working on a project where i am supposed to transfer texts to my pca10040. Although i wanted know if i can modify nRF Toolbox...
I'm taking a look at the timeslot API example here , which was linked to in the answer to this question .
Very interesting! As I gather from the documentation for S110...
Hi,
I would like to have accurate (1-5ms), synchronized timestamps for logging events from a set of nRF5x boards, spaced tens of meters apart. Each nRF5x board is connected...