S130, SDK 12.3, ble_app_hrs_c example.
I want to use whitelist function in this example but I can't finish it.
When I run peer_list_get(), it gets all 0xFF, means that...
Hi all,
I am making a device which involves using nfr52832(PCA10040) to communicate with a NAND flash through spi to store data acquired from the ADC. After all the data...
How to enable semihosting in sdk11 examples?
This works, but I can't port it to examples/periferal/template_project :(
changes:
pca10028/armgcc/Makefile:
adding...
Hello,
I want to store temperature samples in flash of nrf51822. I am using pca10028 and sdk 12.2.0.
I have the code for writing,deleting and reading from flash memory....
Hello,
I have a question about stack usage. I use nRF51822 SoC, 12.2 SDK & IAR 7.60.1. I am interested in stack usage. Have you done any estimations? Or may be you have...
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...
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...