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...
In our earlier projects with nRF51 and SDK 8 we used to have bluetooth device names of length 13 or 14 characters. However, when using nRF52 and SDK 12 I noticed that the...
Hi,
So I'm working on modifying the light switch example to send a larger payload on button press than just the boolean on_off value that's normally sent. I followed this...
Firstly, I have the following definitions in sdk_config.h and when declaring the qwr buffers:
Note that in the above, the intention is that TR_SLU_CONFIG_MAX_LENGTH could...
Hello,
Working on a zigbee end device with a number of endpoints that are all behaving nicely in general but wondering what the zigbee-ish way of allowing for user config...
Hi,
When I build ble_app_uart->PCA10040->S132->arm_no_packs in SDK17.0.2,there logging an error: #5: cannot open source input file "system_nrf52_approtect.h": No such file...
Hello! nRF Connect for Desktop is a desktop executable program provided by the manufacturer, which contains the function of ble. Now I want to extract the functions of ble...
Hi! We're considering switching between the mentioned packages, both in nRF52833.
I've looked around dev zone and product specificaiton pages, and could not find anything...
Our device connects to a cell tower and then creates a socket to our gateway. I monitor +CEREG to see what it goes through to connect to a cell tower. Below is the meaning...
I testing UART0 data transmossion. But, could resolve why CPU resets when executing : if (!nrfx_is_in_ram(buf)) in uart_nrfx_uarte.c file. See atached image, where Reset occurs...
I am developing a custom board with an electronic paper device (EPD) attached, which will be controlled with SPI and a five additional GPIOs (a mixture of inputs and outputs...
Hi Guys,
I have a nRF5340-DK(PCA10095) here and I'm planned to perform some BT-SIG RF testing with it but I can't find the proper hex file for DTM(Direct test mode) setup...
I (think I) have successfully located the code responsible for handling the data received BUT! The code segment:
in app_uart_fifo.c
seem to only receive a paltry 1...
Hello
I want to measure Low power current in nrf52840-DK with System ON mode.
I need to know how much current consumes by nrf52840 SoC while I2C Engine ON, SPI ON, and...
Hi.
I am working with the nrfConnect SDK 1.8.0. I would like to configure the nrf5340 for maximum throughput to work as a server for a smartphone device.
How should...
Hi all,
I am using NRF52840 and I am saving some data to the flash memory using fds. The data are 216 bytes in each file and there are 3400 files which is in total 734kbytes...