Hi,
I'm working on a Keyboard&Touchpad project, very similar configuration with Smart Remote 2, so I'm considering to use nRF24LU1+ as receiver's MCU. The receiver will be...
uint32_t ble_advdata_set (const ble_advdata_t *p_advdata, const ble_advdata_t *p_srdata)
If I set the second parameter p_srdata, does it mean passing encoded advertising...
Hi developers,
Just wondering if anyone has worked with a good BLE Python library that he can recommend. I have BLE peripherals that send out notifications. What I'd like...
Hi guys,
I am new to Nordic and I am using the evaluation kit "pca10001".
I have managed to run the LED BUTTON example which was declared in application note "nAN-36...
Hi,
I am having problem with the bootloader function of s110 v7. I am able to download the s110 softdevice. My application code was recompile with v7 header files. Able...
Using Visual Studio Code as IDE with installed nrf SDK v2.9.0 on MacOS Sequoia 15.2
Terminal reads -
* Executing task: nRF Connect: Build: blinky/blinky (active) ...
I am porting my code from Nordic SDK16 to Zephyr and NRF Connect SDK 2.0. I am working on putting a chip into sleep mode and set up a wake up on a press of the button. Everything...
Hello,
I am working through the Zephyr training modules (These are great, thanks!) and encountered an issue I do not know how to resolve. This issue applies to general debugging...
I am using NRF52833 Microcontroller to read data from the PCR based radar sensor. I am using NRF Connect SDK Version 2.6.1. I need help regarding reducing the power consumption...
Hi All,
I just bought nRF5340 DK, I was able to flash the program to blink led1 and was happy that it worked correctly. The next day, my board no longer recognized the USB...
I'm using SDK17.0.2
I need to keep a noinit variable in memory so that I have the correct flag when I execute the DFU. So I use the following method, but it doesn't seem...
Hey, I try to implement wtih nordic connect sdk and the nrfx library a uart communication where a 9th data bit will send for synchronisation. When the 9th data bit will be...
HI ALL,
I used a system off demo and added the following content.
The power consumption tested was around 1uA, which should be normal according to the errata. Then...
Hi,
I still try to configure Nordic-Zepyr build for a nrf5340, with a BLE stack and MCUBoot as the bootloader. The application will receive image updates over MQTT and store...
Hello,
I am working on the GNSS application provided in the sdk-nrf at [path: samples/cellular/gnss] and I'm using thing91: nrf9160 board. I have modified the GPS acquisition...
Hello.
I am developing using nRF5340DK and nRF Connect SDK v2.9.0. A fatal error occurred on the board when sending some Mesh Model Messages to the smartphone app. It doesn...
Hi,
I use the secure BLE Bootloader to update the nRF52840 (with S140).
Now I want to add a UARTE to update the STM32 connected to nRF52.
Do you have a solution to do...
Hello,
I am testing on nRF7002DK board using nrf/samples/wifi/ble_coex sample.
The sample is working fine and I am measuring current consumption of nRF5340 and nRF7002...