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...
With conventional python virtual environment and Zephyr west, things seems to work well. I decided to give it a try to nRF Connect for VSCode and I observed that it not use...
I'am currently porting code from NRF51822 to NRF52805. In my old code I used the following line to initialize softdevice: ``` SOFTDEVICE_HANDLER_INIT(NRF_CLOCK_LFCLKSRC_XTAL_20_PPM...
Hi,
I am designing a custom board based on nRF52820 SoC. I see that its matching network is different in reference compared to previous SoCs on which I have worked i.e....
I want to know what is the max payload size of BLE with extended adv i can send 1022 byte,i want to know what is max tested payload size which can be send. with out any inferance...
Hej
Im trying to mount two littlefs filesystems. One on externl flash and one on the nvs.
Up until now I have been using littlefs on my external flash without any...
HI.
I am trying to implement the mass storage example (zephyr/samples/subsys/usb/mass in the 2.2.99 SDK) on the nRF52840 dongle for windows 10 but using an internal RAM...
Dear support team,
Currently, I create a custom board using nRF52833-CJAA SoC, but I not found nRF52833-CJAA package in nRF Connect SDK v2.7.0.
Could you please help me...
I'd like to make my product appear as a USB drive when plugged into a computer. I want to save sensor readings to CSV file, and allow users to read/copy them.
I found the...
I am currently working on encrypting "Provisioning public key PDU" with a public key of end node that was received out of band the by provisioner before transmitting it to...
Hi, all:
I use 9160DK to test GPS standalone mode as follow steps with AT command example:
Approach 1:
1、set ”AT+CFUN=0“ to power off mode;
2、set " AT%XSYSTEMMODE...
Hello,
I am using three nrf52840 DKs to test sending gatt notify data. They are one peripheral and two central.
When they each have only one Gatt Customer Service, peripheral...
Hello,
I'm facing a problem in pc-ble-driver-py. I adjusted the uuid_count, but the code still fails at the service discovery line:
ble_adapter.service_discovery(new_conn...
I try to use st25r3911 and try to achieve low power consumption.
The code configures interrupts: gpio_pin_interrupt_configure_dt ( & irq_gpio , GPIO_INT_EDGE_TO_ACTIVE ...
Hello,
I work with the Zigbee Light Switch exemple from SDK 2.7.0
After association, the device never use the Poll data as for end_device role. But, it sends continuously...
We have created Thread Network include Leader, router and end devicewitch nRF SDK v2.5.0 on nRF 52840
We found the Thread connect will offline after 15 minute and not reconnect...