Dear Nordic:
I try to use pca10040 DK and SDK is nRF52_SDK_0.9.2_dbc28c9.
Test nRF52_SDK_0.9.2_dbc28c9\examples\peripheral\UART the function work well on my DK.
I...
Sometimes windows lose the connection to the nRF51 Dongle. The only way I have been able to reconnect to the dongle is by unplugging and replugging it to the USB port. I have...
app : nrf tools on git hub
s130: sdk v11
s110: sdk v8.1.0
example : nrf_ble_uart.
after modify, it happen, is there some definition shoud modify in app?
by the war,the...
Hi......
the board advertising correct,and it work normal (connect,send and receive data),bug it's name can not display in app scan menu. the definition is "liu",but displaying...
HI,
with the new version of the bluetooth website, i can not find the link to overview the profile,service,characteristic and something else related to it.
thank you.
I've developed my BLE application that is based on nRF518822 and softdevice S110 v.8.0.0.
I've defined 6 services (4 with 2 characteritics each and 2 with 1 characteristic...
I can get right value when I chose QDEC_SAMPLEPER_SAMPLEPER_512us in slow application ,but in my application my max data rate is more than 2k, so the QDEC value is less than...
Exercise 2 doesn't seem to work for SDK v2.6.1 with v2.6.1 toolchain. SDK v2.5.1 works though. What configuration or code changes do I need to make it work for v2.6.1?
Hello,
I was curious if there was a project that uses 2 Mbps BLE to connect two nrf52840s, preferably with the ability to change which BLE channels the devices use. I...
In our custom board, check flash write and read using sample (C:\ncs\v2.6.1\zephyr\samples\subsys\nvs) but showing following response. the same build working fine in nrf7002...
This issue is for a programming environment on a macBookPro.
I finally get the system tamed and got to the point of testing the various sample apps provided. I wasted a...
1.Created a composite device for CDC and MicPhone. When the registration of mic SOF is interrupted, the device may not recognize the issue
ret = app_usbd_audio_sof_interrupt_register...
I would like to develop DTM and normal BLE stack operation in single firmware by NCS. Basically i will check a GPIO, go DTM test mode if GPIO short to High, go normal BLE...
Hi,
I'm evaluating the LE audio application to check the capability of using the Coded PHY for transmitting audio.
According to this page, LE Isochronous Channels: Configurations...
Please find below my config for handling Interrupt calls.
I've tested on another sensor dev board that the sensor I use is properly set up and is sending INT1 and INT2....
Hi everyone,
I am working with nRF52832, I am trying to implement the Zephyr Modbus client example onto it, but i keep receiving the following errors.
There is this...
Hello everyone
I'm trying to connect 2 board nRF52-DK (PCA10040) via modbus RTU using zephyr example (client and master in 2 different board).
I'm using visual studio...
I just installed the toolchain (2.6.1) and SDK (main) from scratch, and I'm not able to build the Serial LTE Modem and Asset Tracker application. I receive an error during...
Hi There,
Are the GPIO levels high impedance when the system is in off mode? Can you give information about their status? For example, one pin of the device is configured...
Hi there,
I'm on Ubuntu 22.04.2, 6.5.0-41-generic kernel.
I've been trying to setup the nRF connect toolchains & SDK through VSCode. Things seem to install fine, but when...
Hi,
I have a solution that every 15 minutes needs to perform a WiFi Scan and save the BSSIDs that it finds. Sometimes it will find the maximum number set and will complete...