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...
Hi
We are currently in the midst of our production process and are utilizing a microcontroller that communicates with a BLE chip. As part of our quality assurance, we aim...
I want to use XY485 converter for serial communication between 485 relay and nrf52832. The converter does not need enable as it does it on its own. I have implemented this...
Hallo everyone,
nrf52840 Dk (Master device)
MAX86140 (Slave device)
I have been working with an AFE (Analog front end) sensor recently. It is a 19 bit charge ADC with...
Hi there,
I have some nRF5340 Audio DKs, and have got the example nRF5340_audio application working fine. I am using VS Code on Windows for this, and SDK 2.4.0.
What...
I am trying to run the NCP light_zc sample (with nrf52840 dk on usb) on latest RaspberryPI 4 (aarch64)
The sample starts, does some communication on usb then the nrf reboots...
Hi,
I am trying to use the UART on my nRF9160DK board.
In my program I have 2 uarts in use. uart0 is used for printk output and uart1 is used to receive data in async...
Hello! I'm working on an application with precise timing and I'm using timers and PPI.
In the callback pulse_end_cb() I seem to get garbage instead of the parameters, which...
Hey, so we have been building a prototype similar to a hearing aid with the nRF5340 Audio DK. I had a few queries regarding the DSP block of CS47L63 Hardware Codec which is...
Hi,
I'm implementing a BLE GATT peripheral that has no display but it does have a button.
I'd like to make some characteristics only available to devices that are BONDED...
Hi,
I am using CJSON_LIB from nrf-sdk modules, I even tested this cjson lib in such a simple way in helloworld app (I attached the sample project.), and after running for...
Hi!
We're looking into possibility to use nRF5340 and nRF7002 to provide BLE and WiFi access to an external MCU. The idea is to use one of NXP's MCUs as the main processor...
In the Power Profiler, when I select a larger area in the data logger, then it stops updating the selection time. It works great till 16:40m, but then stays at this value...
Hi,
We have developed our code against SDK 2.3.0 and I wanted to try to upgrade the SDK to 2.6.0. I had to remove CONFIG_OPENTHREAD_CHILD_SUPERVISION from my prj.conf, but...
HI
I basically define uart_init(); in Main.
And use DEBUG below to decide whether to use UART.
#ifndef DEBUG
NRF_UART0->TASKS_STOPRX= 1; NRF_UART0->ENABLE =...
In the transition from SDK v2.5.x to v2.6.x, Nordic removed support for boards that don't have the nonsecure (_ns) configuration in the Azure IOT hub sample. In other words...