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,
Can the value of NRF_RTC1->COUNTER be read safely from the main loop without first stopping the RTC or temporarily disabling the RTC1 interrupt etc? (nRF51822 or nRF51922...
I used the nRF51822 Evaluation kit and flashed the BLE_proximity example on to the PCA100001 board.
In the master control panel the USB dongle measured -46 dBm(Nordic_prox...
Hi all,
what if I want a sensor network in my house with BLE. Can I just install, for example, 16 nodes in my house and connect to all of them with one iPhone? Or would...
Hello,
I am currently using nRF24L01P with TI CC2591 in my RF module product.
I have a doubt that need your help to clarify.
Does the antenna impedance given in the...
We've been trying to user the AES hardware module in ECB mode.
To do that we used the sd_ecb_block_encrypt function.
Is this hardware accelerated? Based on power consumption...
Hello,
I would like to know if I could interface the nRF51822 with an Arduino Mega Board. Could you give me some advices to do that?
Thanks for your help
Hi,
i need to use a watchdog in my application. I read that i can use the build in one, but i thing my configuration or the usage of the watchdog is wrong.
here is my config...
Hi guys,
I am getting started with your nRF51822 dev Kit. I got the nRFGo Starter Kit (nRF6310 Rev 1.4 mother board) as well. Most of the examples work as expected. But...
Hello,
I'm trying to do a millisecond counter using app_timer but the callback is never called. I think I have missunderstood how it works.
I've tried using the app_timer...
Hi,
Im trying to send 20 packages of 30bytes each as fast as possible, so I created the following loop:
for( pack=0; pack<20; pack++)
{
w_tx_payload_noack(30, MegaBuffer...
Hi all,
I have a custom board with the Nrf51822 BLE chip and it works in broadcasting mode without connection only. Basically it sends the advertising data on an established...
Hi
I have some problems about using your Master Emulator API. I want to write a dynamic link library with C++, but I don’t know how to invoke the MasterEmulator.dll.
The...
I'd like to use LPCOMP. I'd like to get rid of the 12K pulldown on SWDIO.
I can tell from PCN-082 that QFAA CA and C0, as well as QFAB AA and A0, will let me do that. ...