Hello,
We are developing a board with both nrf91 and nrf54 boards. We are looking to make the nrf91 a SLM with a UART interface to support the LTE functionality of the nrf54...
Setup NRF52840 with SDK 17.1
FreeRTOS tickless idle mode
When we call xTaskNotifyWait and then get the notification then function returns but the result of the function...
Hello!
I bought dev board with this module and plan to use it in my product.
I bought a development board with this module and plan to use it in my product.
While I...
Hi there, I am trying to implement a UART handler on my nRF9151 that can Tx GNSS updates to my nRF52833. I am adapting this into the cellular/gnss sample, which is working...
Hello!
I can use the offloaded sockets driver with these configuration options on the native_sim target:
CONFIG_NET_DRIVERS=y CONFIG_NET_NATIVE_OFFLOADED_SOCKETS=y
However...
Hi,
I am trying to modify ACK handling in ESB(nrf_esb.c, inside on_radio_disabled_rx()) but confused about accessing real payload data (PRX example, SDK17)
is used for...
The partition table for the nRF9151-DK is different than the partition table generated when the Create a new board option is used in the nRF Connect SDK and the nRF9151-LACA...
Hi,
For our new product we are using nRF52832 chip for BLE and NFC. We have a query regarding the NFC section which is listed below-
Please refer the recommended EMC filter...
I have captured the ble packet showing as the screenshot by using the ble sniffer(win7 ) and wireshark.
But I did not understand the meaning of delta time (such as end to...
Hello!
I would like to whitelist a peripheral when -60 dBm RSSI is achieved (this means that central will bond to peripheral by proximity) but later data exchange must...
Hi all, i have an application with a smart beacon kit; i won't resume the whole project because it's long and boring, i will just say that i have a service that every 100...
Hi,
I'm using the S110 v8.0 on a nrf51422 together with our own scheduler with a few lines left from SDK v8.1.
I'm sending out advertising containing some extra data and...
Dear
As far as I know, the nRF51822 has the Pin Crossbar feature that weu can chose and connect
any GPIO pins as second UART.
I need to talk to two UART peripherals...
Hello Everyone,
I have created an schematic for m custom prototype using NRF51BLE with Sigfox Radio chip whenever i press the button on the NRF51i has to send message to...
Hello,
is there a trick, how the Radio peripherals device address match feature could be used to implement those advertising filter policies that filters based on the PDU...
I want to program the ARM MCU in the nRF51822 Development Kit for my own purposes and then send the processed data using the BLE module in the kit to another nRF51822 Development...
I have been using this mode to init the app_uart_fifo code on SDK8 for a while now and when moving over to the SDK11 code I was in the app_uart_fifo.c code and it's radically...
Has anyone taken the Nordic LE Secure ECDH key exchange and encryption code though FIPS 140-2 certification and what level was attained? I was tasked with getting to level...
Hi,
I am working on the heart_rate_collector example code of nrf51-ble-driver_linux_0.5.0.
When I use "sd_ble_opt_set" to set channel map as below, the API will retrun...
Brand new PC running windows 10.
Installed all of the necessary drivers (J-Link 5.12f)
To clarify any tool that tries J-Link connect crashes.
Also same behaviour with...
Im having problems running DFU serial examples.
i use one of the examples of the SDK but it seems like board doesnt leave the bootloader mode and memory value doesnt change...
Does someone could tell me where can I find information on the sequencing of events BLE_EVT_TX_COMPLETE and packet transmissions during connection periods?
In my application...