Hello,
we are using a nRF5340 with NCS 2.9 and want to signalize a
UART_LINE_CTRL_BREAK
on USB CDC_ACM to the PC.
Is there a direct way to do this?
Many thanks in...
Is there a straightforward way to output the frequency of the 32.768kHz crystal oscillator to a GPIO pin? The motive for this request is to verify the crystal frequency without...
Hi all,
do different settings of SAADC RESOLUTION register affect Conversion Time t CONV ? I cannot find any dependency - the only value given for t CONV is 2 µs typ (7...
I am working on an application where the nRF52832 is being used to control external hardware that requires fairly precise timing. Specifically, I use sd_radio_request to allocate...
Hello.
I want to develop a custom bootloader with the same purpose as described in Very simple SPI bootloader
I'm using a 52832 with Eclipse/GCC and nRF SDK V13.0
...
Hi there,
I've tried using PCA10040 with NRF Connect to do Secure DFU but no luck. Any idea on how to get it recognized, please?
I'm following this:
infocenter.nordicsemi...
In the Bluetooth Light Controller example for the client, in provisioner.c this beautiful comment can be found:
/* Provisioning encryption key storage (this is not how...
Hi all,
Here is my first question on this forum after many hours working with the NRF but for the first time I didn't found the answer :)
My problem is :
I would like...
Hi,
We have custom board with STM32F407 as an application chip and BL652-SC-01 as a connectivity chip. When we worked on SDK 13 and softdevice 4.0.2 or 4.0.4 we had problem...
Hi, I have problem with using printf() in SEGGER RTT.
I've read tutorial and others about SEGGER RTT printf() problem, but they didn't work.
When I use printf() in RTT...
hi,
I found ble_app_multilink_central example under SDK but this is for LED button application.
Is it possible to configure the same example for NUS?
I worrying about...
I have app (based on buttonless_dfu) works on sdk 13, sd 3, nrf52832.
Now I try to migrate this app to newest SDK14, sd 5.
I can't resolve one issue. I have main.c and 7...
hi, I found ble_app_multilink_central example under SDK ,and make it work with NUS. Some problems bothered me.
When the amount of data reaches a certain amount, the transfer...
Hi,
Tried this getting started tutorial:
github.com/.../Nordic_SDK_User_Guide.md
When building project at the end, I get: (After trying max optimization)
linking...
Hi,
I am trying to program a custom board with ISP1507 chip from dynastream based on nRF52832 using the nRF52 DK. I have connected P20 on the DK to the chip as follows...
Hello, myCode: https://goo.gl/ggTei4 & Photo : https://goo.gl/Sq28tC
Please Help me with Dynamic NRF24L01 Mesh network
I have connected nodes via DHCP 01, 02 upto 05 to...
Hello everyone!
Do have any different between Read/Write internal flash with softdevice and non softdevice!
And how can I get example Read/Write internal flash with softdevice...