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...
Hi,
I'm connecting with my cell-phone for the field-try test.
I want to know the modulation type when it only use the connection type??
And what the modulation type...
Hey at all,
today I wanted to set up 7 new Thingy:91 devices. All thingys are 1.4.0 // 2020.23.
So I started with updating modem FW (mfwnrf9160123) and flashing thingy91_ltem_2021...
I've modified an example project.
How do I go about exporting it, so that I can share it with other devs and they can then flash the same program onto their Development...
hello,
i am working on nrf52 dk board .NUS sdk 16
I'd like to know the start/end characteristic handle values for each service. Is the 32-bit service handle encoded as...
I have inserted the groups cluster at an endpoint. Yet, and eventhough a group seems to be additioned to the device (the device responds with 0 to the add group command from...
hi:
I need help with a problem.
Error in merge file for 52810.
use sdk:nRF5_SDK_17.0.2_d674dde
bootloader:secure_bootloader
app:ble_app_buttonless_dfu
app:FLASH_START...
Dear Nodic friends,
We use nrf52833 to design a BLE control box with USB DFU function.
During USB DFU, DFU Trigger Library will reset nrf52833, so we should connect a...
Hi
I'm trying the light lightness example, I'm using nRF Mesh Android app for provisioning. I've 2 nrf52840 DK's. One is for client and other one for server. Both of them...
Hi,
I am trying to implement BLE on nRF52840 using Zephyr APIs. I am wondering if anyone can elaborate how to use bt_gatt_write() and bt_gatt_read(). As of now, I am able...
Hi:
s132_nrf52_7.2.0_release-notes.pdf shows us below words in page 3 about limitation:
GATT:To conform to the Bluetooth Core Specification v 5.2, there shall be no secondary...
I am creating a system with one BLE central device (nRF52840 DK) and many peripherals (nRF52840 Dongles). I am attempting to create a BLE central device that interfaces with...
Hello i have a working program with ble:uart and twi in a nrf51822 device with sdk 12.3 and softdevice My system works perfectly when i use other gpio as scl and sda (external...
When I'm tuning the RF output (front end) of the nRF52832 to match 50 Ohm what state should the chip be in? Unprogrammed with power on or off? Or in receive mode with power...
Should a firmware written for nRF 52832 run smoothly on a nRF52833 if no changes in functionality are desired?
If changes to the firmware are needed, which layers must be...
Hello , Vivek here. I am planning to use NRF52832 in my design and interface it with a microcontroller. And i am new to handling bluetooth protocol. When I was going through...