Potential TLDR:
The nRF52 and possibly nRF53 are unusable at 100kHz with targets that require clock stretching and enforce a reasonable minimum clock period. This covers...
When I call the function after connecting to the thread network I get a NoBufs error:
My handler:
I'm using an nrf52840-DK and am guessing that it needs more...
I recently purchased an nRF52840 DK (v3.0.0) to use with my custom nRF9160 boards for firmware loading, debugging, and loading certificates for nRF Cloud. While I can successfully...
Hi! I am trying to get OSDP communication up and running on my nrf9160dk board. I am trying to run this sample: https://github.com/zephyrproject-rtos/zephyr/tree/main/samples...
Hello everyone,
I am working with nrf connect sdk toolchain v2.6.1.
My project requirements are as follows:
1 MBaud UART Async API
Two Modes for UART RX
fill...
Hi, I'm currently developing a BLE Long Range application using two nRF21540 DK boards, where one is configured as the central and the other as the peripheral.
Both devices...
Hello,
The new RED cybersecurity regulations will be enforced starting from august 2025 and it will based on the EN 18031 standard. Now, as the final draft of EN 18031 is...
After a successful LESC bonding, the address given by p_ble_evt->evt.gap_evt.params.connected.peer_addr in a BLE_GAP_EVT_CONNECTED event is a "identity address" as expected...
Hi,
I've been trying to figure out how to configure a nRF52832 device using SDK 15.2 and S132 to act as both a central and peripheral device for a relay device. In looking...
Hi,
We have a custom device that has 15 buttons. Presently we use the following code to initialize and use the button interrupts. I am using a __WFE(); to wait for the next...
I got this project to compile and work: https://github.com/NordicPlayground/fw-nrfconnect-nrf/tree/master/samples/nrf9160/gps
I have the latest radio firmware at this time...
Hi Sir or Madam
nRF52832 support ANT+ function using 2.4G ISM frequency, but i am not sure the frequency list and channels number/ frequency bandwidth, is there any software...
Hi,
i am trying to interface ultrasonic sensor with nrf9160, but i dont get any examples regarding ultrasonic. so i tried the interrupt method to measure the time of gpio...
nRF52832 Product Specification v1.4 states:
11.3 Writing to user information configuration registers (UICR)
User information configuration registers (UICR...
Hello Nordic team,
I'm currently looking into TLS on nRF52840, I'm using nRF SDK 15.3.0.
I have seend the DTLS example "nRF5v15.3.0\examples\iot\dtls\coap_client" that...
Hello Nordic experts,
I am doing SDK 15.3.0 usbd_hid_composite example and this is where I am: https://devzone.nordicsemi.com/f/nordic-q-a/50447/nrf52840-usbd_hid_composite...
My firmware goes into system off state when idle and wakes on GPIO (button input). I want to display an indication to the user for a fixed duration, so I will modify the bootloader...
Hi,
I'm using nRF51822 chip and SDK 12.3.0 library to develop the software. We want to control the motors with PWM. But since PWM consumes a lot of power, we decided to...
Hello.
For My personal project , i would like to develop a buttonless OTA DFU on my Red Bear Nano V2 (Based on nRF52832 SoC Chip) . Im using the SDK11 and i have folloawed...
I'm trying to add RTT support into the secure BLE bootloader to get debug logs, but after adding the files it's consuming too much flash:
Is there any way to fit RTT support...