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...
before i write the flash, it has been erased.so ,its value is all 0xff.
when i write 0x00 to flash address 0x0001,the value read out is not 0x00 but 0x01,and the value in...
I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
I am trying to keep everything synchronous between the client and peripheral. I am also try to make the peripheral code itself synchronous. So on the nRF51 DK, I use a button...
Hello,
We are trying to use nrfutil to perform DFU on our linux system which includes two host targets 1 an Intel machine and the other ARM machine
On the Intel machine...
Hi Nordic team, Due to critical real time constraints, I have to temporarily disable the softdevice, perform data acquisition from sensors, then enable it again. I'm using...
I am currently working on a project involving passing sensor data to Microsoft Azure.
I am looking at the sample application v1.4.99-dev1/nrf/samples/nrf9160/azure_iot_hub...
Hi All
First post! (be gentle!)
I'm developing on the nRF52840 and I am experiencing an issue using the led_softblink library.
I have the led_softblink configured to...
Hello everyone,
I am using nrf52833 development kit and have installed SoftDevice as nRF5_SDK_17.0.2_d674dde in that used basic example of name as ble_app_att_mtu_throughput...
hello nordic
i am working with nrf52832, sdk 16 v7.0.1, s132
i build my app on the central ble_blinky example and i am scanning for beacon advertising
i added...
I merged SPI, I2c into BLE_UART example, spi interface works fine in main() function, but when i try to write spi memory with data received from BLE UART ( in nus_data_handler...
The BLE scanner I developed does not scan devices with RSSI less than -80 dBm. However, it is stated in the datasheet that the nRF52832 chip has a sensitivity of -96 dBm....
Hello,
I have a problem when I want connect my phone to do a DFU for this I use the Bootloader Secure Example. My Phone is a Samsung Note 9 and I have the last update for...
Hello,
We are using nRF52840 with SDK 15.2.0, a bootloader and the SoftDevice. We communicate with another microcontroller (a STM) with I2C. The nRF52840 is the master...
I want to use the Direct Test Mode software in the nRFConnect App for radio testing on my custom board, but it's not working. I suppose this is happening because I connect...
Hey all
I'm working on a BLE device using a nRf52840 SOC and for some tests now I've to measure the RSSI on a specific BLE channel (e.g. ch 37). What I've done so far...
Hi
I am using NC version 1.5.0 Dk version 0.15.0 .I am trying to get the AGPS data ..it's working sometimes and some times I'm facing the following error.Can you please...
Hi,
Is it possible to run a freeRTOS project on nRF52805?
I've follow the instructions from "Developing for the nRF52805 with nRF5 SDK" on the simple "blinky" example...