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...
Hello Nordic Team,
Initially, I used nrf9160 - dk flashed with modemShell application (nrf sample project) to make LTE connection with NRF cloud but couldn't be successful...
i'm trying to install the connect SDK and tried both desktop appimage route and manual west way. but cant get to finish downloading the SDK on clone stage... is there a way...
I'm having issues with the latest v3.0.4 nRF Connect Programmer. This issue never happens with the previous version. The Programmer cannot discover any J-link devices, except...
Hello,
We noticed in the nRF5 SAADC libraries the presence of a low_power bit setting on the nrf_drv_saadc_config_t config.
But, we were not able to find such low_power_mode...
I'm using nRF52810 for my custom board, followed complete reference circuit for DC DC
I want to know if I want to power the chip with coin cell 3.3 V, Can connect it directly...
Hi,
Our custom board stops working sometimes.
At this time, when the power is rebooted, it operates normally.
--
Custom board maker is not addressing this issue...
Hi,
SDK 17.1 has 2 example projects (Blinky) that exchange LED and Button state data. As it stands, the Peripheral side contains the LBS server and the Central contains...
Hi, I'm currently trying to send real time analog sensor data to hivemq broker using nrf9160 DK, is it possible to provide source code for this kind of project? I've attached...
Hi,
I am new to nRF Connect and the nrf52840 Dongle and I am a little confused on how to get started.
I followed the getting started a bit, but somehow I suspect this...
Hi,
I have recently updated to V2.1.1 and I can no longer get my BME280 sensor to work.
I am using the standard code from the samples directory,
my overlay file...
I am developing a product using the nRF52840. I am currently running into a difficult problem. I inquired about it 2 years ago, but it has not been resolved.
I need to process...
Hi, on the nRF52820-QDAA I am using pin 5 AIN3 / P0.05 as an GPIO output to drive a LED (active low).
This does not work in the software, when I drive the pin high with...
Hello,
NRF5340, NCS2.0.2, VScode
I designed a headset,MCU is 5340, and a external flash for DSP program.
the external flash connect to DSP and 5340 use SPI;
i can...
Hello,
I was able to build the nRF Desktop sample application on the nRF5340 platform, but when trying to debug, I get the following error:
Here is my build configuration...