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...
Hello All,
We are using nrf52840 board interface with wiznet550i.
We try to implement mqtt tls 1.2.we get following errors..
I get certificate verification error -0x2700...
Issue exists in SDK 15.0 and probably many many others...
I noticed that the nrf_log_push parameter is indicating it must be a constant pointer to a mutable character...
I'm attempting to pull the mesh bootloader out of the sdk and put it in its own makefile project, so it can be built separately.
I'm building with `gcc-arm-none-eabi-7-2017...
Hello,
I want to achieve bidirectional data communication between one central and two peripherals. Any my central device should be able to do bi-directional communication...
Hi. I have been looking through the forum to find anything that could answer my problem, but can't seem to find it. I am working a project, where our needs is to use a nrf52...
Hi there ...
In Softdevice S140 v6.1.0 started supporting advertising extension with this macro "BLE_GAP_ADV_SET_DATA_SIZE_EXTENDED_MAX_SUPPORTED" and I follow the migration...
Hi Team,
I am using nrf51822 for my project, i have connected a PIR Sensor and a push button also a LED driver WS2811 .
I am using ble app uart example as i have to control...
Hello,
I'm looking for 3D STEP model of nRF52840 QIAA aQFN73 package. I just found step model of dev kit, but not component itself. Could anyone help me and share one. ...
Hi,
I was trying to follow the steps for this example: https://github.com/NordicPlayground/Nordic-Thingy52-mesh-demo
However, I reached step 5, where I should compile...
Hi,
I am developing a bootloader for a custom board with the nRF52840 (nRF5 SDK v15.0.0 and SEGGER Embedded Studio V3.30) where we have no other option but to engage DFU...
Hi ,
I am working on application in which I am using GPIO pin to detect interrupt. GPIO pin normally has logic low level. When it becomes high level I have to generate...
We develop BLE server application on nRF52840 with SDK 1.5 using nRF52840-Preview-DK.
The application is built as multi tasks with freeRTOS where BLE is one of the tasks...
Hi,
I am using Keil uVision 5 and SDK 15 on nrf52840 development. NRF_LOG_ENABLED is set to 1 in sdk_config.h
But NRF_LOGS are not being printed in Debug(printf) viewer...
Hi,
when the micro go in: idle_state_handle(); I have 2 possibility:
If the soft device is present use the first instructions else the second.
This is correct, but...
Dear nordic,
I have an BLE application which works as Central and Peripheral and also which contain ADC,UART and GPIO's
Scanning and advertising controlled by application...