I've recently began experimenting with the HID service and connecting to iOS devices in order to achieve lower connection intervals with Apple products (as described in their...
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...
Hello. I want to extended data length in my firmware which is based on ble_app_hrs example. But, when I try to set NRF_SDH_BLE_GATT_MAX_MTU_SIZE 247 (it was 23) I get two...
Hello. I want to extended data length in my firmware which is based on ble_app_hrs example. But, when I try to set NRF_SDH_BLE_GATT_MAX_MTU_SIZE 247 (it was 23) I get two...
We are currently going in production with NRF52 and we are facing the following issue with RBP on NRF52832QFAAB0.
Basically looks like the processor enters an unknown state...
I have changed the UART or nus_central program in order to be able to connect 2 peripherals to 1 central. Everything seems to be working on the central, no error appears on...
Dear Nordic team,
I am working on ble_app_beacon example code (v-11.0.0-2.alpha) to add the support of DFU (firmware update). I have experience with hrs_dfu example but...
Hello Friends,
im new here. It is the first time with the development of a Bluetooth device. I want to use the NRF52832 Chip.
But what are the biggest diefferent between...
Is the nRF24E1G obsolete?
If so, is there a drop-in replacement for the nRF24E1G.
We currently use the nRF24E1G in a product and have heard that it will no longer be produced...
Hi, I use IoT sdk with my iPhone to get current date and time, date comes in ble_cts_c_evt_t structure, how can I convert it to timestamp, I know that I have to subscribe...
Hello all,
As i want to lower the power consumption, may i know if its possible to connect the supply voltage of ntc thermistor to any gpio of nrf52832 instead of directly...
Hi,
I'm using the NRF52840 Preview DK and want to create my own BT stack with high throughput between NRF52 and other BT devices.
As base I'm using the ble_app_template...
Hi,
I followed the link, gnu-mcu-eclipse.github.io/.../ , to setup my debug environment before. I was able to view the registers. However, I updated my eclipse and the SVD...
I use the nRF52-SDK on an nRF52840 PDK, but if I start a scan request, I don't get the number of scanned channels back in the mlme_scan_conf_t.
I.e. mlme_scan_conf_t::unscanned_channels...
Hi! I need to understand the basic functionality of BLE Mesh.
Please see attached picture.
1. Is it true that a device (eg BLUE) through BLE mesh can communicate DATA...
Dear friends,
Software &Hardware: Power Profiling Application (a SDK example), S132 softdevice, nRF52832(PCA10040), Power Monitor. The measured average current consumptions...
What is the maximum sampling rate of nrf52832? I used the ppi on nrf52632 to collect the signal on gpio. After testing, it was found that when the signal on gpio is greater...