I would like to test the newly added v4.2/v5.0 Bluetooth features (e.g. LE Secure Connections, Data Packet Length Extension, 2xSpeed, etc) against non-nordic devices. I have...
I am working on a project using a ble nano (nrf51822) using the Nordic SDK 8.1. In the examples I found a way to control an LED using the methods LEDS_ON and LEDS_OFF. I wanted...
Hello,
I am using ble_app_gls example and I have implemented static passkey in the code. Now I want to see if wireshark shows the passkey when I connect to ble devices. For...
Hi Team,
We are implementing an UART communication between a M4 processor (UART master) and a nRF51 (UART slave) and we want to use the UART in Low Power mode with flow...
Hello everybody,
for my project, i will bond the peripherial with the central.
I test my device with the MCP and can connect without problems. When i press the Bond Button...
Hi all,
I am trying to count the positive edges of a 3.5MHz signal with GPIOTE, PPI and the TIMER1. Unfortunately i can only measure to frequencies up to a little more...
Loaded Softdevice S140, ( Using NRF52840 DK board ) using NRFgo Studio.
App flash base is set to 0x00021000 and app RAM base is set to 0x20003000
Looking at the CPU...
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...
This is a higher-level question because I'm having difficulty finding concise and clear practices for this sort of thing. I don't want to go implementing something subpar...