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..... This is Venkatesh. I am using nRF52-DK Evaluation kit. This is my first question posting here. It is pleasure to have an account to share my knowledge and get the...
Hi Currently I want to get Double value from a Char array, but somehow when printing the Double variable, the value returns NULL.
double Val_double; char testdou[] = "7777...
Hello Dear Developers!
I have a warning when I compile Task Manager
The warning is generated at this code in cmsis_gcc.h file:
Despite this my program with Task...
Working with Jay Tyzzer ( [email protected] ) out of southern California. We're having our units tested for EMC certification and the test house has requested a DTM...
Hi,
I am using the SPI at 32MHz. I would like to add 0R series resistors to the SPI lines so that I have the option to add a 10R or so to mitigate any emissions or immunity...
I am using SES and nRF5 SDK v17.0.2.
I am tying to add a few peripherals (SAADC, I2C, SPI, etc.) to the peripheral UART example with EVK (ble_app_uart_pca10040_s112)....
Hi,
I am using 'power profiler kit 1' with the latest desktop (windows) app (nrf connect 3.6.1 and power profiler 3.0.3). The setup was working fine with the older versions...
Hi everyone,
Because of experiencing stability issues using the app_uart implementation for UART communication, I recently switched to the libuarte_async lib which works...
I'm trying to run two UARTs out of my NRF52840. Do you have an example in which both SoftDevice UARTs are used? The Nordic Infocenter SDK 14.0.0 documentation lists one of...
There seems to be a blanket statement of v5.1 compliance here:
https://www.nordicsemi.com/Software-and-tools/Software/S140/Download#infotabs
Does this apply to all revisions...
Hello, when will the v8.0.0 version of the SD for the nrf52840 be available? It seems to be listed in the SIG webpage, but not available for download on the nordic webpage...
Hi,
While trying to measure timings with input captures and pin interrupts, I noticed that the SDK-provided pin changed event is very slow : by the time my handler starts...
I am trying to port my working application from a nrf52811/s112 to nrf52832/s132, both with SDK 16.0.0. I'm at the end at the process, it builds fine on nrf52932, I just can...
I'm new to develop firmware on nRF9160-DK, and my first target to add APN to use LTE-M.
For now, I'd like to do a simple way in the below even this is temporary.
=> Hard...
Hello,
I try to transfer the thread_mqtt_sn_client_publisher example from the pca10056 to the pca10059.
Before that, I tried out the example with the pca10056, a boarder...
Hello! me and a coworker are developing a library for communicating with a peripheral via UART. The main idea is that when we send a command, we should get the corresponding...