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...
Hello,
I followed this tutorial and github example in order to make a custom service with the characteristics I need. However, I am running into an issue where the board...
Hi.
I am using nRF52840 Dongle. A problem occurred while merging the PIN_CHANGE_INT examples based on the BLE_APP_BEACON example. I connected the external button to the...
In the products that I am developing we use advertising packets in the scan response to pass some data around our devices. We wanted a way for the app we've made for iOS to...
Hi,
I am using nRF52840, S140 7.0.1. I am using ble_app_blinky application.
I am writing data into FDS records. After writing FDS, if I load new hex file using nrfjprog...
Dear all,
I'm trying to go to SYSTEMOFF mode and then wake up from activity on UART rx pin (nrf51822).
If I do this:
nrf_uart_txrx_pins_set(NRF_UART0,NRF_UART_PSEL_DISCONNECTED...
Hello, I have a BLE peripheral, that should receive larger amounts of data using a l2cap channel. The central (a MacBook) creates the L2CAP channel, the channel is purely...
Hello,
we develop an open source framework that we are currently extending to also support the BLE Mesh Access Layer Models. We are currently implementing the foundation...
I am using nrf52810, using sdk15.2, softdevice6.1.0, my application flash takes up 56KB (I used fds), softdevice: 100KB and bootloader: 24KB, resulting in insufficient flash...
Hi,
I'm try to test my nRF52833DK using the nRF connect Direst Test Mode. Even if I flash the DTM binaries in nRF5 SDK 16, the Direct Test Mode app says something like ...
Dear Sir.
I am using SPI as follows.
gpio_pin_write(dev_io, LIS2DH12_CS_PIN, false); err = spi_transceive(spi_dev1, &spi_cfg1, &tx, &rx); gpio_pin_write(dev_io, LIS2DH12_CS_PIN...
The firmware is based on the BLE UART example running on an nRF52832 with the S132 softdevice. The first batch of boards were build with the QFABB0 chip revision of the nRF52832...
I have set up APP_BLE_CONN_CFG_TAG with
#define APP_BLE_CONN_CFG_TAG 1
Setting things up in ble_stack_init exacly the way it is done in the example, but when I run sd_ble_gap_connect...
Hi,
I am using nRF52840 S140 V7.0.1. I have few queries on GPIO configurations.
Below are my PULLUP/PULLDOWN macros.
As per my understanding
1) In below settings...
/**@brief 128-bit service UUID for the Apple Notification Center Service. */ ble_uuid128_t const ble_hrs_base_uuid128 = { { // 7905F431-B5CE-4E99-A40F-4B1E122D00D0 0xd0, 0x00...