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...
I am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
Hi,
Recently I have heard that there are license restrictions on using DKs for production programming. Is this only for production programming? Can I still use the DK to...
Hello, im trying to implement the UARTE Driver for simultaneous Use of Bluetooth and asynchrounos Uart TX/RX on a nRF52840 and nrf9160. The Problem is that neither RX or TX...
Hi
i want use a nRF52840Dongle as a Zigbee end device, when power up, i get following message:
I: nRF5 802154 radio initialized ***** delaying boot 5000ms (per build configuration...
Hi, I have just started evaluating nRF52840 using the dongle and Development Kit. I have successfully tested the Openthread network using CLI project. Now I want to try out...
Hi experts, The situation is following, the NRF53 shall receive multiple packets. After the reception of one of the packets the next one shall be received at the same frequency...
Hello,
I am struggling to commission a light bulb matter sample device (nrf52840dk) with the CHIP tool running on my Linux laptop. I set up an OpenThread Border Router with...
I had configured zephyr.dts file for UART and I2C pheripherals. And when I tried to build an application it is giving below error
Board : nrf5340 Application name : SHT...
I implemented the nRF52840 (auto)upgrade with an nRF9160 on the nRF9160DK. I did my development with the Serial Modem LTE application from nRF Connect SDK 2.0.0. I noticed...
Hey All:
I'm trying to install V2.0.0 of the NRF Connect SDK on a fresh Ubuntu 22.04 VM, and the whole thing seems broken.
Here's my steps:
install the nRF command...
Hi, I have found several aged topics on Devzone but need this feature and would like current state. If it still not supported, is there any example implementation on how manage...
Is there a way to rebuild (clean and build) a project in Visual Studio Code with the nRF Connect Extension? A web search shows how to do it with the CMake Extension ( https...
I am using the Connect SDK v2.0.0 and attempting to use TCP in the stock CLI example to mimic the demo shown here . When I flash the v2.0.0 CLI sample on my nRF52840dk, "...
Hi everyone,
I have some devices that are communicated through RS485. nRF52840 DK supports RS485 communication?
Do you have suggestions of how should I connect those devices...
I have a custom board with 8 LED's and I use pwm API led_on(), led_off, led_blink() etc, to turn them on, set brightness and blink and everything works fine except one case...
I am using nRF52833 DK and I am running Light switch server in one DK and Client in another DK Advertising interval was way too high(around 9Second) so decided to change it...