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 there,
A couple of questions about the NFC FPC antenna that comes with the nRF52 dev kit.
As indicated on the Altium PCB file, the thickness of the stiff area (connector...
Hi,
Is it possible to power external devices through VDD ports of NRF52833 provided we follow the VDDH supply configuration?
We are looking to power sensors from the controller...
In BLE, a shorter connection interval reduces transmission latency and increases power consumption. Do we have any mathematical expressions to show this?
Thanks in advance...
Hi Team,
We are using nRF9160 DK without sim. We would like to connect to the other nRF9160 without BLE. Is it possible?
As we use SIM for only authentication right...
I use Nrf52832 and sdk16.0.Use I2S play sound.
This sound file comes from https://github.com/NordicPlayground/nRF52-teensy-sgtl5000-audio/tree/master/Convert%20Audio%20Sample...
Hi Sir,
I'm using nRF52832 + SDK 14.2 for building the OTA DFU function.
As checking the folder "../external/micro-ecc/", for nRF52 family, I found there two difference...
Good day.
I am busy evaluating the nRF9160, but when he builds his project he's getting the following error.
mkdir(modules/nrfxlib/nrf_security/src/mbedtls/CMakeFiles...
This is not a question. But it may save you sometime. :-)
Remember to zero this variable before call fds_record_find.
fds_find_token_t ftok;
Actually it is mentioned...
Dear Community,
I am working on a project where the idea is to build a board that can measure the resistance over a small biosensor. The biosensor will be connected between...
nRFConnect for Desktop v3.3.0 App: Bluetooth Low Energy v2.3.2 Windows 10 x64 ( 19.04, 19.09), using Dual Monitor. Device: PCA10059 or PCA10056
I can start, connect, and...
In the "Cellular IoT development on Nordic Thingy:91" video (-> https://webinars.nordicsemi.com/cellular-iot-development-on-nordic ) an nRF Connect SDK Toolchain manager app...
SDK14+Nrf52832:
I want use one pin as a interrupt pin.
when the pin level from high to low, execute A task;
while when the pin level is from low to high, execute B task...
Hi Folks,
Windows 10, clean install of ncs v1.2.0, using nRF5340-PDK with SES 4.42a. Project blinky rebuilds and runs fine. Now I need a zephyr example of creating a simple...
Hi,
What is the suggested way to switch between 64MHz and 128MHz on the application core? Normally I want to run at 64MHz, but sometimes boost it to 128MHz. Is there additional...