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! Some prerequisite info:
We are using nrf52840 boards as our peripherals
We are using v16.0.0 SDK
We are using the s113 SoftDevice, more specifically s113_nrf52_7...
I want to connect and get data multiple peripheral to a single central device.
I used this example https://github.com/NordicPlayground/nrf52-ble-app-uart-c-multilink
...
I can't figure out how to respond to a custom Zigbee cluster command, let alone send a custom response. Is there any example on which I could understand how to send a command...
Hi!
we're just finishing the layout for a custom nRF52832 board. On the custom board we have a connector for SWDIO and SWCLK to flash the firmware. Can we use theese 2 pins...
Hi,
I'm trying to familiarise myself with the available crypto functionality on the 52811 and have managed to get basic AES-128 block encryption working using the ECB peripheral...
Hi,
I am using pc-ble-driver-4.1.1 to receive BLE peripheral Device 240 Bytes notifications. And I used "pc-ble-driver-4.1.1\examples\heart_rate_collector" as starting point...
Hi Nordic team,
we want to connect 2 nRF52840 based modules with Coded Phy S=8 Mode to make an cable replacement (NUS). MTU Size is 244 Byte ,to transmit cyclic 200 Byte...
I am trying to connect the DK to AWS.
I got the AT example working and uploaded the certificates. I managed to update the prj.conf file (and then took quite some time to...
It continue to give "No device available" when I connected thingy 91 to the nerf connect programmer app. I tried turning on device while keeping SW3 pushed but still not detected...
Hi Team,
We are planning use the crypto libraries for our application, just we want to know which library is best for us in terms of speed and memory consumption,
1. mbed...
Hi, I'm almost finished setting up a development environment for nRF52840 DK on macOS. I used the new Toolchain Manager to install everything, and then imported the "peripheral...
While developing our project using NRF9160 , we encounters a hard fault. The screen shot and the map file is attached. Please help us in understanding what is happening from...
Hi, we are using nRF52832 SAADC in differential mode. We have two channels connected.
Inputs are now configured as differential-N and differential-P (PSELP and PSELN). ...