Suppose there are 10 BLE peripherals in a room and one BLE Central,then is there any way i can get the list of available peripherals[name or id.. etc]?
I am using NRF5182...
I am using SDK_11 s130 on nrf51-dk. When err_code is any value other than NRF_SUCCESS, APP_ERROR_CHECK(err_code) will cause nRF51-dk board to reset. How can one get APP_ERROR_CHECK...
Hello All,
I have problem with ble_app_uart which are not support DFU services.
When I am implement both services device will not advertise. and when ble_nus uninitialized...
[symptom]
I want to update my application/bootloader/softdevice by DFU.
Steps are shown below.
bootloder/softdevice update
if 1 step is done, application update...
Dear Developer Zone,
I am new to ANT and am looking for someone to help me to setup an example 15 channel (14 devices) ANT network using the S332 soft-device to test communication...
Hello,
i am working with the Enhanced ShockBurst proprietary protocol and i am wondering where I can find the sources of this protocol, so that I can do some changes. ...
[uart - Copy.rar](/a master _error.png ttachment/3cc01f5e2484d2b0f33e62befd3e6a62)
hello there
I am interfacing master nrf51 dk with nxp's slave lpc11u24
(1) my main...
I want to develop a software that can restore the program after a power failure. I mean, if the device restart, I don't want it to execute from the beginning of the main function...
I made a serial bluetooth function but I want to use it in a form like printf.
Please tell me how to use it using bluetooth_send function.
bluetooth_send("gyroscope...
The reference design for the nRF5340DK uses 0201 components for the matching network.
Would it be acceptable to replace the 201 matching network components to 0402 parts...
Hello NRF,
I have a custom board with NRF52832, and exposed the SWDIO, SWDCLK, GND, VDD, RESET pins for programming the board through the NRF52-DK board.
I started with...
Dear Nordic,
I have some issue with SPI interface (MCU as master, BL654 as slave)
I can see correct signal from oscilloscope, and SPI mode and CLK is config correct...
hello,
i am using nrf52840 with sdk 15 and using ble_app_blinky example i want to advertise my device as i beacon(only mac address) without any name what i did until now...
We have generated a .hex file to be programmed to the external QSPI flash on the QSPI bus of an nRF5340, using the same MX25 part as used on the DVK (8MB/64Mbit) but with...
Hello Team,
Need urgent support for the nRF52840-DK.
I want to develop a program for the above mentioned kit for green power zigbee communication. This DK will communicate...
I was testing 9160 power consumption, the specifications says it is the minimum consumption current 7µA, but when I test on the DK board, the minimum current is 2ma, my test...
Greetings, I designed custom board using nRF52832 and sht20 temperature sensor. I defined sda and scl pin number of sht20 in pca board file (pin number 23 and 24). 4.7k pull...
Hello,
I want to test cold start performance of GPS on the nRF9160 DK using the gps example from the SDK. If I run the example unmodified from the sdk, get a fix, power...
Hello!
I am working on a project where we want over the air updates for the finished product. To make that possible I implemented the buttonless DFU and it is working great...
By following this post , I had some issues.
When compiling nrf_ppi.h:
1) For channels 10, 11, 12, 13, 14, 15: 'PPI_CHEN_CH10_Pos' undeclared here (not in a function...
Hello !!
I have custom board on nrf52832 having 10 buttons which is pull down by default. I have achieved 22uA after modifying the ble_app_beacon example to broadcast when...