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...
Hey guys,
I'm working with SES, nRF52832 and SDK14.2.0.
I have a timing problem and would like to describe the problem from the beginning.
I have a 1-wire temperature...
Hi.
I'm having Segfault issues with our company's custom boards based on nRF52840 chips.
I do several re-flashing with J-Link EDU Mini Programmer on a daily basis with...
Hello, I am reporting here an issue that I detected by using NRF connect on iOS (cf https://github.com/NordicSemiconductor/IOS-nRF-Connect/issues/56 ) The issue is that the...
Hi,
I use SES IDE, nRF5_SDK_16.0.0, nRF52840 DKs. I am using ble_app_uart_c as a template for my application that needs to connect to multiple peripherals whose device names...
HI All,
Using Nordic devices and with my mobile I am able to do bounding and pairing.
But, after that, I have deleated the bounding information from Mobile.
Now, If...
Hi all,
I am trying add Long range to NRF52811 (app_uart_nus and app_uart_nus_c) in SDK 15.3
I checked this link https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog...
Hello,
About RTC module, Systick and SoftDevice.
Does SoftDevice make use of RTC module events ?
Does SD also make use of ARM SYSTICK ?
Note : we do not use FreeRTOS...
I have implement an in-app DFU procedure based on Nordic's dfu ble service. The images are saved into external norflash and then control is passed to a bootloader which validates...
Hi
This is my code for antenna switching. I've got 8 antennas I want to switch between.
NRF_RADIO->PSEL.DFEGPIO[0] = 0x00000011; //(P0.17) NRF_RADIO->PSEL.DFEGPIO[1] ...
I am using nRF52832 on my device. I have used SDK13 and softdevice 4.0.5.
On any iOS devices I can scan and connect in the nRFConnect app.
On an older Samsung Galaxy S5...
Hello,
we need some advice to choose the right TX power. We still wonder if TX power +4dBm is the best choice or better use the default 0dBm.
Here is some background...
Hi,
We are working NRF52832, SDK15.3. It works properly in debug mode but when I build in Release mode it is not working.
From my understanding debug mode will have symbols...
i use the demo ble_app_uart ,and i want to close the uart when ble is "Disconnected"。
but it when it do app_uart_close(),the nrf52810 is RST。 i use the same code in nrf51822...
In the nRF52840 do the peripheral interrupts (e.g. UART ENDRX) set the event register in the ARM core? If so is __SEV(); __WFE(); the only way to clear this event?
Project Starting Point I have a Zigbee end device that until recently, did not include an MBR, Bootloader, or the OTA cluster. Prior to the implementation of the previously...