Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
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...
In Eddystone example in SDK 12.2.0, APP_MAX_ADV_SLOTS parameter is by default 5, but if I try to use less than 5, an error appears in es_flash.c because in the code, 5 slots...
hello there i want to scan particular device. so i am using whitelist. i change in hear_rate center code. but its not working. other unwanted devices are also scanned. i am...
Hi,
We are working with the nrf51822 on mBed platform
We have created the following profile under deviceinformationservices
in main.c
uint8_t DataCounter = 100;...
Hi there!
I found out that there is some problem in the example ble_app_hrs_rscs_relay in nRF5_SDK_11.0.0_89a8197. I want to restart advertising when adv timeout. I did as...