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...
Hello All,
I am trying to publish sensor data retrieved by nrf52840 to AWS mqtt broker.
has anyone ported amazon web service embedded C IoT sdk on nrf52 ?
Any suggestions...
I'm experiencing issues when porting a working app based on the BLE HIDS examples from SDK13 to SDK14. I now basically rebuilt the application from the SDK14 hids keyboard...
I was building a prototype on my nRF52DK. Before the weekend it all worked fine, switched it off, came back after the weekend and now I get the "Could not power-up debug power...
I made boards with the nrf52832 chip and the MAX8808X chip. The MAX8808X chip has battery monitoring. But I do not know what to do.
The number of GPIO pins connected to this...
Hello,
I downloaded the recent SDK 14.2.0 and installed nRF5x_MDK_8_15_0_IAR_NordicLicense.msi included.
When trying to load the ble_app_template in the dev kit I don...
Hi,
I have a custom PCB board with a nRF52832 and a motion sensor.
I cannot use a signal analyzer on the output from the sensor because of the shape and small size of...
Dear nordic employee
my purpose is send a data the length is from 150 to 273
when my server device send data by sd_ble_gatts_hvx(the send length is fixed 10 bytes) ...
hi support team,
my nrf52840 is acting as peripheral and my mobile with nrf connect is acting as central. after the connection i am able to read and write my device name...
Hello Nordic Team,
A quick one to let you know the links on the frontpage of the NRF SDK are either broken or completely cyclical.
if you click on a link to a particular...
There is only one constructor for type BluetoothGattCharacteristic in Android SDK
BluetoothGattCharacteristic(UUID uuid, int properties, int permissions)
Does the...
Dears,
I would like to implement a solution for multi-nus(peripherals) to connect one ble_app_multilink_central(centrals). Is it the right way to implement multi-nus connecting...
Hello, I am trying to set my own BLE service, and on the adverstisement initialization I get an error 0x0000000c when calling to ble_advertising_init() .
Why does it mean...
I'm trying to implement a BLE Central device on an STM32 using Serialization to connect with an nRF52-DK board; I've previously gotten a BLE Peripheral working on the same...
Hello All,
I want to write the peripheral code which will send sensor reading to central.
For that I started looking into the Uart_Nus peripheral code from SDK.
I tried...
Hi,
We have a BLE Tx (Transmitter) and BLE Rx (Receiver)
BLE Tx : Nordic nrf51822 (Role: Peripheral, Server)
BLE Rx : Other chip (Role: Central,Client) ...