Hi,
I'm wondering if I can get current transmitting channel during a connection. So
Is there a way I can directly read current transmitting channel?
If not, is...
This question has to do with the observed "recursivity" of the calls to "app_sched_execute" in SDK13 as described in the previously asked question below:
devzone.nordicsemi...
hi.
How do i do ble_app beacon advertisement to one device(Android phone) whose bluetooth address is known ?? I want that beacons should only be seen in nrf_connect app of...
why use 50ms and 400ms connection interval for testing the maximum data throughput(2M,247byte payload)?
Because 50ms can only send a pdu , and 400ms can send up to 8 pdu...
Hi,
I am using Keil IDE to develop nRF51822 project.
in main(), the command line
APP_SCHED_INIT(APP_SCHED_MAX_EVT_SIZE, APP_SCHED_QUEUE_SIZE);
has Error : L6218E...
Hello,
I'm new to the Nordic SDK and I would like to ask you for help with implementation of PORT events for revision < 3 in "low power" mode instead of "high power" mode...
Hi Nordic,
I've built a ble app with a custom protocol, but am struggling with storing bonds, when running under freeRtos.
What I see:
central app crashes (hardfault...
I am migrating from nrf51 to nrf52. Using SDK12.1
On NRF51, I used the PWM Library to use 2 buttons on the DK to dim up or down onboard LED1 (called OUTPUT_LED).
It worked...
We are attempting to perform an OTA and as such want to transfer a large amount of data as quickly as possible.
When I attempt to transfer the data with connection intervals...
Dear Nordic team,
We have been working with SDK 8 and Softdevice S110 so far. We would now like to have the DFU using OTA for our product. I am looking for SDK versions...
Hallo Community,
I am new with Nordic chips, now Im trying to develop a BLE central, then i took the BLE_CENTRAL BLE_APP_UART example to start doing it, the SDK is the...
hello,i am using nrf52 DK.I was testing ADC example code .I am giving acq time is 3microsec .I want to find the total time is taken to sample adc for one sec.In data sheet...
I used S130 peripheral nrf51822 - nRF5_SDK_12.1.0_0d23e2a
Master Console Panel connection ok, and bond click error - >
BTLE_CONNECTION_TIMEOUT
I debug in my application...
Hello,
I'm having trouble with my nRF52. The power consumption is around 2.17 mA when sleeping. I'm using the softdevice 4.0.2 enabled and using the sd_app_evt_wait and...
Hi,
I am testing the current comsumption of nRF52832 using the original code of "nRF5_SDK_13.0.0_04a0bfd\examples\ble_peripheral\ble_app_beacon ".
The peak TX current I...
Hello,
I would like to know if I can use nRF51822 chip to get partial BLE packet information like Access Address, PDU before the whole packet has arrived.
If yes how and...
Long title, but basically sums it up - is there any way to put the nRF51 into the off state from within the hard-fault handler if the soft-device was enabled prior to the...
Hi guys, I am trying how figure out the the devzone.nordicsemi.com/.../ works or ecuations to estimate the battery life using a central module.
My central device is battery...
Hello,
I am using nrf52832 board, with SDK 11.0.0 and s132_nrf52_2.0.0. and trying to program a 512 Bytes text file using nrfjprog (J-Link: JLinkExe) in flash.
The nrfjprog...
Can anyone on the Nordic Team provide some updates on these two projects in GitHub
pc-nrfconnect-boilerplate and pc-nrfconnect-core
Are they ready to start developing...
Hello developers,
I am trying to integrate ADC, TWI based MPU6050 for accelrometer with ble_nus service for data transmission. The ADC and MPU6050 works perfect but once...
I want to use sha256 library with S130, I have checked the documentation here developer.nordicsemi.com/.../a00985.html
Its very confusing and I have no luck yet, has anyone...