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...
We are developing an nRF52832-based circuit with 1.8v power supply, which features BLE, NFC, SAADC, I2C & SPI.
According to datasheets, all 3rd party components are also...
Hi,
we plan to use the nRF52832 for a new project, I have two questions:
LE secure is supported, is this right ?
We want to pair up to 8 phones with our device....
Hi,
I am using SDK 14.2 with nrf52840 board. In my project I am using USB and BLE together. I have noticed that when I enable the LE Secure pairing and after that my USB...
Which nrfutil version should be used with Mesh SDK?
Getting started for Mesh has the link to nfrutil verison 0.3.0.0. In pc-nrfutil github repo the latest version is 3.5...
Hi!
I try to do simple led blink on nrf51822 and after build i got this:
Checking project status
Building ‘dongle’ from solution ‘dongle’ in configuration ‘Debug’
Compiling...
Hi,
I am using Segger IDE and now I wanna to use the temperature sensor presents in the PCA10040 board.
I tested the SDK example using the keil and works fine. When I...
I have your NRF52 DK and beacons.
I want to make the case so that my Nordic NRF52 DK will get data from Nordic beacons and forwarded that data on the UART port of PC....
Hi there,
I am developing a BLE dongle, and a BLE peripheral both based on NRF51822QFAC. The BLE dongle scans, connects, and disconnects the BLE peripheral by UART commands...
Hi
I get the following compiler (assembler) error in my project:
... Compiling file: hardfault_handler_gcc.c /tmp/ccstUNqW.s: Assembler messages: /tmp/ccstUNqW.s:46: Error...
Hey All,
I'm using the nrf_drv_uart UARTE driver (NRF52832) communicating with an external device. The UART init code is executed using a function (call all_main in this...
Hello All,
I am working on NFC using nRF52832 chipset .
I followed the below this link for http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.sdk5...
Hi everyone :D
I'm not being able to compile a c++ code on segger embedded studio.
The same code compiles with the Makefile provided in the SDK 14.2, but not with the...
Hey, we are using the nrf52840, and the SDK 14.0.2 and the uart example. We need to set the BLE range to max, and therefor the TX to 8db, the transfer speed to 125kb/s. We...
This is my second attempt at merging a pure UART App (no soft device) into an App derived from the ble_app_template (with soft device)
I see I am not alone in having suffered...