I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hello,
We have experienced odd problem, we are not able to scroll up or down SDK documentation at these pages on Android devices. IPHONE browser Safari works ok. Any help...
HI,ALL!
I tried to add a RTC wakeup funtion to my ble device, so i add the code of the Nordic board example named "rtc_example" to my program.
But it turned out that my...
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
According to Amazon documentation, it is possible to connect a smart home device to Alexa with the Bluetooth Low-Energy (BLE) mesh wireless communication technology....
What functionality has the NFC feature?
Work as Card Reader and/or cardemulation
For Card Reader
Which cards are readable (ISO14443 and or ISO 15693 / NDEF?
For Cardemulation...
I want to measure the current consumption of nRF52832 board with the sensors with the power profiler kit 2. I have added all the functions related to system off mode in the...
Hello everybody, I have an issue related to a peripheral which only lets a connection to be established using the proprietary (brand) mobile application. I try connecting...
Yesterday I want to demonstrate the installed toolchain using the nRF Connect for Desktop.
I got errors and it seems to be required to have internet connection.
Is that...
I try to run https://github.com/NordicSemiconductor/pc-ble-driver/tree/master/examples/nordic_uart_client But the following error occurred.
D:\pc-ble-driver\build\examples...
We do have an eeprom accessed over the SPI, and works well.
Need to add an option to access also the I2C eeprom.
Adding to the project nrf_drv_twi,c, nrfx_twi.c, nrfx_twim...
Hello every one
Pin numbers on DK boards are printed as P0.08 or P1.20 etc. but in nrf_config.h files Nordic assigns numbers to the pins. There are pin numbers from 0 to...
We are developing an application based in nRF5340 using nRF Connect SDK v1.7.0
In this application we have a bootloader for both app and net cores.
Bluetooth is set to...
I am testing UART between PCA10040(nrf52832) and Raspberry Pi 4. I connect TX/RX/GND 3 lines between RPI4 and PCA10040.
On host RPI4 side, my test app send 1 byte to 32...
Hi All,
I just had a quick question about the SDK as it pertains to assigned services. Is the BLE Base UUID defined anywher ein the SDK files? i have looked all over; ble_types...
Segger Studio is capable of reporting Flash usage and Ram usage (heap & stack).
Is there a way to do that without Segger Studio? I'm using gcc, JLink command line tools...
Hello,
I am working on nrf52832 I have set up the SES IDE v 5.5 environment with SDK 17.0.2.
I am getting compilation error "unknown type name 'uint32_t' "
The...