Do I have to use external host MCU for nRF51422? What can the ARM Cortex processor inside SoC 51422 do and cannot do?
I want to create a mesh network with hundreds of ANT...
Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
Hi
Followed all the getting started instructions given here
https://nordicsemiconductor.github.io/asset-tracker-cloud-docs/v1.5.x/docs/aws/GettingStarted.html
and...
Setup :
Device: nRF52840DK PCA10056
Software: NCS v1.3.99
What I am trying to do:
I have 3 SAADC sequences that I need to run for my application that I wish to poll...
HI,
I'm using the zigbee CLI example as coordinator and have another CLI device for reference as router. With my sniffer I can log the association sequence with the cli...
Hello,
I have a nrf5340 PDK .
The kit does not work right, because i got a several errors.
For example in nrf connect v.3.6.1 the PDK is shown as 000000123456 also in...
Hello Nordic support,
I would like to confirm whether nrf52840 supports only Bluetooth 5.0 features or does it also support Bluetooth 5.2 features. If it supports Bluetooth...
Hello, I am working on Nrf52 mesh network and need to update device via any host mcu or flash connected with the nrf52. But could not find any way to implement it.
If anyone...
I have changed our code that has been running on v1.4 successfully to v1.5
Mainly because I'm hoping for an improvement in the reliability of the new modem library.
However...
Hi All
Can anyone please point me to any documentation/app note that explains how the UE receives a Valid paging message when Network wants to reach the UE. Is there a...
Hallo,
IDE: Segger Embedded Studio
nrf52840 DK
Custom Board with ProteusIII
I have designed a custom board with ProteusIII (nrf52840 SoC) and was working with...
Hi,
I am currently in India city Bengaluru.
as ibasis sim does not support my region so
i am trying to connect nrf9160 to lte network using airtel sim card, but it is...
Hi,
We are working on a new product with " nRF52832 " IC. We want to test our design RF antenna (PCB trace Antenna) performance. For RF test we found an example code and...
If I change the NRF_SDH_BLE_GATT_MAX_MTU_SIZE in sdk_config.h to any value greater than 23, immediately after connecting the stack executes a sd_ble_gattc_exchange_mtu_request...
Hi, I found that hci_usb sample may not work correctly with nrf5340pdk from the following q&a. It means that nrf5340dk support hci_usb sample?
https://devzone.nordicsemi...
Hi:
I'm using "nRF5_SDK_17.0.2_d674dde"
A question about the macro NRF_LOG_INFO.
the statement in the source code NRF_LOG_INFO("Disconnected connection handle");
...
Hi, all
I just asked similar one yesterday, but I think this should be resolved first.
I want to merge ble_app_uart_c and ble_app_uart.
So I added scan_init / scan_start...