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...
Hi,
I'd like to update firmware on my nRF52832 panel with my update flow (only the application; the bootloader and softdevice will be unchanged). I can load the new firmware...
I cannot step through source c code, only disassembly. This only applies to custom source, such as main, that appear not in the SDK file folder but the code that resides in...
Hi,
We are developing an android application using nRF51422 to connect the BLE device, discovering characteristics and sending commands to the device. Here we are facing...
Hi, im working with the Arduino Example called pingpair ack. Sometimes I get this "Blank payload". ¿What does it means? The message was correctly recieved?
Sometimes I get...
Hi!
I'm not good at C and microcontrollers programming. Could somebody clarify, if nrf_rtc_counter_get interrupt safe? It just reads value from rtc register->COUNTER (24bit...
Hi,
When I enabled NRF_BL_DFU_ENTER_METHOD_PINRESET.
The 52840 Dongle into the DFU mode every time hardware power reset.
Use other DFU enters method does not have this...
There are so many references to this, and so many versions for each DeviceFamilyPack, but literally not one mention of how or where to install this.
Can someone help me...
Hi,
I'm using two nrf52 dev kits and the ble_app_uart & ble_app_uart_c examples to test a BLE link that would ideally be able to hit a 1Mbps throughput. I am, however, very...
I am scanning beacons data in ble central profile with gap scan parameter
static ble_gap_scan_params_t const m_scan_params = { .extended = 1, .active = 1, .interval = 0x640...
Hi,
I am using modified MQTT simple code on a DK board. I am wanting to "capture" URC's. For testing I have enabled CEREG and CESQ URC's and disabled the AT host library...
Hi,
nRF9160 DK I have a simple question regarding processing at command responses. I was hoping to extract the individual values from a at command response using the at...
Hi,
We are designing our custom board with NRF52840 , we need to add serial capabilities over USB.
We were thinking about adding FTDI Chip ( FT232H ) connected to the...
I have been using SEGGER studio 4.22 on my MacBook for a while now. Today I went to open my project and it said I didn't have a license. I chose continue and it just opens...
Hi,
I have Power Profiler Board. It works on Windows Desktop.
But no on Ubuntu Machine:
Ubuntu 16.04,
nRFConnect 3.3.0 and nRFConnect 3.3.1 AppImage
Power Profile...
Feature request.
In the current Connect SDK, I must add the name of any new 9160-based board directory to ncs\nrf\cmake\multi_image.cmake.This requires anyone installing...