Im trying to use the https://github.com/apache/mynewt-mcumgr-cli project to update my rfF54L15 with a DFU package
Setup: Raspberry PI 4 and and nrF52840 USB Dongle
I...
1. I am trying to implement DFU(with USB&BLE) and USB Mass Storage with FAT FS filesystems on external QSPI flash. I am getting the following build errors- with SDK version...
SDK: nRF Connect SDK v3.0.2
DK: nRF54L15-DK
Sample: spi_flash
default:
mspi-max-frequency = < DT_FREQ_M ( 8 )>;
If I change it to 32, it will printf these...
Dear Nordic
I am programming with nrf52833,ncs v2.9.0 base on sample\peripheral_hid_keyboards
Peripheral side(nrf 52833) adverting as Scanner_CE42,and iphone connect to...
I have read info somewhere which said there is method to crack the protection just by setting UICR APPPROTECT register.
I want to know if Nordic has upgraded the protection...
Hello,
I'm looking for answers and some explanation for two main questions - is it possible to perform non-simultaneous multi-image FOTA over WiFi? Is it possible to support...
Hello,
We are developing nRF5340 SoC and is currently using Thingy53 as our reference design, our NCS version is v3.0.2.
So far, we've been able to use dfu-util tool to...
I'm using Softedevice 6.0.0 and SDK 5.2. and Keil 4.7.
I Modified bootloader project so it compiles with both ble and hci transports. Currently I use button_0 and button_1...
I have built a board using a reference design for the USB dongle board for the NRF24LU1+. Now when I connect to the USB the system identifies the device as "nRF24LU1+ -F32...
Hi!
I just ordered nRF51822 and nRF8001 chipset from Digikey, not dev KIT. I want to develop product by ourself based on nRF51822 and nRF8001 chipset so I want to have all...
In s210 there are functions sd_flash_page_erase, sd_flash_protect, and sd_flash_write. There is no sd_flash_read.
How do I read from flash? I can write to is using sd_flash_write...
Hi
I just want to create a custom service with a characteristic, which sends "n" (upto 200) bytes at same time and this bytes are are written to a SD card via SPI
So...
Hi, I have been using the nRF8001 Arduino SDK with nRF8001 chip. I wanted to set the data for the different services I'm using and thought I would go ahead and use the services...
Dear sir
Now, I am trying multi-link examples at SDK5.2.0 S120 example. I found s120 central only can receive one byte data from s110 multi-link peripheral. Could we modify...
I am working on the proj that needed 2 MCU and nrf51822 work as slave.
I would like to know any ref on how to firmware upgrade on board without external tool?
We're looking for a Nordic nRF51822 based low profile/small USB dongle that we can use for our iBeacon software.
It would need to come complete with casing and the ability...
Hello,
I have some problem with NRF24L01+. I'm trying to make bidirectional connection between two devices with this chip. When I'm sending payload with ACK, TX_DS interrupt...
Dear nRF Gurus,
I made a board with nRF8001 and PIC24F to stream some sensor data to a computer. I have also developed a simple Mac app to communicate with my board. (similar...
Hello,
I am redoing some experiments with 2 pca10001 and the ble_hrs example (with s110, s120) !
What I would like to do is that the s120 side displays the power received...