Hi,
I have just started using a nRF52840 PDK board with the purpose to verify BT 5.0 features. I am completely beginner working with nRF boards or nRF SDK. Anyways, I downloaded...
I have a USB host capable Android device running CentOS via Linux Deploy and everything is working perfectly except i'm unable to connect to my USB nRF24LU1+ Crazyradio PA...
Hi,
I am using multiperipheral mode in ble_app_hrs using the ble_app_multiperipheral example taking the functions on_connected and on_disconnected while connect and disconnect...
Hi,
I'm using nRF52810 on SDKv14.2 and I have changed the bootloader from 52832 to work for 52810. I could do OTA now. I found that the bootloader there is no timeout when...
Is there a way around the issue where bluetooth communication acting as a pass-though terminates the packet whenever null character is found in the packet.
SDK: nRF5_SDK_12...
Hi,
When creating and adding an characteristic to service, what the meaning and difference between these two variables:
attr_char_value.init_len
attr_char_value.max_len...
Hi all,
I have compiled the ble_app_hids_keyboard example for a nRF52832 on a Laird DVK-BL652 breakout board.
I have a tablet running android 5.1.1 and the nordic nRFConnect...
I am looking into learning how to program the nrf52 with the nrf52-dk. I have been programming AVR and ARM-M0 for a couple of years now. I am familiar embedded programing...
I am trying to take the ble_uart code and encapsulate it , so I took all the code and put it into another C file I made.
Then from the main.c program I call a function...
I am trying to add the example in examples\peripheral\pwm_library to another project to get pwm working. In the other project I have included all necessary stuff but I get...
Hi guys. I am struggling to get buttonless DFU to work in my owm application. I am using SDK12.2 with gcc on a pca10040 board with S132.
I have successfully followed this...
hello,i am using nrf52 dk, & am working on bluetooth uart & looking for data is send from mobile to nrf52 dk board. i am having examples of data is sending from board to mobile...
Hello, I am using nrf52DK and programming it using keil 5 trail version. It has memory limitation, if the code exceeds the size it shows error. Can you please suggest me any...
It is very inconvenient to modify the makefile and the project explorer at the same time each time I add a new module(~.c) in the eclipse.
So I want to use eclipse managed...
Hate to ask this question here, and I have seen the other threads , but I am hoping to buy a small quantity of nRF52840-QIAA engineering samples (just the chip - not the PDK...
I've been using the nRF connect app to evaluate and test custom services that I'm building on the nRF52832 (Raytech module). Everything has been working great and the manufacturer...
Hello,
I am using nrf52832 custom board, with SDK 11.0.0 and s132_nrf52_2.0.0, and trying to create an interrupt event on wake up from system off by pressing BSP_BUTTON_0...
Hello,
I want to generate different UUID for service and for characteristics with different base address for both.
I am updating base address in characteristics_add...
8Q BTLE issue.pcapng BTLE connection failure.log
Hi guys,
We have an issue with some iOS devices that are disconnecting with reason 0x08, the connection timed out. The...
I have used NRF52840 and SDK 13.0.0. Module SPIM.
Nrf driver does not support frequency more then 8 MHz(enum does not have constants for 16MHz and for 32MHz).
But I have...
Hi,
I tried to use fstorage to store some data in flash.
From now, I was able to read and write data before advertising starts, but when I try to write data to flash after...
Hi,
I am currently trying to perform DFU update over BLE, I am working on SDK v11.0, and Softdevice S130 v2.0.0. My traget is an nRF51822-QFACA1.
When I enter in bootloader...