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...
Hi,
I am developing an android app on channel sounding using Bluetooth low energy. i want to send values from nrf52840 device to my android app, 1) How to send values from...
Hi,
I follow the custom board exercise steps with mynRF52840 DK and when I reach step 8.1 , in the deviceTree visual editor, I notice that the GPIO0/1/TE options under ...
Hi there,
I am using an nRF9160DK and looking to get accurate Timing Advance numbers from it and also information on neighbouring cells. I believe in order to get an accurate...
Since the nRF Connect extension for VS Code is buggy (at least in the latest version of VS Code), is there a guide available for setting up the VS Code IDE without using nRF...
Hi DevZone,
As mentioned in the title, the Welcome page and Application page won't show any selection for my project as following image shown.
My project is based on...
hi:
There is an example of webusb next in Zephyr's latest Samples. I ran it with nrf52840 and encountered an error requesting the Microsoft operating system 2.0 descriptor...
Hello, I need some input on TX Power configuration for nRF5340+ nRF21540 .
(We are on NCS 2.7, and not yet migrated ot using sysbuild. Still using parent+child image....
Dear, I'm developing on nordic 52840 with ncs2.6.1.
I found that the Current will reach to 600+uA in k_sleep state by enable SPI in device_tree and if i disable the spi...
Hello,
We're using the Scanner Compat (v1.6.0) library for Android in our app, and it has helped us tremendously.
Recently we've observed that the Xiaomi 12T has stopped...
In our custom board nrf5340-nrf7002, tried system_off(C:\ncs\v2.6.1\zephyr\samples\board\nrf )sample to check power consumption.
But it measures 0.60mA Is there any config...
I'm using SDK 12.3.0, and changed the TX_PIN to 30, RX_PIN to 5, flow control is set to false, bitrate no change(19200).After I programmed the firmware to my custom board...
I'm trying to test my nRF7002DK with aws_iot sample to see how it works. I'm following this guide however it fails during build configuration & never builds whatsoever. I...
Hi,
I have tested my BLE code and UART code separately, and both worked correctly during individual testing.
However, when integrating both, I encountered an issue with...
I see other posts stating that the nRF Connect For Desktop 'Toolchain Manager' requires an internet connection to download the nRF Connect SDK versions. I'm thinking of the...
I open up a flash shared space in app and bootloader, write values from app, bootloader read, bootloader read values such as 0xFFFFF, and not ideal values, may I ask why this...