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 All,
I have a question about notify data size.
I have a 10byte array, but the length after Notify is sent will be max len = 50byte which I set in characteristic.
...
6 hours ago
Online steve.hou
2 pts.
Dear support,
I am the beginner of of the Nordic with 52840 chipset, i am try to running sdk 1.90 with zephyr os
i am...
Hey, I'm trying to get a basic BLE with coded PHY (125Kbps) setup with on the fly encryption/decryption working but I'm running into a strange problem. I'm using a custom...
Hi, I want to use the nRF9160 in a project, where I need the antenna attached to the nRF9160 to be able to handle being 1000m below the sea-surface. It is an AUV that collects...
Hello,
At present, there is a problem. When there are a few broadcasting devices nearby but many active scanning devices that the active scanning is not easy to find devices...
Hi
I am using app_timer_cnt_get() like MIllis()
uint32_t millis() { uint32_t milli; milli = app_timer_cnt_get() /32.768; return milli; }
but when i connect the nrf52840...
Hello ,
i have successfully compile and run 'binky' and 'Hello_words ' sample code using segger .Now i want to test Uart communication with nrf9160 . (want to send string...
Hi,
we are following below link for DFU example i.e. serial dfu on nRF52833. we are not able to install mcumgr in windows . are we missing anything here. kindly help us...
I'm testing an implementation of the serial UART bootloader for DFU. Firmware update using nrfutil works fine, using a serial-USB dongle, The only issue I'm seeing is that...
Hi DevZone,
I have recently updated:
nRF5 SDK to 17.1.0 from 15.3.0
S140 to 7.2.0 from 6.1.1
SES to v6.20a from 4.16
The SoftDevice now fails to initialize when...
hi support team,
in ncs llpm example, we tested it and find out one problem, why 4bytes of timer data would spend more than 1ms? please see picture 1.
further more,
...
I testing asset_trcker_v2 and want to add new custom event module. I have few doubts and queries:
1. There is event_handler function in each module as well in main fuction...