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 have a peripheral (nrf52832) which is using a higher MTU (140 bytes). When I connect to it using the nRF Connect Android app, everything works. I can see the BLE_GAP_EVT_PHY_UPDATE_REQUEST...
Hi all,
I'm working with Nordic Thingy:52 (nRF6936 with nRF52832 inside).
Currently I'm working with original firmware (I mean, not modified firmware) version 2.1.0. But...
Hi,
I am debugging an SSD1306 OLED library, and in the datasheet, it does not explicitly mention support for repeated start bits. But using the nrf_drv_ API's with NRF_DRV_TWI_FLAG_TX_NO_STOP...
I would like to know what configurations are required to advertise long range.
Just changing the phy. returns error 0x07
I compared the ble_app_blinky and ble_app_att_mtu_throughput...
Hello,
I have done some consumption measurement but I have a strange behaviour while the nRF52840 is in the SYSTEM ON mode.
For the measurement, I send advertising packet...
Hi,
I have gone through the saadc example program supplied along with SDK15. But the issue is that, the example features a single channel ADC read. I tried to modify this...
Hi i am having simple doubt.I am using the Nrf51822 as peripheral device and running beacon example from SDK 12.0.0.I am using nrfconnect in my mobile(Central device) to scan...
Hello!
(SDK15, nrf52832, SES)
I started to implement DFU in my code following this tutorial . So far with the tutorial i have the following issue.
1. In the section...
I have downloaded nRF SDK for Mesh version 2.2.0 and nRF5 SDK version 15.0. I am running examples(serial) from Mesh ver 2.2.0 and getting error such as no such file/directory...
I want to establish mesh connection between 3 nRF 52840 dongles. For this I have to use nRF connect Mesh desktop software for windows or is there any other way. I want to...
There is a notable bug with nRF52-DK with arduino framwork, as you can see on github here (see the point 7), click on this link : #33 (comment)
The problematic code is here...
Hello there,
In this link, there is a table saying which version of SDK and SoftDevice may be used with any IC revision:
http://infocenter.nordicsemi.com/index.jsp?topic...
hello there!
I am working on a project in which two devices(one is central and other is peripheral ) uses Nordic bluetooth controller nRF51822 for connection and data...
Hi,
1. I'm developing multiprotocol BLE/Thread app with Thread SDK 1.0 and I want to ask if there's a possibilty to perform DFU over Thread in that case? In Thread Secure...