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 Susheel,
Thank you for your support.
We would like to get your advice related our new design, with the followings:
Assume we need to support besides of the BT5...
Hi,
I am developing one of the my project on custom board, in which I have to configured the two GPIO Pin's as input to sense the those pin and take actions assigned on...
I'm developing a battery powered BLE sensor application where I need some basic guidance on how to implement this:
The sensor action consists of a measurement process where...
Hi there!
I appreciate your work on Nordic SDKs which are getting better and better.
But sometimes SDK setup isn't as quick as it could be.
E.g. for evaluation purposes...
Hi,
I am trying to port the Thingy project (ble_app_thingy_s132_pca20020) to Segger Embedded Studio on a Mac and it proved to be not an easy task, in fact I have hit a...
Dear all, I am building a BLE thermometer based on nRF51422 chip. I need to get certify it and if any of you performed and have the tests results of the below tests, for the...
The board came pre-programmed for MBED. I don't need that, wood like to enable regular JLink. I believe the process is to get it in boot loader update mode (hold boot/reset...
Hello,
I am new in this platform. Few days ago, my boss give me a nRFgo Motherboard. He want me to write a program that nRF24le1e can read/write data from sensor via I2C...
Just verifying to be 110% sure:
The TRACEDATA1-4 pins may be used as ordinary GPIO pins when no trace-functionality is configured for the debugger? So even if a debugger...
Hi,
I have a PCA10040 connected with some wires to an external I2C device and I need to poll data from the I2C device and send it over BLE, also updating the advertisement...
Hello,
I'm looking at the different way to control / dialogue with nRF9160 module.
I know it is possible to send commands through the UART port or through the cloud, but...
Hello Support,
I have developed one device based on NRF52,it has interfaced 4 sensors.It's working fine.
Now i want add one feature is that if sometime connection lost...
Hi,
I'm doing research on Bluetooth Mesh for which I built a Mesh system for testing throughput. So currently I am sending messages at the max speed (every 25 milliseconds...
Dear Nordic,
I am trying to do the following;
nrf52840dk will be ble central
ios will be peripheral
ios will begin to advertise then nrf52840 will connect
...
We are using SDK 15.0 and Softdevice 6.0, nRF52832
The question is :(1) We migrated the example "ble_app_hrs_freertos" to "ble_app_uart_c",luckily it works ;(2) But when...