I'm looking for a way to use the nordic uart service ( devzone.nordicsemi.com/.../ble_sdk_app_nus_eval.html) from Linux using the native Linux BLE Stack (BlueZ). My application...
Hi,
I've created an application using the S110 experimental ANCS demo. I successfully implemented ANCS and then began to structure my application around it. At some point...
Hello,
In an ongoing company project we use a couple of nRF51 transceivers forming a beacon enabled wireless sensor network consisting of one base station and multiple...
I want to count clocks in order to implement a watch. I use the RTC0 as my time-base and count mainly with this device. As it has just 24 bits it would not last for long,...
Hi,
how long does it take time if i would wake up a nrf51422 rev2 (ANT and BLE) in deepest possible sleep mode ?
And how long does it tai if after wakeup it had to communicate...
I saw that the app_timer uses the SWI0. Could you explain what it does and what the advantage is compared to "timer_list_handler_sched()" calling "timer_list_handler()" directly...
Hi, I used the sample code "Master Emulator->2.1.7.8226->Example code->nRFUart"
to develop a new project, and encounter some questions...
we update nRF6310...
Hi all, I'm working on experimental_ble_app_buttonless_dfu project in sdk13-alpha using pca10040 board. I just compiled experimental_ble_app_buttonless_dfu successfully for...
Hello all,
I am implementing an energy efficient system, in which I am advertising in BLE_GAP_ADV_TYPE_ADV_SCAN_IND mode, I am using scan_req_report as an acknowledgement...
I'm trying to following example of nRF51_SDK_v12 OTA-DFU Example , but there are no support with BLE400 at all. (BLE 400 has nrf51822 QFACA1 1536EK Chip on it)
I think...
Hi Nordic Team,
Please I would like to ask how can I globally identify my device (nRF51822) based on its address?
Assuming that:
The address type of nRF51 is...
Hi all,
Is it possible to place your own antenna into nrf51822 bluetooth smart beacon kit? if it's possible, how am i going to do it?
am i suppose to remove the antenna...
I made a custom BLE device using nrf51822 and need to do DFU from remote place.
The BLE device is connected using USB to windows PC.
The Serial bootloader examples are...
I am using the nRF52840 Preview DK with BLE 5.0. In the BLE ATT_MTU Throughput Example,I use several api such as sd_ble_gatts_value_get and so on,but i still can not read...
Hello,
I'm using several gpiote interrupts in SDK 12.0.1.
I want to know the max number of low power input pins.
My configuration in sdk_config.h is like below.
thanks...
Hi,
I need to read more than 3 or 4 Bluetooth Heart Rate Sensors (like chest strap, arm band, and so on)... I need to do this using Arduino and some library.
Could someone...
I'm using the ble_app_hrs_adc_battery_measurement example ADC code in my project
However, I don't understand what these lines do
github.com/.../main.c
As far as I...
I am trying to add spi communication to the twi_master_with_twis_slave project because I need to communicate with two different sensors. I have included nrf_drv_spi.h and...
Hi,
in the NRF52832 documentation the TX chain delay is 0.6 µs while the RX chain delay is 9.4µs.
Does that mean if transmitting two packets in a row to the same receiver...
Hello everyone,
I have been using nrf52 IoT SDK for MQTT implementation. Everything works fine as long as I am publishing or receiving only one character i.e.
param...
In Bluetooth Spec (CoreV5.0, Vol6, Chepter6, Section1) it is mentioned that the random private address is generated periodically by a timer handler. I could not find any mention...
1.specification says that we should trigger EP0STATUS task to initiate the status stage for control transfer(read/write).
actually nrf52840 will auto ack the OUT TOKEN...