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,
Im using: nRF Connect 1.9.0, Visual Studio Code. I have: a nRF52480-dongle a nRf5340_DK
I would like to have Samples (code), to have a loop through with the highest...
i have a code base which is originally run on nrf52832 dk and i want to port it to the pca10059 dongle i run in gcc env and successfully modified the definitions and includes...
Hi, I'm developing an project based on ble_app_uart example. My expection that is multi mobile phone can connect with my nRF. But, my nRF can connect and communicate with...
Hi Nordic! I'm using the nRF9160 with a micro sd card so I have a lot of storage. I was wondering if it is possible to retrieve a .hex file and flash it using LTE?
I'm able...
Hi,
When I try to build a 'light_switch' project on SEGGER embedded studio for nRF connect SDK 1.9.1 for BMD-330-EVAL board. Running into the following error
arm-none...
Hello Everyone,
I am using NRF52833 in my project and I have my NRF module connected to 2 other microcontrollers on UART peripherals. The details are mentioned as below...
We have first worked with a development kit from Nordic (nRF52840 DK) . We flashed the BLE applications using the nRF Command Line Tools.
https://www.nordicsemi.com/Products...
Hello,
I have to open a new discussion session on the same topic because the current session has been closed.
The topic is as follows: devzone.nordicsemi.com/.../at...
Hi,
We currently have a Gazell project that runs on nRF52832 . We have difficulties changing the project target to the nRF52810 .
From the SDK17.0.2, example: "gzll_ack_payload_device_pca10040...
Hi,
I have a firmware (performing DFU over Bluetooth )that runs well on nRF52833 dev kit and for developing the DFU over BLE. I follow this tutorial
https://devzone.nordicsemi...
Using SDK 17.0.2 I wrote a function to modify advertising interval on the run. The function doesn't return any error but the interval isn't changed. What am I doing wrong...
After nrf_drv_twi_tx() function and nrf_drv_twi_rx() function, m_xfer_done is checked using APP_ERROR_CHECK(m_xfer_done). What is the significance of checking m_xfer_done...
Hi,
I am working on DFU-OTA example on BLE. my doubt here is once the controller copied the image into slot1 bootloader will immediately start to validate whether the image...
I am using the following code to generate and output a n-MHz clock on a GPIO pin. (code is borrowed/copied from another question on this forum)
However, the clock output...
I download the zip file(nrf-command-line-tools-10.15.4_amd64.zip) in the website.
And then I unzip it get the following structure files:
JLink_Linux_V758b_x86_64.deb JLink_Linux_V758b_x86_64...