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...
I am trying to update voltage level in Major value of my beacon. Using nrf_drv_saadc_sample() I have called saadc_event_handler(). The event triggered for first call but not...
HI, I am trying to compile the thingy52 firmware in segger embedded studio 4.10a by following the below link,
http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic...
Using sdk12.3 on pca10040.
I wanted to test persistence so I modified the example from the SDK as follows: log what's already there. don't erase. enter new data. log it...
Hello,
I'm wondering why isn't the nRF5 SDK on GitHub yet. There have been many instances where I have found bugs or missing features in the SDK, that I have implemented...
Hi,
I'm developing an application with SDK 15 that requires multiple concurrent links. One peripheral link and several central links.
I want the peripheral link to have...
I am new to nRF,
Unable to read data using flash data storage example.
When ever i try to read it
throughs error and processor enters into error handler and hangs there...
Default startup:
Using ble_multi_lesc as my default project
Log of original connection is in attached logLOTest.txt file
Currently only 1 nrfConnect is connected and...
hiii......
i am using nrf52832 interfacing with temperature sensor using temperature sensor example program..15.2v
i want to read the temperature ..... my temperature...
I have an application where I'd like to change the advertising content every time it is transmitted. Is there any callback from the SD after transmission of advertising data...
Hello. In my application I am using nRF5 SDK 15.2.0 9412b96. I am trying to communicate with two devices on two different SPIM instances. The first device is a DW1000 radio...
Dear Sir:
We observed that everytime we use OTA to update the firmware of the nRF52, the 6Byte address will change, just minus 1 compared with before, such as
FC:AE:3F...
I am using the software PWM library (SDK12.0) with the DRV8834 to drive a bipolar stepper motor. Although the motor is working in both directions with the code below, the...
Hi, I want to make sure that all application data are erased when we do a DFU, so that the newer application get a clean start without having to worry about data from older...
For nRF9160, is there an overview of the builtin CA certificates?
I have now deleted all certificates I added manually with:
int nrf_inbuilt_key_delete(nrf_sec_tag_t sec_tag...