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...
hello,
I know the ble device ,have central and peripheral and have some name(server/client and Observer/ Broadcaster).
The peripheral(server) has data that is needed by...
I put the boot loader at 0x3a800 and the application at 0x27400. the region from 0x14000 to 0x27400 is all blank (0xff). also
nrfjprog --memwr 0x10001014 --val 0x0003a800...
Hi,
I need to pair with the master after pressing the button in my slave device, instead of asking for passkey. Through the master control panel, i can able to see that,...
Hi,
Actually in our application we have connect accelerometer sensor to Nordic by SPI. I'm calculating power consumption for it. In datasheet it's mentioned for SPI Data...
Hello to everyone,
My problem/question now is about the MasterEmulator. I´m working with the nRF51822(SoftDevice) and i have my own program already working more or less...
Hi
I am a newbie to the bluetooth technology. I want to ask some questions:
How to apply a LLS(lost link service) profile to a bluetooth module?
Can I buy the...
After reading devzone.nordicsemi.com/.../is-there-any-differences-between-nrf51822-and-nrf51922 and the literature around nRF51922, I'd like to know if there's going to be...
Hi,
I've developed an application which sends sensor data through the BLE interface at maximum available bandwidth by checking the BLE_ERROR_NO_TX_BUFFERS return value...
Hello,
I was wondering if anyone has had success communicating with the nRF24L01+ eval kit and a Raspberry Pi. I have found several examples through Google and am trying...
I am requesting the softdevice to start/keep the 16Mhz crystal oscilator running with the following code:
// Request 16 MHz crystal oscillator
err_code = sd_clock_hfclk_request...
Hi,
I have Nordic Nrf51822 custom board.
in that we have spi Nor flash.
i check the spi read and write with an application without soft device enabled.
which is...
Hi all,
I'm having problems when linking my code intended for use on the nRF51822. For some reason there are missing symbols that are needed. I've traced the dependencies...
Hello,
Does Keil's Lite/Evaluation MDK-ARM tool chain version suffice for development work on nRF51 devices? Please advise!
I have seen questions about using GCC and...
I'm using the s110_nrf51822_5.2.1_softdevice with the NRF51822. If I understand correctly, after pairing the NRF51822 with a phone, a long term key has been generated and...