I am using nRF51422 Evaluation Kit with the latest silicon revision which comes with programmable softdevice. The kit also contains an ANT USB-m dongle. I have followed the...
I tried to do send & receive binary data from bluetooth in ios app.
But i only can send & receive string or ASCII code data in my app, do you have any method or idea can...
Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Is there a limitation for number of INT's If is how do I attach same interrupt on multiple buttons
for(..my buttons){ ...
ret = gpio_pin_interrupt_configure_dt(pb, GPIO_INT_EDGE_TO_ACTIVE...
I want to change the connection params in peripheral role with nrf52840 without informing the central device to do the actual setting operation, yet I don't find a relevant...
I'm trying to implement the WS2812 driver in my own project. I'm referencing the sample code stored in zephyr/samples/drivers/led_ws2812. I have copied over all of the correct...
In the scanner activity of the Blinky android app, there is the following import:
import com.switchmaterials.android.nordicble.databinding.ActivityScannerBinding ;
It...
Hi,
My Thingy91 has suddenly stopped connecting to the mobile network. It came with an ibasis SIM which has data, but since this morning I am getting an ESM 38 + EMM 19...
I have controlled an LED with a push button connected to GPIO pins P0.03, P0.04 respectively.Now I want to use those pins as CLK and DIO pins of TM1637 Display.I wrote a basic...
Hi, I have encountered the following problem, using SDK 17.1.0:
secure bootloader compiled with current gcc stable version (11.2.0) fails during runtime with the following...
Hi,
This is under Linux Ubutnu 20. I am trying to evaluate the Nordic NRFConnect SDK following the tutorial at: https://devzone.nordicsemi.com/guides/nrf-connect-sdk-guides...
I want to accomplish what was achieved in this post: https://devzone.nordicsemi.com/f/nordic-q-a/85237/how-to-wakeup-the-nrf52480-on-usb-power-up-event-from-sleep-low-power...
I am working on a BLE peripheral FW using 1.9.1 nRF Connect SDK on VS Code.
My application was building uptil now.
I changed one file name. Its .c / .h file names and...
Hi there,
I previously had an issue with header files not being detected and could not resolve it, so decided to reinstall the extensions for Visual Code and the Connect...
After successfully building and running the nRF9160 at_client sample app on Monday, I tried to repeat this success this morning but VS Code under Connected Devices says nRF...
Hi Nordic DevZone Team,
I asked the following question last week https://devzone.nordicsemi.com/f/nordic-q-a/88804/antenna-connection-in-no-rf-design but I forgot to ask...
Hello,
I am using NCS 1.9.1 and nRF5340 for our current product development. We also have a product which uses nRF52840. We are using MCUboot, mcumgr and all tools relevant...