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...
Hi everyone,
I want to measure the total execution time of saadc_sample() & saadc_callback() functions. I am using the application timer and I have inserted the app_timer_cnt_get...
Hi everybody, I am a beginner and I need your advice to start to modify the example of Radio Receiver/Transmitter. Ultimately my goal is to measure the time between the reception...
Error message from KEIL CMSIS D/L :
Update available for ARM::CMSIS (installed: 5.6.0, available: 5.7.0) Update available for ARM::CMSIS-Driver (installed: 2.5.0, available...
I have developed an bootloader operating with external flash for image storage. For the use case it is not acceptable to put the device into an inoperable (no-application...
Hello,
I've been looking at this post devzone.nordicsemi.com/.../ in regards to characteristic lengths.
I'm still not clear on the matter. Currently I have initialized...
Hi, I'm confused how to do fota of mcuboot on the nrf9160.
The source code is public on github in this branch: https://github.com/ExploratoryEngineering/nrf9160-telenor...
I just installed NRF Connect on an Archlinux via the AUR , but I cannot install any app. I even upgraded the package to 3.3.3, but I always get:
Error
Unable to...
Environment: nrf9160DK v0.8.2 nRF Connect SDK v1.2.0 Modem firmware: v1.2.0 Toolchain: gcc-arm-none-eabi-9-2019-q4-major-win32 I started with the nrf mqtt_simple sample and...
Hi,
I have bought TMP117 with NRF52832 from Nordic, a wristband becon module. I am new to this boards. I want to create my own Android app. I want to know how to do this...
Helllo,
i'm using a custom shield with the Thingy:52.
I need to control some TWI chips, but these chips (ADG728) have only one register.
I have done a specific driver...
In the nRF5 SDK v15.0.0 there is an example for beacon. (in my case ble_app_beacon_pca10040_s132)
This example works fine and acts as a non-connectable unidirected beacon...
Hi, I'm trying to add Characteristic User Description 0x2901 and CCCD 0x2902 to a characteristic. It seems 0x2902 always comes before 0x2901 in attribute table. Is there any...
Hello,
As per your sugesstion opened a new ticket in reference to existing ticket,
https://devzone.nordicsemi.com/f/nordic-q-a/60891/unable-to-read-the-128-bit-uuid-with...
Hi,
I'm using nrf52-pca10040 and sdk-15.3, I tested an eeprom chip following twi_scanner example, using no block nrf_drv_twi_xfer way, which works well, then I put it in...