Hi
I am looking at section 9.1 of the S110 Softdevice Specification v1.3A and the release notes for 7.0.0-2.alpha where I see that an application now starts at 0x15000...
Hi
S110 v7.0.0-2.alpha got released today.
In the release notes it says...
[b]The SoftDevice can now be configured to forward interrupts to one of several applications...
Hi,
I use the nrf51422 chip.I want to know if the ANT establish link between chips,where can I get the matching configuration (like device type、channel ID).I mean is...
Is there a way to recieve more than one write callback for a given characteristic, per radio session? It seems like I can rx 1 time per attribute per radio session and tx...
If it can work with iOS blue setting will be better
I need some reference to dev hid device in IOS
but I can just find my device ,connect ok but not work.
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...
Hello everyone!
Long story short, we are developing a BLE application based on the Nordic UART peripheral example. The board (STM32 micro + BL652 BLE module w nrf52832 inside...
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,
...