Hi
Are there any examples of a custom board for nRF54L15?
I have a project built/running on the nRF54L15 DK.
I now want to create a custom board for the nRF54L15.
...
Hi, i am learning with thingy 91 x and nrf9151dk. I made the online courses and succesfully conect to the cloud with the nrf desktop quick start in both devices. Now, i would...
Hello,
I am working with a custom board that has the nRF52840 (via the ISP1807-LR-RS module). This board has the SIT1552AI-JE-DCC-32.768E MEMS TCXO. This TCXO chip has a...
It would be extremely useful to get the HCI Traces (BLE) of my nRF54L15 boards. Documentations: Embedded HCI Tracing For simplicity's sake, here is my setup: - nRF54L15DK...
Hello there,
I'm designing a set of devices composed of a remote and 2 peripheral. The remote's job is to be connected to the 2 peripherals as a central and occasionnaly...
Hello, I’m testing a PID controller for a quadcopter. When I compile the application with the optimize for speed then flash, I notice that the PID response is slower than...
Hi,
I have a couple of questions regarding reading the nRF5340 Temperature Sensor. This is a follow-up to the following DevZone ticket: https://devzone.nordicsemi.com/f...
Hello,
I'm trying to connect external RTC, which has a 32kHz clock on it's pin to nRF52832. So far I've had issues with connecting this clock to P0.00 pin and having P0...
Hi all:
when i add uart code in ble_multilink ,and it gived me errors like this:
"<error> app: Fatal error <warning> app: System reset <error> app: Fatal error <warning...
If I put too many characters into a serial using IRQ mode, it stops reading input.
I haven't tried polling or DMA yet.
Using
nRF5_SDK_15.0.0_a53641a
gcc-arm-none...
Hi ,
can u please provide more details about error code 4, returned by ble_ancs_c_init function.
what is this error, and how to resolve it???
thanks,
amarjeet
Hi there,
we are developing an application based on simple IEEE 802.15.4 packets, for which we use the radio peripheral. Every example found in the SDK starts with switching...
Hi
I would like to perform a connection over 2MPHY instead of 1MPHY; is there an example to show this? This should be doable according to the softdevice v6.1.0 changelog...
Dear Nordic
I am doing a project that has a multilink one central and ten peripherals.
So I started with ble multilink multi role in here . I added ble_nus_c and uart...
Hello everyone,
I am developing a ble device and cant get under 7mA.
For test i used example application. BLE Beacon example. And the hardware part is realy basic. Only...
Hi,
We need to design a network with one master and 36 devices connected, with "long range" capability, exchanging sometime messages from 100 to 4000 bytes.
The number...
I understand from forum post https://devzone.nordicsemi.com/f/nordic-q-a/19250/the-number-of-central-connections-in-s140 that S140 v5.0.0 1.alpha release supports 8 concurrent...
I understand that Nordic provides a proprietary DFU via the BLE mesh. What mechanisms are in place to ensure that all packets reach their destination, e.g. acknowledgements...
-Using SoftDevice S110 8.0.0 for the nRF51822_xxAA.
-UART0 running on 19k2 without flow control (only rx/tx) and using irq priority APP_IRQ_PRIORITY_LOW (=3)
-Using the...
I'm currently porting my code from nrf52832/S132 to nrf52810/S112 (SDK14.2).
It seems that the s112 has no support for scanning, i.e., BLE_GAP_EVT_ADV_REPORT, sd_ble_gap_scan_start...
Hi,
I am working with the 52832, writing values on the flash and I'd like to make sure that I have done it correctly, the correct values are where they should be.
Is there...