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...
While debugging this code https://github.com/Rallare/fw-nrfconnect-nrf/blob/nrf9160_samples/samples/nrf9160/adc/src/main.c using nrf9160dk getting error "device_get_binding...
Hi,
I've recently built my own custom board (with an onboard nrf52840) and have been trying to program it with an nrf52 dev kit. To program it I've used the following forum...
Hi Team,
SDK used 17.0.2
I am able to successfully wakeup the device from systemOFF using a gpio (not from sensor). In this case it is consuming only 350 nA (300 = nRF...
Hi, I tried to run the ble_app_beacon example (PCA10056e) on NRF8211 chip using SDK 17.1.0. I removed the DEVELOP_IN_NRF52840 and NRFX_COREDEP_DELAY_US_LOOP_CYCLES defines...
I'm trying to flash to a nRF9160 with nrfjprog. The hex file works fine, and can be flashed from other (windows) computers. But any change i'm trying to make with nrfjprog...
When I use this example:ble_central\ble_app_uart_c (SDK_17.0.2 S132 nrf52832)
It disconnects every few seconds and reason 0x8.
LOG :
<info> app: conn_Param Update...
Hello! I'm reading the functions that exist in SPU HAL.
The function nrf_spu_flashnsc_set is used to configuring non-secure callable flash region. Which is great to use...
Hi,
I am using the nRF52833DK with NCS v1.6.1 in SES for a multiperipheral application. The application has the LIS2DH accelerometer which is communicating with nRF52833...
I'm using nrf_sniffer_for_bluetooth_le_4.0.0 on Ubuntu 20.04.3 and running `./nrf_sniffer_ble.py --extcap-interfaces` fails on my system. Which also means the nRF52840 dongle...
Hello,
I would like to implement an I²C communication between a nrf52840 and a MCP3221 (which is an ADC).
The first 7-bit of the MCP3121 are 0b1001101. I guess the slave...
Hi!
I have a custom board based mostly of the nrf9160DK, where I need communication between nrf52849 and nrf9160 processor.
I have used the code from this ticket that...