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...
Hello everyone:
I would like to make nrf52810 as a beacon.
My problem is how to make the beacon can also scan the RF channel-38 after advertising ?
Which softdevice...
Hello,
I'm setting up a dev environment on a new machine. I installed SEGGER Embedded Studio v4.52a and nRF5 SDK v16.0.0 and nRF5 SDK for Thread and Zigbee v4.0.0. For the...
Hai ,
In my application need to merge peripheral and central of app_blinky example.
1. My pheriperal part of NRF52840 is always connected with my client third party( ESP32...
I have created 2 custom services and its characteristics
one service has 3 characteristics and another service has 6 characteristics.
my issue is when I'm trying to notify...
Hi,
I'd like to update firmware on my nRF52832 panel with my update flow (only the application; the bootloader and softdevice will be unchanged). I can load the new firmware...
I cannot step through source c code, only disassembly. This only applies to custom source, such as main, that appear not in the SDK file folder but the code that resides in...
Hi,
We are developing an android application using nRF51422 to connect the BLE device, discovering characteristics and sending commands to the device. Here we are facing...
Hi, im working with the Arduino Example called pingpair ack. Sometimes I get this "Blank payload". ¿What does it means? The message was correctly recieved?
Sometimes I get...
Hi!
I'm not good at C and microcontrollers programming. Could somebody clarify, if nrf_rtc_counter_get interrupt safe? It just reads value from rtc register->COUNTER (24bit...
Hi,
When I enabled NRF_BL_DFU_ENTER_METHOD_PINRESET.
The 52840 Dongle into the DFU mode every time hardware power reset.
Use other DFU enters method does not have this...
There are so many references to this, and so many versions for each DeviceFamilyPack, but literally not one mention of how or where to install this.
Can someone help me...
Hi,
I'm using two nrf52 dev kits and the ble_app_uart & ble_app_uart_c examples to test a BLE link that would ideally be able to hit a 1Mbps throughput. I am, however, very...
I am scanning beacons data in ble central profile with gap scan parameter
static ble_gap_scan_params_t const m_scan_params = { .extended = 1, .active = 1, .interval = 0x640...