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...
Hello:
Why do I erase SDK5.2 version of flash and read not, in SDK4.2 can. I tested nrf51_sdk_v5_2_0_39364\nrf51822\Board\nrf6310\flashwrite_example is a good example.However...
Dears,
I am working with nrf52 SOCs using nrf connect sdk.
I want to try the SMP Server Sample for OTA firmware update.
There is a tool called mcumgr-cli that cannot...
How are private keys stored on the nrf9160 modem? I've read in other forum posts and observed that the private key cannot be read out once set in the modem. Where could I...
According to this discussion, all the 4 UARTs are functional in nRF5340. I intend to use multiple UART ports, and I modified this exercise solution to do so. I was able to...
Hi new to this, so excuse the elementary question
Can I put custom software on a XM122 using the XB122 dev kit? This is the only hardware I have, is nRFUtil my only option...
nRF52840 does not mention medical as one of the application areas. Is there any specific reason for this? Any hardware or software requirements not met in order to use it...
Hi, I tested Central HIDS example in nRF Connect SDK 2.1.0 with NRF52840DK. The example works with my BLE keyboard, but does not work with my BLE mice. The followings are...
I am unable to use UART 1 with a very simple use case.
All I need to do is enable an interrupt callback when there is data to receive from the UART. I know that UART0 is...
Hi
I am facing range issue in transmitting and receiving data over ZigBee in nrf53833, how can i improve the range maximum i am able to recieve signal from around 35 feet...
Hi All!
I am using Zephyr RTOS NCS v2.0.2.I used uart_central and uart_peripheral apps. But it Can only connect one peripheral with central at a time. Is it possible to...
Dear Nordic,
I am currently working on a USB project were I am interested in building a USB audio device with two-way volume control, i.e. such that both host and the device...
Hi
I am trying to connect my own mosquito MQTT broker. I created certificates and I uploaded all certs through the LTE Link Monitor. I defined
CONFIG_AWS_IOT_BROKER_HOST_NAME...
Hi,
I have been working on a setup where I connect a sensor (TI ADS1299) to the nRF5340-DK 2.0.0 using an SPI connection and transmit the recorded data using BLE. I have...
Hi team,
I am using NRF52833 DK with PCA10100 on it and s140 soft device version..
While writing data into the flash, it is not updating.
Here I am attaching my fds...
My device and Software details are as below
nRF52840 DK
nRF connect SDK 2.0.2
Want to verify USB device role for nRF52840 DK.
Found the below example and its documentation...