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...
hai
i want to store a struct contains two elements . can i store it in flash using pstorage....?
if so how can i do that.........?
or
can i store a two dimensional...
I want at s132 use RT-Thread RTOS,but I see arm_startup_nrf52.s file defined Stack_Size and Heap_Size 8K, can define Heap_Size = 0? reduce the Stack_Size (such as 4K)?
so...
Hi,
I want to know that what is the different between RS232 and TTL.
I want to know that can we two RS232 to TTL converters back to back in the wire ??
Hi,
I'm using nRF52832 Software Development Kit, PCA10040, S132.
In nRFgo Studio, I erased all my SDK.
In nRFConnect, I selected serial port which SDK connected.
And...
hello there i am using nordic SDK 10. spi_master.rar (/attachment/5a7f162df5ffa9d40019ed2553d99f1d)
i am getting some compiler error. i have uploaded text file. can anyone...
I am able to run nRF5_SDK_12.2.0/examples/peripheral/blinky using the armgcc toolchain without any issues but any example with a soft device enabled (e.g. nRF5_SDK_12.2.0...
Hi. I'm using nRF51822, SDK12.2.0, S130 v2.0.1.
I'm trying to make a peripheral device using nRF51822.
Is it possible to define multiple Characteristic Properties? ...
Hi,
My code was working perfectly until yesterday, where the function "ble_nus_string_send" on my main loop started returning NRF_ERROR_INVALID_STATE because "p_nus->is_notification_enabled...
Hi,
I have found that the sdk13.0 is support 20 current connections , I test it by using example /SDK13.0/example/ble_central/ble_app_multilink_central , I change the central...
Greetings Nords,
total noob here,
I've got two preview nRF52840 devices (as well as the two normal nRF52 devices),
I want my two preview devices to be able to ping each...
Hi,
I am using nRF52 and SDK13 with SoftDevice 132 v 4.0.2 which is now supporting multi-peripheral connections.
I am using multi-peripheral example for reference. In...
How to make BLE examples working. for nRF52DK series (BLE_app_template)?
Hi, I tried for around a week. and I will describe what I did, and what I have found first.
I...