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...
Hi,
I run into issues working with ads1220. Its behaviour is really strange. When I test it, data output with continuous measurement is 0. In few cases, when I swap din...
I have an nRF52840 dongle that I am using to connect and read/write to a client unit. I have been able to use the nRF Connect Bluetooth Low Energy program to control the dongle...
Hi,
My product continues adv mode after connected with mobile until the amount of connection is full. By the way, there are 4 connect handle in my product.
My client use...
the nrf51822 is working as a peripheral advertising the data like
0x0201061416FFCB113C01271119359426040A6E189C000000050852545F54,
which contains three data typs:
020106...
1. Why is `libusb-1.0.dll` bundled for MacOS and Windows? Note: I'm not question this, just want to learn why. Are they not installed by pip if listed as a requirement?
...
Hello, I'm doing some research for a product my company wants to develop. It will be a BLE central that needs to connect with ~ 30 BLE peripherals. The peripherals will send...
Hello,
I want to store some data(coming from the ADC) in flash for nrf51822.
is it possible?
have you any example to show me?
Thanks a lot and best regards
...
I modified the FW "ble_app_uart" using the example "\ nRF5_SDK_15.2.0_9412b96\ examples \ ble_peripheral \ ble_app_uart \ " . I added the pairing function and "delete_bonds...
Hi,
I have got the problem with using BMD-340 demo SPI commuination for many days.
+----------------------------+ | | | Problem Describtion | | | +-------------------...
Hi.
Using SDK13, nrf52, and the awful IDE Segger , I keep getting this error no matter what kind of code or project with PWM I use :
Undefined reference to nrf_drv_pwm_init...
Dear All,
I would like a simple way to read the voltage on one ADC pin without using any "adc_event_handler"-like solution.
I tried
reading=nrf_adc_convert_single(NRF_ADC_CONFIG_INPUT_2...
I'm trying to finish a handmade custom board I started. I had previous problems with the crystals, and a few others, but right the thing seems to be working ok. At least I...
NRF52832 on SDK 16.0.0, softdevice s132 (using SES) When writing constant value with FDS it saves normally, but when I try to write variable it saves some garbage. Here is...