Hi,
Recently I want to set up a dynamic network that with the node change this position ,the network will change dynamically.But there is the question,with the node's position...
Dir Sir. I am checking the current profile of nRF24AP2 in RX mode.
After "open channel" command, I found the peak current at 10ms interval until connection pass.
How does...
Hello,
I am using Nordic's UART service to communicate with my project. I use iOS and also Master Control Panel (with a dongle) on a laptop.
I have two questions:
...
SWI*_IRQ is using by softdevice to send event to application, I want to know which priority does softdevice set for them?
Does sd_nvic_critical_region_enter() disable...
I am a started guy.
I only need a bluetooth device (BLE) to check the signal and mac address.
What is the best choice?
I need the smallest and low powered!
Thank you...
I am working on code to setup a bond manager for ancs based off of the example, but have a fixed advertising and connection interval of 25ms. How does the bond manager and...
Hi,
i am using nRF52840 SoC and Had confusion on pin mapping for SPI (external flash) and I2C (external sensors) as below:
I found one similar query and it was said...
Hi,
I would like to write a code where I send a packet from a nRF5340 DK to another nRF5340 DK by using Zigbee.
I would like to also be able to use printk and see the...
Hello Development team!
First off, many thanks for all the help provided so far.
I'm trying to add the ZCL messaging cluster to the multi sensor example, how could I go...
SDK: 15.3.0 Example: ble_app_multirole_lesc DeviceA: EYSHJNZWZ (nRF52832)
I want to know the relationship between API and events. Take "sd_ble_gattc_characteristics_discover...
Hi nRF Support,
I get nRF5 SDK version 17.0.2 and learn Peer Manager handler implementation (pm_handler_flash_clean function). Lets consider this case:
- 2 bonded peers...
My thingy:91 does not connect to the LTE network. However it does detect the Swisscom network (Switzerland) and shows it as available.
I did:
update the modem with mfwnrf9160123...
Hello, I am trying to program the peripheral uart sample on to my Thingy 91 using the nRF9160dk and 10 pin connector. I am able to successfully build and download the target...
I hope I am posting this in the right place but I am looking into learning more about developing devices that use Bluetooth. I have been looking into getting a dev board but...
Hello All,
I am working on nRF52840 DV-kit, using SDK - nRF5_SDK_for_Thread_and_Zigbee_v3.0.0_d310e71
I am trying to create .c and .h file in my project for gpio_configuration...
Hi,
I have layout a borad with nRF52810 and use IO to control other ICs.IOs map as blow.
#define LSM_6DS_SPI_CLK_PIN 9 /**< SPI */ #define LSM_6DS_SPI_CS_PIN 4 #define...
We are using nRF52840 chip for our development and till now we have used nRF SDK's zigbee CLI example for development.
Now we are interested in nRF5340 chip but I have not...
hi,
iI'm newer useing nRF5340, nRF5340 two cores communicate via IPC ,then exchange data through which path that is IPC or CTM ,What's the difference between IPC and CTM...
Hi,
I am powering the NRF52840 in normal mode by supplying 1.8v to VDD with VDDH and VDD shorted.
In order to use USB the VBUS pin is connected to the USB VBUS line. ...
Hi,
I am programming the PCA10040 board (tested 2 different boards) with the ram retention example program from the latest SDK (NR5 17.0.2). With this example is supposed...
Hi :
We create UART Over BLE service on NRF52832 SoC. It worked fine used SoftDevice V2.0.
Now update SoftDevice to V7.2.0. got this issue. where can i found SoftDevice...