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...
Connectivity board crashes after a few seconds of sending/receiving packets really fast with the following:
<error> app: ERROR 4 [NRF_ERROR_NO_MEM] at ../nrf_sdk/components...
NRF52
I have a Transmitter and Receiver. The Receiver starts and listens to the ESB.
The Transmitter starts, sends a message on the ESB and restarts. The message is static...
We are in the progress of finalizing our first Bluetooth products, based on nRF52840, S140 6.1.1 and SDK 15.2.0. We have gone through the listing process (Launch studio and...
DFU failed on nrf52832 with my custom program that is based on coexist example and not failed with blinky ???
is there any frame loss for a big hex file that want to dfu...
Folks,
Using the HID mouse ble-peripheral example code as a base, I'm attempting to add SPI support, using the SPI example for pieces of code.
Both sets of code build...
I am trying to set up ack in my PTX so that when my PRX is off or out of range I get the case TX_FAILED event and when it is on and receiving data my PTX will get the case...
Hello,
I am looking into the nRF9160 hardware. And at the moment we are only interested in the lowest level possible.
The peripherals are well documented, as espected...
Hello,
I am working on TWI master application on a nRF51 board, with a sensor associated.
I have often a problem while the reception sequence.
My application:
-> nrf_drv_twi_tx...
The latest changes to the Secure Boot sample main.c file cause compilation issues;
new main.c @line 304 NRFX_PERIPHERAL_ID_GET(NRF_P0), 0);
Doesn't work.
old main.c...
SDK 14.2
nRF52832
The application I'm developing uses the flash memory to store parameters such as calibration parameters for the sensors on the product. I foresee that...
I start with the ble_template example (SDK 15.1 || nrf52382 || Embedded Studio for ARM 3.41). My goal is to transmit data (string or int) from a custom made PCB to the NRF_TEMPLATE...
Hi
I am back on the firmware end of my project after several months doing the PC and Xamarin ends in C#... Trying to remember my C...!
My device has 3 MCU's incl the...
Hi,
I am getting these compilation errors:
'NRF_DRV_SPI_INSTANCE_1' undeclared here (not in a function); did you mean 'NRF_DRV_SPI_INSTANCE_'?
'NRF_DRV_TWI_INSTANCE_0...
Though it doesn't seem to be mentioned in the product specification, I've confirmed the hint from https://github.com/NordicPlayground/nRF52-ADC-examples/tree/master/saadc_low_power...
Hello Supporters ,
I have built one application using NRF52 .in which i have interfaced sensors and Winbond[W25Q128FV] SPI Flash. now i want to store sensors data to SPI...