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...
Hello!
I am trying to install MCUMgr on MACos.
I install the Go Programming Language and then follow this: https://docs.zephyrproject.org/latest/services/device_mgmt/mcumgr...
(I was asked to create a new post for this specific query. The original post where this investigation started is here: Async UART and shell module in Zephyr on nRF52480 )...
I've just built up a batch of custom PCB's we designed using the nRF52832-QFAA IC's. I'm attempting to program these with the nRF52-DK, and am following the connection diagram...
Hi I'm using example ble_app_uart with minor modified. Only add more log to debug. Hardware nrf52840 DK. Latest SDK v17.0.2, s140. Connect to mobile phone using nrf connect...
I use the zephyr version 3.0.9,when i build the hci_rpmsg project,it have serial error.then i chnange the onfigruation by add some new definition.
I add some configurations...
Hi,
What macro should be used in the bt_data ad struct in order to advertise a custom 128 bit UUID? I have tried the following: BT_UUID_128_ENCODE(BT_UUID_CUSTOM_SERVICE...
The Trace Collector V2 preview (v0.3.5), seems not longer working. (It was working nice before with the mfw 1.3.2.)
Unfortunately, I'm not sure, which of the updates of...
Hi there,
I was using app_uart_put to print out data from a nRF52, but now I need use printf to use AT commands more easily(more readable) instead the working around app_uart_put...
I am going through the Nordic tutorial Creating Matter device ( developer.nordicsemi.com/.../ug_matter_gs_adding_clusters.html ) but I am getting errors during the build that...
It took me a few days to determine this issue, so I wanted to share it with the community if you come across this issue. If your pairing process is not sharing the IRK/ Resolvable...
Hello,
Our production device is having issues with the BLE connection only identified with the Samsung S20+ model currently. We are using custom services for our phone App...
Hi,
I am working with nrf52840 development kit and raspberry pi 3b module.
Using raspberry pi module i am able to scan and connect to nrf52840 development kit.
Now...
Hallo,
I am currently trying to debug the Matter samples on the NRF5340 DK. They all work fine, but I have a problem with the "Thread Viewer" in VS Code while debugging...
I have cypress ble module that generates carrier with PRBS9 modulation and GFSK on 2408MHz. As a receiver I use nrf52 Dongle and nrf52 DK board. In RSSI viewer I can see signal...