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...
I want to use a comparator without interrupt.
The measurement is not time critical.
Therefore, I chose the LPCOMP.
For initialization I use the following code:
For...
Hi Team,
We are working with nRF9160.
Below are my queries:
1. Can we use same voltage for VDD and VGPIO? If so, how can we control the VGPIO?
2. What would be the...
Hi,
I am working on a hub based on a raspberry compute module. Zigbee support is enabled by a u-blox (or Rigado) BMD340 module connected via UART to the compute module....
I have uploaded nordic thingy 91 with lte_ble_gateway program and modified it so that it can connect with 7 devices, however when i try to connect the 6th device I get bluetooth...
Hi,
SW8 (MKH-22D14-G2-B) on my board is mechanically loose. When it is in on position, the board will intermittently power off and then back on. I did not find supply online...
Hi Guys
So I am new to this whole LWM2M protocol, so my knowledge is not that good. I have the following problem. I want to start the LWM2M_client sample with the following...
In the existing nRF5x SDK, there is a type 2 and a type 4 NFC library which can be used on nRF52 chipsets. With the introduction of zephyr and the new dual-core chipset based...
Hi,
Here's my setup:
Custom board built with nRF52840
nRF5_SDK_for_Thread_and_Zigbee_v4
Segger Embedded Studio for ARM v3.52
I have built a Zigbee Coordinator...
Hi!
About my application:
SDK 16.0.0.
FreeRTOS and SoftDevice s140.
Peripheral role (buttonless dfu without bonding)
Central role NUS_C
When incoming connection...
Hi,
If I edit a project config file (.conf) how do I get SES to rebuild the project makefiles via west?
The only way I've found is to reload the project. Which seems a...
Hi teams,
Recently, I made a custom board based on nRF52833 DK.
It works fine until now, and most of things works well.
But, I cannot make the board to show logs in...
I can see advertising packets of a device using an nRF51822 in Wireshark (example packet capture here https://imgur.com/a/maV6kbb) . But can't see them in nRF Connect on Android...
Hello,
I'm using the peer_manager in a GATT server project, after a first bond was created, I want the peripheral (GATT server) to advertise with ADV_DIRECT_IND, once the...
Hi,
I started development of nRF51822 with Keil(V6) / nRFgo / Segger etc..
I got SDK and exxample from here ( https://developer.nordicsemi.com/nRF5_SDK/nRF51_SDK_v6.x...