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...
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...
Hi,
I'm using SDK 14. I started from ble_uart application, and to use ADC as well I ported ble_app_uart__saadc_timer_driven__scan_mode (SDK 13) to SDK 14 (made changes in...
Hi,
I am implementing the whitelisting feature so that the NRF52 only pairs with one phone at a time. We require the NRF52 to advertise for 10 mins but I could only set...
IN looking at CONN_SUP_TIMEOUT below:
It says the units are 10 ms. if you take 4000 * 10 ms, you end up with 40000 ms which = 40 seconds - not 4 seconds.
Also for...
Hi,
As title, I'm the new for this.
I have one 52840 board and several 52832 boards, and one of them(sink) collect some data from other boards by using proprietary radio...
Hello,
We use nRF52832 with SDK-11 as peripheral in our project. We want to utilize white-list feature to limit the connection establishment. I have studied H ID Mouse example...
Hello, I'm trying to view the STATUS register of the timer (1 for example) but it is not display on the segger registers view ... Is it a well known problem ? Cheers, Sylvain...
I am developing application on nRF52832 with SDK14. I came across mem_section_dummy_rom and mem_section_dummy_ram sections in the linker script in the example codes. I couldn...
Hi
I have been using nRF52 in my project. I am not using provided uart drivers for one uart -> UARTE1. I am using DMA access and I have no problem to send and record messages...
Hello,
Can the nRFgo tool be used to compile/construct Gatt profile & service tables for nRF8240 devices.
If not is there a tool for construction the services (e.g. like...
Dear Sir,
Please tell me how to configure the NFC pine P0.09 & P0.10 as GPIOs. I followed all the procedure given in the development kli manual & on the nordic blogs also...
Dear Sir,
I am using nrf52832 & sdk 14. When I dump your twi sensor code(SDK14\nRF5_SDK_14.2.0_17b948a\examples\peripheral\twi_scanner\pca10040\blank\arm5_no_packs) in the...
Hi ,
Need a bit of help here.
I am trying to use TWI and SPI in a single code for communicating with two different slave devices, the LTC2941 coulomb counter and the EM4325...
I've adapted the SPI example to read a value from an Analog Devices ADXL350 accelerometer as follows:
But when connected to the accelerometer this hangs waiting for the...