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...
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...
Hi,
I'm looking for a wireless solution to handle 500-1000 of Clients per area. Because i',m new to Bluetooth i don't know if this is possible.
Requirements:
Network...
Hi,
I using the application download the update firmware, and using the bootloader erase and write the firmware to flash.
And I changed the bootloader code, remove all...
Dear Nordic Developer,
I am using nRF51822 with softdevice.
What is the best approach to have a nRF51822 always discoverable? Like heart monitor for example : no need...
If I receive data on the UART that comes in via its event handler, how can I then create an event to wake up from sd_app_event_wait and do further processing from the application...
400 control modules
I'm starting a project.
I need to reach a maximum of 200 meters.
I work with PIC. I'll have to control 400 MODULE Transceive.
Which model should...
Hi,
I have modified the ble_app_hrs source code with more no of custom characteristics(approximately 10), When i press Service Discovery in the master control panel, i am...
Hi ,
For our application i created 9 rtc1 timer .
all timers are working fine.
but once i stop battery timer and start it again ,it is giving receiver link loss....
Hi,
Actually In our application we have a battery, by external source we can charge it. Now when we connect battery or external power supply directly no error is coming....
hello!
ANT protocol;
have three nrf51922 , A can find B, B can find C. but A can't find C. A. how to communicate with C by B ? And C how to return a reply?
I want to know...
Hi ,
i am using ppi channel 0 for i2c1 bus (Accelerometer).
and also i am using ppi channel 0 for i2c0 bus (LED controller).
But both are working. but some times...
I took the ble_app_proximity as an example.
Before I introduced the scheduler it worked ( not always but reasonably well).
I added APP_SCHED_INIT(SCHED_MAX_EVENT_DATA_SIZE...