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...
Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
Hi DevZone
I am trying to DFU OTA a PCA10040 using BLE Secure DFU Bootloader from SDK12.2.0.
I can succesfully transfer the image i have made with nrfutil to my DK,...
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...