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...
I am working with an IQS572 capacitive touch IC, and when communicating with this IC, the communication window will shut down if it receives a STOP bit.
I am writing a lot...
Dear all,
I am use nrf5340_audio_dk to run the audio_application and I use the BIS mode. I post 2 loggings at the headset device as the broadcast_sink. All things seems...
When I try to build the SDK example WiFi monitoring it showing error, C:/ncs/v2.6.1/nrf/ext/oberon/psa/core/library/check_crypto_config.h:80:2: error: #error "PSA_WANT_ALG_DETERMINISTIC_ECDSA...
As far as I can tell, it is not currently possible to implement the following functionality in a simple way with pynrfjprog across the various device families.
* What is...
Dear Sir/Madam,
I am using Zigbee: Light bulb — nRF Connect SDK 2.6.99 documentation (nordicsemi.com) this sample to do an evaluation, and I would like to change the tx...
I'm trying to do an ADC measurement on AIN6 on an nRF52832. This is how I have things set up:
proj.conf:
Overlay file:
ADC initialisation (this gets called on power...
Hi Support Team
We are testing the sensing of zephyr sample in the below directory with nRF52840, but we can't find which callback function is used to get the sensor data...
Hello,
Im trying to update the custom nrf5340 board over BLE. I have managed it using nRF Connect and Device Manager.
I can upload it using nRF Connect, but I need to...
Hello!
We are on the process of implementing our own desktop program to run DFU over BLE, similar to how the nRF Connect application does it. We are using SDK 17.1.0 in...
Hi ,
I would like to know if we can use 2 PPK's in such way to measure both direction.
As you can see in the diagram , the current can flow to the battery or can flow...
The bluetooth program refers to app_ble_uart. Bluetooth uses nRF52840. I use stm32 MCU to transmit data through UART. The baud rate is 460800 for transmission. The UART transmission...
I am using nrfConnect for Visual Studio Code 2.6.1 and I am being asked what version of Zephyr I am using when diagnosing a problem in a Zephyr forum. There has to be some...
Hi
Seems like all new nRF DKs shipped with nRF5340 as interface mcu have limited speed on Debug Out.
nrfjprog -r --clockspeed 646 Applying system reset. Run. nrfjprog...
I need to send a JWT to a non-nordic server. They ask for a small struct to be encoded and sent as a string in a larger MQTT message. For example:
That struct is encoded...