Hi there is a problem in github.com/.../nrf51-UART-examples
any one can help?
I put empty loop in main, and comment off all ble related int. and I process uart_evt by...
Hi,everybody!
When i install master control panel 3.10.0.14, i can't find nrf.exe in " C:\Program Files\Nordic Semiconductor\Master Control Panel\3.10.0.14\nrf ". Only nrfutil...
Hi,
I've been using the nRF51 dev kit, and today it stopped mounting when I plug it in. It doesn't show up as MBED or BOOTLOADER.
I use both Mac OS X and Windows, though...
SDK_9.0.0
I was trying to implement 2 different UART connection parameters so I decide to use re-initialization.
My initial parameters included APP_UART_FLOW_CONTROL_LOW_POWER...
I'm trying to use the nrf8001 (and arduino) to send MIDI (musical note data) to Mac OSX. According to the Apple developer site the midi profile requires that the characteristic...
I have a custom made board that has an EFM32WG360F256 communicating to an nRF8001, verified that the ACI protocol works with repeated echos, however when I run the efm_ble_my_project_template...
Hi,
I have 3 nRF51 DK pca10028 v1.1.0
I compiled and run power profiling example and after that I cannot flash or connect to the devices (tested in all three of them)...
Hello,
I'm working with ESP_BLE_MESH and nRF Mesh app for Android.
I hope you can read structure of my elements causing the problem from image.
What i got is timeout...
Hi, I downloaded the latest NRF Connect SDK. I can compile the zepher projects, but I am not interested in using zepher. I want to use SES as that is what we have grown accustomed...
Hello,
I am using the nRF52832 in a design where I have to read long buffer (>255 bytes). Using "nrfx_twim_rx" keeps things reliable however with nrfx_twi_rx the transfer...
Hi,
Could you tell me what API you used to obtain the positions in your field in the webinar test using %NCELLMEAS? All APIs I can find requires cell id not physical cell...
Hi,
In our board, GPIO 0, 1 is connected to external oscillator(32.768KHZ).
And I wish to use this oscillator instead of local oscillator.
CLOCK_CONFIG_LF_SRC is already...
What is the difference of NRF9160-SICA-R and NRF9160-SIBA-B1A-R and NRF9160-SIAA-R ?
Would there be comparison table available of the difference between SICA, SIBA and SIAA...
Hi Team,
We are using the NRF52840 for our development purpose in BLE peripheral Mode. While connecting to the Central Device we observed the behavior, It is negotiating...
Hello, I want to ask a question. We have a project that needs OTA function. There are two Bluetooth devices A and B.
1. Both A and B are central_and_peripheral
2. A's...
I want to check for an RX timeout after sending a TX.
I am puzzled on how this comes about.
As best I can tell I have enabled TIMER3 for the timeout.
I have created...
I'm trying to create a user defined HCI command for nrf52840 over the Zephyr APIs to be used against Bluez stack on Linux.
I've enabled the CONFIG_BT_HCI_VS_EVT_USER=y....
Hello,
I am trying to accomplish sending a simple ON or OFF command to the coordinator. Is this possible to do?
I have a router device with these Clusters:
It...
I have been converting my TWI calls to be asynchronous by specifying a twi_handler, but my NRF52840 does not sleep during the TWI calls.
I use SDK15.3 and s140 softdevice...
So this is my understanding of the programming process of an external board using the DK.
Pins from table 1 here: https://infocenter.nordicsemi.com/index.jsp?topic=%2Fug_nrf91_dk...
Hi,
I want to develop DFU using BLE. I have started with test image given in the example folder.
I have nrf52480 device , using S140 softdevice. I have followed these...
I am unable to see advertisement on the nrfconnect app, when using BLE_GAP_ADV_TYPE_CONNECTABLE_SCANNABLE_UNDIRECTED
However, when using BLE_GAP_ADV_TYPE_NONCONNECTABLE_NONSCANNABLE_UNDIRECTED...