Hello,
i would like to know if the new SoftDevice 130 for the nrf51822 is compatible with the DFU OTA bootloader example provided in the SDK (nrf51822/Board/nrf6310/device_firmware_updates...
Can I get uuid of central device from peripheral device(nrf51822) ?
I want to check out which smart device is connected.
May be I can tell central is iphone4s or iphone5...
Recently s110_nrf51822_7.0.0 softdevice has been released. I cannot find specification where those new amazing features (they are impressive, indeed :) ) are described, so...
Hi All,
Please correct the following in my understanding. Also , i am planning to build a
remote controlled device using a PWM output. How does ATT,GATT and GAP affect/influence...
My board works most of the time are very good,but one time i power down the board when ble connecting and data transmitting,the board can't work when power on.and i can't...
Hi
Im trying to set up a project for development of a Zigbee / BLE based product. For that product, we use our own platform and SDK which includes the nordic nRF5 SDK...
Hi, Is it possible to merge QSPI and BLE_APP_TEMPLATE examples? I'm using GCC and Make to build my projects. I've tried to import the s140 folder from ble_app_template example...
According to several tickets regarding this topic it's recomended to keep unused pins unconnected on the PCB
and make sure that these pins have the reset value of NRF_GPIO...
The ble_advertising module supports the concept of advertising sets. Each set is connected to the soft device events by that compile time registration feature that routes...
Hi,
I try receiver test on the serialization application. The interface is UART.
The operation is the following.
1. Application board send ble_dtm_init command.
2...
Hi Nordic,
I am a 52840 user, focused on keyboard pcb. I designed several keyboards using GPIOTE, matrix scanning and other techniques provided by Nordic.
However, based...
Dear All,
I have added libraries of sensor BME680 to Segger Embedded Studio (IDE) successfully. But, I need help in displaying the sensor data on Serial Monitor (Using nRF52840...
Hello,
I am in the process of porting application code from the old nRF 15.x SDK to the new zephyr based ncs 1.5.0 SDK and would like to do all hardware configurations in...
Hi Nordic Team,
We've been long waiting for FEM support with multiprotocol and it seems like it is finally here with NRF NCS v1.5.0.
1- Can you please clarify, yes I can...
Hi
I tried to add the function of FEM to the Peripheral_hids_keyboard example according to the guidance of the link below. But it looks like it failed
https://developer...
hii this is rohit vekariya from bluesys lighting solution.
i am new in nordic can you provide example code for drive neopixel(ws2812) using nrf52832
thanks
I set up nrf52832 that it is proxy device, i create a loop that proxy device sent 20 message to app phone (Android) within 100ms. But my app (Android) receive only 1 message...
I'm designing the nRF52840 into a new product with BLE, LTE and GPS.
Could you please point me to a recommended matching network and antenna solution for the nRF52840? ...
I connected a button to LED on a breadboard, how can I write a debounce function to control a button. I checked app_button.c but it seems buttons they are using is button...