Hi,
Platform: nRF54L15, SDK 2.9
The application is Matter + BLE. CONFIG_CHIP_DFU_OVER_BT_SMP & MCUBoot are part of the configuration. As soon as we enable the BLE...
Hello,
I'm reading about 700 values from an LSM6SDO gyro/accelerometers per second and need to store them, before sending them over bluetooth once where I store them is...
Hi, I was trying to flash the sweyntooth firmware to nRF52840 dongle using nRF connect for desktop. I was following the instruction on in this tutorial: . The hex file I used...
I have found that in NCS SDK 2.6.2 it was very simple to enable FLASH_SIMULATOR as part of the mcuboot configuration overlays. But starting from SDK 2.7.0, I keep getting...
We are looking to do DFU over UART to the Application as described in DevAcademy nRF Connect SDK Intermediate, Lesson 8, Exercise 1, Step 5. However, we have only one UART...
I am working to convert from Thingy 91 to Thingy 91x. I have successfully used the modem_shell with RTT output and control and the overlay does not seem to work with SDK 2...
Hello I am looking for the IBIS model for nRF52840 for signal integrity simulations. I saw similar requests older than 2yr and I am wondering if now the model is available...
I try to ACK payload mode by nRF24L01+,but not work well. show me a typical config register setting.
My target is transmit 10bytes and ACK payload 5bytes, as soon as possible...
Hi,
This error happend when I tried to install nRF51 SDK(nrf51_sdk_v4_3_0_27417.msi). The step is that. First of all I installed keil-MDK4.72 and than I installed JlinkARM4...
Hi,
I want to know how to do the OTA,so I refer to the device_firmware_updates project in SDK.Now I can use the command
line to program the bootloader.hex to 51822...
Hi, when I plugged in the PCA10000 USB adaptor the software said it had to update it. It ran through the whole process and then said it was restarting. That was it... it is...
Hi all,
I heard that S120 can work as the master for BLE some months ago.So When will the S120 be released?Could you have something that I can know the S120 share with...
Hi,
we are interested about the nRF51822 BTLE chip. We already wrote a BTLE stack (slave side only) for another chip (icytrx) and we would like to port it for this chip...
In my design, I have a SPI flash connected to the NRF51822. Additionally, the NRF51822 is connected to a separate microprocessor that needs to be able to access the SPI flash...
Hi,
I am trying to program the sample application given in sdk_nrf519_addon_v0.2.0-1.beta.zip file, and following the instructions in the readme.txt. However, when I try...
Hi, I'm just starting to learn my ways around the nRF5182 SDK, my goal is to implement a device with HID profile using this device. The device must work with Windows 7 (until...
I would like to profile some code execution time (moving between floating point and fixed point arithmetic). On the last Cortex-M3 I used, we had the DWT_CYCCNT register at...
Hi ,I am evaluating the nRF58122 for BLE devices.
The nRF51822 Can we use "Multi-drop debug" on SWD?
We will use together also ARM microcontrollers other, I want to know...
this is quote from AN36> 4.2 Set up
The nRF51822 Evaluation Kit is needed for this application example. However, it is possible to modify the
project to also work with...
Hi!
I know this might be a stupid question to you but still... I am not able to disable i.e. a timer0 cc(3) IRQ.
My way to enable it in first place:
NRF_TIMER0->INTENSET...
hi guys,
i am trying to write my own application using ble_app_template for nRF51822, but i am not at all understanding the code, did anyone developed the code for it?...