Developing on the nrf51822
Have working code for the nRF52840 Dongle using the pc-ble-driver therefore all Bluetooth work is done using sd_* calls. The PC provides easy...
Hi ,
I would like to know if a matching network is needed if I am only using a single external flex antenna for both LTE and GPS using a RF switch between them and a uFL...
I am a student interested in Nordic.
My coding skills are very poor.
So I want to get help.
I want to use the vl53l1x sensor in nrf52. (My ultimate goal is to measure...
I have a working project where pin 16 is configured as a low-level interrupt source.
it is working well with SDK 15.3
after porting to SDK 17.0.2, it is not triggering...
Hello Nordic Support Engineers and fellow developers ...
Just a note to thank everyone for help via this forum. I started very inexperienced with Nordic SDK a year ago and...
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...