I need to create timeout below 1ms. I would pretty much like to use timer for that because I do not want to hold the cpu inside cycle. For me it is not important the exactness...
Hi,
While testing the device firmware update through the nRFtoolbox android application, i get "device has no required service" error more frequently.
I use latest version...
I'm having some trouble successfully entering ON,IDLE mode. I have pared-down my application to do the following:
Initializes the app_timer using the scheduler:
...
I want to control GPIO toggle by PPI. Timer1 is in timer mode. CC[0] is 1000, and CC[1] is 8000.
I use compare[0] to toggle gpio18 by PPI. I also want to use compare[1] to...
Hi,
I use two evk board to connected and test the uart serialization sample(ble_s110_serialization), one is ble_app_hrs and one is ble_app_connectivity. But I have one...
I am getting get BLE_EVT_USER_MEM_REQUEST and BLE_GAP_EVT_CONN_PARAM_UPDATE event, when writing to ble device, sample code did not handle these event, and seems no document...
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...