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 am new to this forum and have some questions that I could not find elsewhere. The questions are:
Website asks me for a product key if I try to download the S210 soft...
HI,
I saw in a recommended layout for NRF52, that the traces goes as follow:
the side that closed to NRF passes through load capacitor and then goes to the connected...
Dear Nordic Team,
Thanks for supporting.
I am try to implement static passkey in experimental_ble_app_blinky example. After include Peer manager facing below error....
Hi everyone,
I am using nRF52832 chip and trying to use BLE on that. I flashed SoftDevice. When I flash the "ble_app_uart" example, error code 0x3001 occurs. the function...
I am using jlink to program the custom board. I was able to program the board earlier, but now this error is comming. I have rechecked the connection and it is fine.
The...
Hello all,
I am in the design stage of custom board for Automotive application using nrf51824. i have the below queries,
In the below link there are two reference...
If the DCDC is enabled in the nRF52832 and during operation one or both the external inductors is damaged what is the effect on the device? Will the power sub-system compensate...
Hi,
I can send and receive commands from nRF51 Dongle to nRF51822 via using nRF Connect UART over BLE Service.
My question is : Is there another way to reach nRF51 Dongle...
Hello,
I have chip nrf51822 connected to nrf51dk. An usb connection provides power to both chips. While checking power of both chips via nrf connect on iphone7 i discovered...
Connect establish with smartfone in peripherial mode. SDK13. S132. Periodic I observe disconnect, than 2-3 advertise packet and new connect again.
Where can I see what reason...
I have a little hobby project going on where I'm trying to make Nordic's old temperature broadcaster example work with the nRF52: github.com/.../
The project was originally...
As the product specification says,The HFCLK clock controller provides mang kinds clock to the system:
HCLK64M:64MHZ CPU clock
PCLK1M:1MHZ peripheral clock
PCLK16M:16MHZ...
Hello Folks,
I am currently try to program RedBear BLE nano board (which is essentially nrf51822) using Nordic SDK v12, which has features of secure OTA. However after...
I have started working on the external file access with NRF
is it possible to read or access the data from the external file into NRF programming
similar to what we do...
I am running a modified version of the app_uart_c example on a nRF52832 using softdevice 132.
I want to send a large hex number to the peripheral I'm connected to. Is it...