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...
Hi Nordic,
Using nrf-connect 1.9.99 and Zephyr 2.7.99 (*** Booting Zephyr OS build v2.7.99-ncs1-1 ***)
I am using then nRF9160-DK and everything is fine. Getting 40uA...
I'm running Manjaro Linux and have ran through the installation instructions for the nRF Connect Desktop. I have separately downloaded the Segger JLink software as instructed...
Hi Team, In my project i am using nrf52833 and i have established a network using Open Thread protocol to communicate . I am able to pair my device with the network. One scenario...
Hello, I am using 52832. There is an external interrupt count with a maximum frequency of 1kHz. I have two hardware. One I transmit to the mobile phone at an interval of 50ms...
Hello sir ,
i am trying to build file from given sample code file name is "azure_iot_hub" , i don't make any changes in this file .
on adding build configuration it show...
I have an issue from few days with the nrfCloud.
I am not able to see the live data from my devices.
However historical data is available up to the last sending so the...
I can't quite seem to figure this one out.
We've got the APP_ERROR_CHECK macro on our functions that return NRF errors. When there is a genuine error, the system does not...
Hello, I am trying to communicate with a Bosch BMI 270 device( datasheet ) using the nrf5340dk. I originally tried to use I2C since there was an example file available for...
I have an issue when registering the SIM card on nRF cloud. The save button on the form shown below won't active and can't be clicked. I have tried to fill just the asterisked...
Can anyone comment on, or point me to specific documentation, regarding creating custom control points under nRF51? I'm using both nRF51822 and nRF51922 parts. I have read...
I have a semi-working app which executes Zigbee commands that it receives from other nodes, but the latency is sometimes unacceptably high. I would like to check some of the...
Hello All,
I want to use the io function of freertos, but there is no routine for nrf52833 to use this function in the community and Google, so I want to ask whether the...
I used mergehex.exe to generate a merge.hex with firmware appcore.hex and firmware netcore.hex.
and use nrfjprog.exe flash merge.hex to nrf5340.
Prompt error:
How...
Hi,
I want to simply get RSSI at each scan in the connection less example (direction_finding_connectionless_rx). I have running two nRF52833-DK. One is flashed with RX and...
Hi,
I would like to know if there are sample programs for getting GPS sentences through UART using Zephyr. I am using Fanstel (BT840X) board. I would also like to know the...