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...
hi,
i am working with the nRF51822 development kit and trying to load the sample programs given by the nordic guys, the samples without using BLE is working properly but...
Hello,
While debugging, I found that if there was an active BLE connection, the chip would reset when I switch to single step mode, is there a way to avoid this from happening...
From the log:
[23:41:27.2] EnableServices({11:2,16:2,22:2,28:1,})
I suggest that you use hex for the handles - this is what you use upon inspection and other log statements...
I'm currently trying to learn the functions of the softdevice by using the HTS example. I've managed to make an additional temparature service (named custom), which almost...
Hi,
How to reset the system whenever a particular write event is received from the BLE stack. I made some changes on the ble_app_hrs sample code as follows,
void ble_hrs_on_ble_evt...
I refuse to pay over $3200 for the Keil PK51 Professional Developer's Kit. I would only be using it with the nRF8001 DK. The C51 Evaluation Software is limited to 2K! I am...
I have been successfully communicating with the PCA10001 evaluation kit using the virtual serial port that is exposed by the J-Link interface on the board.
I've now moved...
Hello,
Where do we buy the nRF51922 DK / EK kits? I do not see any purchase links online.
Also, how flexible is the ARM core for programming ?
Thank you!
I'm testing with changing these constant definitions...
MIN_CONN_INTERVAL
MAX_CONN_INTERVAL
SLAVE_LATENCY
CONN_SUP_TIMEOUT
... but I've noticed that I can't set...
Hi,
We are using nRF51822 evaluation kit. Actually we are trying to know how the device firmware upgrade is working.
As mentioned in the nrf51 sdk manual, we did flashing...
Hi,
i need to store data in my Flash, for that i use the flashwrite example. Am i right taht i can use the remain of my application flash? So all flash = 256 kB - App ...
Hello everybody
it's a couple of mounth that our company is working on nrf24L01P .It works fine but there is a problem with cordless phone.
when I make a call with the a...
Hi
Is timer ,gpio ,and spi pheripherals are accessible while bluetooth stack is enabled.
and if it is yes , these are directly accessible or we need to use soft device...
But in button event handler.
i want data to read from eeprom through i2c bus. and send it
through bluetooth stack for every press of buuton 0.
but in master control...
Hi,
Is it possible to start a Timer in an other Timeouht Handler?
Or Do i have to use something other to do that?
i use app_timer and Softdeive on the 51822.
best...