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...
Hello,
I am waking nRF52805 up from SYSOFF by an accelerometer, after which I want to wait for a second and then start advertising for a short period.
All is working fine...
Dear Nordic,
Could you please suggest and and expamle or advice how to use in-project libraries properly (not 'externally built' as an know example shows). It's better to...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
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...