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...
nrf51822 SDK 9.0
iphone 6plus System version IOS9.2
When the phone receives the QQ message "static void notif_print(ble_ancs_c_evt_notif_t * p_notif);" can execute.
but...
My name is Cedric, responsible for Workplace Management at ´my company, which also includes application management. We try to install all of our apps centrally via Intune...
I am using the LPUART and running into an issue when the UART is disabled. The LPUART doesn't notify the user callback that the buffer can be released. In my case, I am using...
I developed a project using nRF Connect 2.6.1 in VSCode. I created a custom board for the development board I was using (the SparkFun Pro nRF52840 Mini - Bluetooth Development...
hi
We have developed it to the specifications below and are preparing for mass production.
We would like to inquire about a 10% standby current test defect occurring...
Hi,
Bug:
With a connected ISO connection between two devices X and Y:
X acts as a peripheral. It's the ISO server and it is transmiting iso data to Y.
Y is multirole...
There are multiple errors:
Failed to clone the repositories: Error: Cloning into 'C:\ncs\v2.6.1.west\manifest-tmp'... error: RPC failed; curl 56 OpenSSL SSL_read: Connection...
Hi,
I'm struggling to use ble_app_att_mtu_throughput and spi. Some help?
When I merge the two codes the main code (ble_app_att_mtu_throughput) doesn't work.
Thanks...
hello,
I need microsecond timer interrupts in my program, so I thought of using the TIMER of the hal library.
When I enable CONFIG_NRFX_TIMER0=y in prj.conf, the system...
It seems hostap has a bug. This line:
https://github.com/nrfconnect/sdk-nrf/blob/4e9436d1076a362adf168e6a8878a8b32b8bff4d/modules/hostap/src/supp_api.c#L312C2-L312C78
...
Im currently using a nRF9160 with SLM application as a modem on a nRF52840.
How can I configure the modem for NB-IOT or LTE by using the nrf52840?
My project is working...
As instructed in the thingy53 getting started documentation I installed VSCode and the nrf Connect SDK extensions. Using VScode I am able to build and run examples.
However...
I connected to the device with BLE, conn handler is 0 and it is sending data. I disconnected, I reconnected, conn handler is 1, it cannot send data. I disconnected again,...
Hello,
We have an nRF5340 (custom PCB) application, based on NCS 2.6, that uses the TFM and needs to use P0.02 (NFCT) as SPI CS.
Currently, the CS is not moving, since...
I have been experimenting with build configuration for the peripheral_uart sample project so I can add DFU. I have had a great deal of difficulty doing this because of unexpected...
Hi, I am implemented DFU on nRF52840DK and now i want to implement on my custom board. Any suggestions to implement DFU FOTA using BLE for production I am using nrf52840 and...