before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
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...