Hi,
I am using nrf52840 to develop a product. I use NCS sdk v2.5.0.
I developed a project based on the [Bluetooth: Central HIDS] example in the NCS SDK. This example enables...
We are running an HCI controller on nRF52833 based on the Zephyr hci_uart sample code. We are using the Zephyr 3.7.0 LTS version.
We have set CONFIG_BT_CTLR_DATA_LENGTH_MAX...
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...
Here i am attaching text file in which my application not able to call interrupt handler.
Kindly tell me what will be issue.
Regards
Balaji
rtc1_app_timer.txt
I'm trying to figure where the BLE bottlenecks are to figure if I should use BLE or maybe Gazell for my product. I've just started to use the BLE stack, so I guess that there...
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...