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'm trying to implement a really simple script to sample voltage values from 5 different analog pins on my NRF52832 DK (using Segger at the moment). I found the SAADC example...
While nrfconnect-3.11.0-x86_64.appimage works well, the update to 3.11.1 ends up without Apps.
Ubuntu 18.04
NCS 1.9.1
I found a past case and removed the config and...
Hi,
I am working with NRF52840, I am using segger embedded studio as V5.42a from that I build the example code as ble_app_proximity. I am getting some error as "Output/Debug...
Hello, I am a private developer of wireless gaming mice in Japan. I am thinking of using Nordic's nRF52840 as the MCU, but can this chip be written to only by USB without...
Hi
I added some code to get the PA/LNA driver enabled in the DFU bootloader on my board accordig to this post:
https://devzone.nordicsemi.com/f/nordic-q-a/50687/pa-lna...
Hello! I am quite new to hardware design with these chips, I have been working with NRF24LUP1 for a while, and have custom bin file for it, not a hex file. and I am unable...
Hi,
I am trying to send the data from SAADC on BLE. I follow the example: https://github.com/NordicPlayground/nRF52-ADC-examples/tree/master/ble_app_uart__saadc_timer_driven__scan_mode...
I use PCA10059 demo board,receive BT data by" nrf connect for desktop",yesterday it is ok,but today when I plug it into my PC,it can't be recognized.and no any indicator,...
My peripheral_demo is already able to work. Now I'm trying to add dfu to it.
I followed the instructions here. (+) Add DFU support to your application - Software - nRF Connect...
I have been able to set up external flash for MCUBoot for FOTA.
But after rebooting, the image is the same than before the image upgrade.
I used a sniffer so i could...
Hi,
I have been looking at the sample https://github.com/Rallare/fw-nrfconnect-nrf/tree/nrf9160_samples/samples/nrf9160/simple_at and see that the socket() function uses...
Hi all,
I'm trying something similar to this:
https://devzone.nordicsemi.com/f/nordic-q-a/21628/how-to-use-nrfjprog-dll
i.e. using the nrfprog.dll to connect with a...
Hi,
How do you create a macro in the nRF Connect Mobile app (Android) that displays RSSI in the log every time I receive a temperature signal.
Thanks very much.
Hi,
I have nrf52840 based BMD340 evolution board. I am able to run beacon transmission example.
ble_app_beacon.
Now I want to receive beacons and see the list of it...