Hello,
Does the nrf_oberon library support the nRF54L series parts? In the technical documentation, it appears that M33 parts are supported: https://docs.nordicsemi.com...
I'm having trouble enabling BLE DFU on my firmware for the nRF52833. I'm following the steps from the Dev Academy course - FOTA over Bluetooth Low Energy . After adding the...
Hi,
I have a board with a real time clock IC which is kept alive during power downs. I want the Nordic nrf52840 to read the time from the real time clock and then use this...
Hi,
I'm working on a custom board based on nRF52840 and a 2.9" ePaper display (SSD1680) connected via SPI using the mipi-dbi-spi interface. I'm using nRF Connect SDK v3...
I am trying to create a custom sensor for CT1711 temperature sensor. I have created the sensor driver code and device tree binding, but it won't start (initialize) and the...
Hi,
currently I'm migrating my application from SDK5 to NCS and I'm facing a problem with the application size for a BLE update. In the previous SDK5 there was the softdevice...
Hello,
I am using the nfc_system_off example code to evaluate the characteristics of power off mode.
Current measurement is done by following the instruction shown in...
So i am using a LiPo battery at 4.2V and running my nRF51822 at 2.0V. Is it safe to connect the battery to one of the I/O pins to read off the battery voltage (as to calculate...
Hi there.
We are developing an IoT device (we are planning to use nRF24L01+) we would like to implement with microchip uC, the question is if there is a library available...
Dear Nordic Developer Zone,
I am able to ask a Silicon temperature measurement, but not to correctly interpret the answer.
After last measurement, I have got 0x29C....
Hi,
I need to have long attributes. So I need 'Read Blob' operation for read and Queued writes ('Prepare Write' and 'Execute Write'). Does Soft Device for nrf51822 support...
Hello everyone , can i use UART which is not a services or characteristic in bluetooth low energy . It will result in some question or bad effection?
By the way . why I cannot...
Dear all:
recently, I follow heart rate profile to write custom BLE profile,but I also went to a number of issues. how to wake up the device when entered power system off...
Hello,
This is the first time i use NRF8001 chip, i was reading the ic manual nrf8001_PS_v1.1.pdf (see attached file).
It was written that in case i used DC/DC converter...
Hello,
I checked Nordic website for layout of NRF8001 but i didn't find.
Please if some one can share a qualified RF-layout.
Help is appreciated.
Regards,
Hisham
from training document from Nordic company(see the attachments),it mentioned that we can add scan response .but i can not find any information in BLE_HRS demo.could you tell...
Hello,
I made a PWM with the TIMER2 of my nRF51822 (with the SoftDevice) and was working fine, till I read that I should not use the "NRF_PPI" functions and use the "sd_ppi_XXX...
I've got an nRF51822 development kit that I'm trying to get started on. I've gone to Kiel and downloaded uVision 4 (mdk472_a). I install it with all default settings and it...
Hi,
I add UART support using IRQ on the "ant_hrm_tx" example code.
and I'm sending packet of 4 bytes that contains: Delimiter,HeartRate,Battery,Delimiter
the frame...
Hi, I am trying to test my UART using some simple loopback test, and I have noticed that the service discovery command of BLE will occupy the CPU a quite long time. I am just...