Hello all,
I am having issues with the configuration of the FEM nRF21540 on the costum board Fanstel BT840NE with the Enhanced ShockBurst (ESB) protocole.
We are not able...
We've got a sensor board with an nrf9160 on it, that sleeps lots of the time and periodically wakes up to take sensor readings or send them up to the cloud.
Some of the...
Hi, I am using nrf52840 , nrf connect sdk 2.6.0 I am using spi_transceive() to send and receive the data from sensor I read in Nordic Academy nrf connect sdk intermediate...
I hope this message finds you well.
I am currently working on a project using the nRF9151-DK Evaluation Board and have been testing GNSS functionality in various environments...
Hello,
I am a developer/maintainer for the RF24 Arduino library at https://github.com/nRF24/RF24
I've found in some cases, the R_RX_PL_WID register returns 0 while the...
Using VS Code and latest version of SDK and toolchains. I have created some custom board definitions and placed them in a seperate directory. The directory is registered in...
We get the following assertion during startup if we include uart2 in the DTS.
*** Booting My Application v2.1.0-dev-ae1ee57f3906 *** *** Using nRF Connect SDK v3.0.1-9eb5615da66b...
Hi,
i tried to modify app_pwm to add an additional timer, since i'm out of timers.
so at the end of app_pwm_init i added
nrf_drv_timer_compare(p_instance->p_timer...
Does NFC has something like an unique adress?
Because the nfc examples in the sdk detect all nfc devices. But I would like to detect only predefined devices.
Or is there...
I seem to be getting correlation on addresses
I running the radio transmitter and receiver examples provided in the nRF5 v11 SDK. However, I am observing still some unexpected...
Hi when I try to run the HRM collector the scan start fails with error code 12289
I am using visual studio and C++
What am I missing? I downloaded "connectivity_115k2_with_s130_1...
Hey All -
My team is new to Bluetooth development and so this may be a naïve question. Pardon us for this, if so.
We are trying to create an Android App that would scan...
Hi,
There is a difference of one digit in BT address and DEVICEADDR. Could anybody explain this? I know in the last byte we have to add C0, but what about the frst byte?...
I added CCCD descriptor to Battery Level characteristic in the proximity_setup.xml.
The nRFSTudio throws an error 0x01 while generating services.h.
Kindly help me generate...
8.0, multilink example, peripheral, s110 softdevice.
I modified the button_event_handler() function in main.c into this:
static void button_event_handler(bsp_event_t...
Hi....
I have a problem when i use dfu_dual_bank_ble_s130_pca10028 in sdk v11 on my board. cpu is nrf51822QFAA.it seems reset all the time. using keil debug, it's wrong on...
The CoAP block example has a "put" function, which works just as the instructions describe. It would be helpful if you could also show an example of the "get" function. These...
hello!
Is IoT softDevice for nRF51 DK has all the features of BLE 4.2??
I know IPSP is the feature of BLE 4.2, but i wondered whether privacy and data packet extension...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi All,
I'm using Nordic UART App to write 'A' to TX characterstic and then i expect some action after that as per my code on BLE nordic device, which is happening.
But...
I'm using the attached proximity_setup.xml ( proximity_setup.xml ).
I'm trying to use the Battery Service to send Battery Level notification.
I added the following code...
Hi,
I have just received a nRF52832 Preview DK and I am trying to set it up according to the description in the nRF52 Series - Get Started section.
I have connected the...