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, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hello,
How many RX buffers are in S110 SoftDevice? I know there are 6 TX buffers (so you can send 6 packets per Connection Interval).
How is it on receiving?
Is it e...
How to implement unpaired binding whitelist? I have tried, but the device that only sets the MAC address whitelist cannot be connected, so I must set the peer IRK. Is there...
Hello,
I'm just learning the nRF stack and development environment, hopefully this question is not too basic. Our product requires the usage of the extended data length...
Hi there
I am testing the ATT MTU throughput test provided by nRF5 SDK and I found the throughput could not reach the theoretical maximum 1.4Mbps.
Hence, I used the...
Is an adaptation of https://github.com/microsoft/Windows-driver-samples/tree/main/bluetooth/serialhcibus for the Nordic / Zephyr hci_uart sample available?
Like https:/...
Hi,
I work with win10 laptop, Toolchain nrf Connect SDK 1.6.1 on a nrf5340dk. I use peripheral_uart sample.
I follow the guide:
https://devzone.nordicsemi.com/guides...
Hello,
I have made a lot of work with nrf52840 microcontroller and i am in pre-production stage.
NRF Connect is not loading in vs code.
I have tried to uninstall/reinstall...
Hey,
I am using an HID keyboard + keyboard toggle in my project,
When the nrf connects an iOS phone, it takes control over the phone's keyboard.
To release the kb we...
Dear ,
I am using the nRF52833-DK development board with the NCS1.7.0 SDK.
I am trying to get a PWM waveform output at 50% duty cycle with 409.6kHz frequency based on...
Hi,
I have a NRF52840 USB dongle( https://www.nordicsemi.com/Products/Development-hardware/nRF52840-Dongle); is Any possible to flash NRF52840 dongle with PTS Firmware Upgrade...
NRF52820
PAN1781 EV Board
Segger Embedded Studio 5.62
nRF5_SDK_17.1.0_ddde560
S140
Hello,
I'm currently working on an indoor positioning system and as the title...
Hi,
I compiled an application that should start at address 0x40000. However, executing an OTA DFU always places the application at 0x26000, right after the softdevice. ...
In a previous ticket on another topic this question came up. Given it was a tangent to the original topic of that thread, and I think it would be helpful to others, I decided...