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...
I have a nrfgo 6310 start kit that I use for my nrf51822, but I'm wondering if I can also use the nrfgo 6310 for the nrf24Lu1 development kit as well? I tried plugging in...
Hi All,
I am working on the S120 bootloader.
I start it with dfu sample on nrf6310 folder. It work with S110 softdevice with PCA10001 perfectly.
I had made following...
Hi,
I would be grateful if someone could guide me a bit.
As far as I understand, nRF24L01+ implements Enhanced Shockburst technology in chip. To use nRF8001 as drop in replacement...
Hi all,
I am using s110 v7 for scanning and advertising, it works well. Now, I would like to measure RSSI while scanning (already scanned device but not connected) . Can...
Hi,
I am using nRF5182. Kiel is the IDE. I need to operate the device in 25Mhz. How can i change the clock frequency to 25Mhz. Is it possible? Will it affect the operation...
Hi,
I just stumbled upon the nAn-36 note ( www.nordicsemi.com/.../80193304 ) and I have two comments about it :
I think it's the best technical documentation I've...
Where to find definition for INTENSET/CLR for TIMERs in 'nRF51_Reference_manual v1.1'? I think I've read it all by now, but still can't find it.
After some digging I found...
If I have the PC insert 1msec byte spacing between data bytes sent to the NRF51422, it receives the message and doesn't reset. I can send messages less than 10 bytes to the...
my code shows here: github.com/.../main.c
uart_init();
printf("\r\n\r\n");
printf("\r\n __DEBUGGING__\r\n");
every time my app started, it always shows corrupted...
Is there any more information available on a release date for the next rev of the 51822 which is supposed to have better handling of concurrent A/D and radio operations? ...
C++ BLE_API of mbed, which I want to use offline with Keil-MDK, looks really well-thought & coherent to me, but I am not a guru in SW development.
Since the mbed-platform...
The NRF51822 PWM examples I have located work by toggling GPIOs. Does the device have a more sophisticated mechanism than this for generating PWM signals? More pecifically...
Hi all
In my application where I'm using the Soft device 6.0, I have a simple function which is very time critical. However, this function is not called very often, but...
Hi,
Please can you send me the ble_app_uart source code as it is missing from the latest 6.1 SDK.
I have the PCA 100003 & PCA10000 boards.
Many thanks.
Hi,
In my application I use 5 devices and 1 host to communicate.
I have only a few packets to transfer so the data rate can be low (22Byte/transmission).
The devices...