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...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
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...