Hi Team,
To implement iBeacon what are the things to be take care at the peripheral side.
Whether the code for advertising the peripheral in "CoreBluetooth" and "CoreLocation...
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...
Hi,
I'm working on integrating ANCS on our existing and futur products. I started to port the Nordic SDK example (12.x) and it seems to work fine on nRF52, which will be...
I am currently using SDK 12.1.0 and experiencing intermittent HardFault crashes in timer_list_remove() with the stack indicating the origin being a SWI0_IRQHandler call. ...
i have a setup with one NRF24L01+ as PTX and one NRF51822 as PRX
my problem is that the data sended ok and ack sended to NRF24L01+(i assume that by NRF_ESB_EVENT_TX_SUCCESS...
the application need the nRF24LE1 to go to memory retention sleep model for more than 2s,and we know that RTC can only timer for 2s.i used WDT to do this job , but there is...
I use below code to disconnect the BLE device from mobile phone. But it return err_code =7. Please comments.
if(m_conn_handle!=BLE_CONN_HANDLE_INVALID)
{
LocalInitiateddDisconnect...
Hello,
I am working on S120 stack and 9.0 SDK and the central will connect to 2 different peripherals with unique IDs and both unique ID is having different service.
...
Hi,
Do the nRF52 GPIOs retain their pullup/down or drive characteristics when in its deepest sleep mode? VCC is still applied, but otherwise, the chip is to consume a minimum...
Hi!!
I need to migrate from the 2.0 SD version to the 3.0 of the s132. I have downloaded the zip, and programed my DK with the new SD code, also, I have changed the IROM1...
hello
In proprietary model of nrf51822,I doubt that the RSSI is not accurate in my testing environment,so i want to calibrate the RSSI info by using R&S SMU200A,can anybody...
Hello,
in the nrf52832 PS I've stumbled over the "EasyDMA array list mode". From the description, I'm unable to understand, how this works and what I can archive with this...
I have a custom board that has an MPU9250 attached as a SPI device. The MPU can generate data ready interrupts. I have set the MPU to generate data ready 4x per second which...
Where can I find documentation for using EasyDMA list mode on SPIM?
I've got nrf51822.
All I can find is this nrf52 documentation , which seems incomplete.
Is there...