Hi to all Nordic product lovers,
This is not a question but rather an announcement of a new nRF52840 based finger tip size module 14 x 9 x 1.6mm launched at CrowdSupply...
Hi,
I have a SPI slave device which outputs 8-bit registers that I have to assemble. For example, I receive two 8-bit registers, a high and a low register, which I have...
I have a PCA10059 dongle. I have inadvertently configured pin P0.25 as the sleep debug pin and I use active state 0 as I am using off board LEDs with reverse logic. This means...
If you're working on a product that requires you to show and translate GATT Attribute (Service, Characteristic and/or Descriptor) UUIDs to Strings to the user, it's likely...
Hello,
We have been trying the sendNotification call and after getting a success log we are not able to send a second notification. I'll copy the snippet of code that we...
I have a firmware developed on the nrf52840 development board. When porting it to nrf9160, a lot of errors were reported. How can I use the LOG output function on nrf9160...
Hi there,
I am in the process of developing a custom PCB using the nRF52833 SoC. This board is quite simple, and doesn't use many of the pins of the nRF52833 SoC.
I am...
nRF5_SDK_16.0.0_98a08e2\examples\peripheral\uart. In the SDK 16 ,UART example,why the legacy driver nrf_drv_uart.c is used instead of the sdk recommended nrfx_uart.c.
Secondly...
hello,
I'm using SDK 16.0 with nrf52832, for storing some information iam using flash storage, during initialization, we are giving a starting and ending address to flash...
Hi friend,
We have a project with BLE connection. It sends out the Manchester data and the data modulates with 125KHz. Can we use PWM to do that? Will the data format be...
My platform is SDK16 with softdevice, MCU nRF52840. I used 2 pin to generate PWM at 125KHz for Manchester coding. I want them are at different pin polarity. For example, if...
Hi all,
I am working with the nRF52 dev kit and the ecg sensor MAX30003. Using MBED to develop firmware.
I am using this library and the example code from maxim ( https...
Hello,
I need to develop an application for nRF51822 that uses SoftDevice 110 v8.0.0 using SDK 12.3 and extend it to use buttonless DFU for the legacy DFU bootloader of...
Hi, support team
I need to realize two-wire uarte receiver(with low power), in the scenario there is no data come from TX in most time, so after receiving the data I need...
SDK: 15.3.0
BOARD: custom nRF52840 pre-product
Hi, I want to implement usb dfu trigger library.
but, faced with a problem.
My project are started from usb cli...
cli_agent_router and multi_sensor example with nRF5_SDK_for_Thread_and_Zigbee_v4.1.0 nrf52840
problem: The coordinator restarts occasionally, and the zed cannot rejoin until...
Hello,
I am trying to configure the SAADC for the NRF52810. I read that I have to enable it via the sdk_config.h. Here I find an entry for:
NRFX_SAADC_ENABLED - nrfx_saadc...
I have two related questions about nRF52 (nrf52832) which I have not been able to pinpoint from the documentation.
Can the 32MHz crystal connection be replaced by...
Hi. I’ve developed a custom device based on nRF9160 and now have a problem of fixing GPS signal. With the same antenna and same conditions sometimes it takes up to 10 minutes...
I've set up a timer which is firing the interrupt correctly. I then set up a second compare and linked it to the PPI to fire the ADC. The idea is to do these a few times per...