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 heard that nrf52832 rev3 has been released. Our product is using nrf52832 rev2, nrf SDK 15.3. If we change the chip to rev3, can we use the firmware without modification...
Using windows 10 OS, and SES v5.40.
I am using nRF52833 device in my project along with nRF5_SDK_for_Thread_and Zigbee_v4.1.0_32ce5f8 SDK.
As we can see that there is...
Hi,
I am trying out the smp server example with mcuboot and encounter this error when building for the nrf52840 dongle.
I read that it has something to do with the usb...
1. Erratum #7 counsels to add a DSB if reading sequentially from UICR and program flash, as below. But what constitues sequential? If my program reads from UICR on a thread...
I have a BLE application I'm writing using SDK17.0.2, and want to use FDS for some persistent storage. The first thing I want to do is to allow the user to update the name...
Hi,
I am using nCS v1.8.0 for application development on nRF Connect extension of vscode.
But I am unable to configure any unit testing framework to test my applications...
Hi, I am developing a logger for which I am using a memory. I was doing all this using SPI in nRF52832 DK which works perfectly fine. But the problem arises when I am trying...
I have a module using a Nordic chip labelled "N51822QFAAH01621UT". I know it's the NRF51822-QFAA, but I am not sure which model exactly?
Looking on DigiKey these are the...
This is more of a question than a problem:
I have been studying the ble_app_uart_c code and noticed that although data is transmitted to the handler one byte at a time,...
Hello.
We are looking for a viable solution on how to transfer a firmware over the BLE OTA from Particle Tracker (Gateway), or any other mcu to nRF52840 devkit (Client)...
Dear, I am new to Nordic. I trying to understand the various Defines for nRF5340DK kit using Devicetree.dts file. In that, I had look on SW0 defines.
1. The gpio0 reg is...
Hi, I'm using the nrf52840 BLE mesh (nrf5_SDK_for_Mesh_v5.0.0_src) and some other sensors which drivers are written by using nRF5_SDK_17.0.2. my device is battery operated...
In nRF_SDK_for _Tread_and_Zigbee, we used to set autocommissioning as false in the "thread_configuration_t" configuration and then start joined so that my thread node used...
The examples include checking the return code from various FDS calls immediately after the call.
Only some errors can be detected at the time of the call (for example NULL...