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'm working with a client's existing product. It has an external MCU connected to nRF52832 via SPI.
The nRF application & SDK code are compiled inside the external MCU source...
I now want to use the 52833's board to burn the host program and then connect to other nordic slave devices. But now I put \nRF5_SDK_17.1.0\examples\ble_central\ble_app_uart_c...
Hi All,
1. The SDK used in VS code is version 2.6.1, and running the periphral_uart demo can print in rtt, but not in sid_end_ device
The official routine is used for...
Hi
First of all i am quite new to nRF SDK so if the answer to my question turns out to be trivial then I am sorry.
I am in the process of developing a Zigbee light switch...
I need to check if the Ethernet cable is connected or not, I am using the eth_click for ENC28J60. I see the driver does not allow me to see directly if the cable is connected...
Hello, How can I purchase a nRF9131 EK from Nordic Semi Sales? I was informed at the recent "Getting started with NR+ PHY" webinar that nRF9131 EK can only be purchased directly...
I would like to take Nordic's "TF-M secure peripheral partition" sample project, and modify it to take data received from the secure peripheral and send it wirelessly to another...
Hi,
I am working with the nRF5SDK , nRF Thread SDKs long time. Recently i have update segger embedded studio to V 6.30 . previously i have used v5.68
1.
for nRF 5 SDK...
I've installed and used the tools on other systems previously, no issues..
I have installed the tools on a new system, and can not get build configuration to run.
nRF...
Hello,
I'm using nRF5340 audio application with nRF Connect SDK v2.7.0 on nrf5340 Audio DK. I didn't change anything in the sample code.
I build by this cmd:python buildprog...
I used nRF52833 sdk17.1 to develop a device that is now going to use long distance. 17.1.0\examples\ble_peripheral\ble_app_uart\pca10100. Now what can I do to use his long...
Hi,
Using the Zephyr how can I set a TWI module clock frequency different from the standard speeds?
With nRF SDK I was able to do this by setting "frequency = 0x00290000UL...
Hello,
I am working in ncs1.5.0 on a nrf52840dk based custom board. I have found an issue where adding a certain number of characteristics in a single BLE service causing...
I have a general query regarding using ov7670 camera module with Zephyr SDK.
I have some of these camera modules available and I would like to try out how it works using...