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...
I have implemented my own I2C driver and I am getting issues with NACKs.
On review my code is doing what twi_hw_master.c is doing.
I then went looking for a Nordic sample...
We have developed and certified a module which uses the nRF24l01+. We spent a good amount of time tuning the antenna circuitry which has resulted in very good range... in...
Hi,
how to get into the bootloader mode without pressing any button, when some application is running? I also tried it with setting the NRF_POWER->GPREGRET but it is not...
I am looking for a minimalistic schema design using BLE for collecting data from i2c (twi) sensor and sending them over blue-tooth to the receiver. I need the following features...
Hello,
I would like to know if there are any restrictions in the amount of external memory (RAM, Flash) that can be added to a system using a nRF51822. In that case which...
Although there are some posts dealing with bond manager issues, I have not been able to find a similar issue. I am using part of the BLE code from nRFready Desktop 2 v1.0...
Hi,
i have some trouble with acting with the nrf 51822 ADCs. My Problem is that i have an Impuls which is 100 uS long and i have to measure it with 2 ADCs. I know that...
Hi,
What will happen when we press the service discovery button in the master control panel? do we get any event like BLE_GAP_EVT_CONNECTED? I couldn't find any detail regarding...
I'm looking for information to start developing BLE slaves with nRF51822, but I can't find any datasheets/SDK. Do I need to buy the Development Kit in order to have that?...
I have an issue with my keyboard working with the windows suface (on windows 8.1). Occasionally, the last character sent is repeated several times instead of one. I do not...
On the nRF51822, I see that by programming the readback protect register, one can prevent reading code regions 0 and 1 from the SWD interface. However, if one had access to...
Hi,
I just watched a webinar from the bluetooth SIG on how to create source code from the nRFgo Studio for the nRF8001. Is the same possible for the nRF51822? To create...
Hi,
We modified the ble_app_hrs code to work with accelerometer peripheral, and we have created some custom characteristics with custom uuid's. Now we need to set the device...
Hello, Everyone:)
Nice to meet you !
Please could you commennt my first question on this community zone.
I've a question for the accuracy of synthesized clodk 32k on...
Hi
i am using NRf51822 custom board. In that i have NOR(spi0) and LED(i2c0).
But switching from spi0 to i2c0 is not possible so that i am not able to switch
off led...