Hi, I am fighting with a bug I found in SDK v2.8.0 for BLE scan filter on a test project as follows: 2 Devices (Ezurio BL653-DVK using the nRF52833), both having central and...
During the setup process for nRF Connect SDK v2.4.0, an error occurred preventing the SDK from installing correctly.
The environment details are as follows:
* macOS...
Hi folks,
I'm having some UART trouble - help would be much appreciated, and thank you in advance.
------------------------
Overview:
I'm working on a project that...
Hi,
We are using the nrfconnect for thread and zigbee 3.2.
We have modelled our Bluetooth peripheral, running on the nrf52840, on the BLE UART example. It connects fine...
Hi guys!
First of all, sorry to make this question here because it is almost unrelated to Nordic, but I am desperate. I developed a device using your nRF52832. I programmed...
Hi,
I have a problem with Thread network stabilty and formation in new SDK for Thread and Zigbee 1.0. Examples seems to work fine in unchanged form, network is stable and...
Repetition of the steps followed here.
(1) Generated priv key, and public_key.c file using nrfutil, (2) generated the bootloader_settings file using nrfutil (3) Compiled...
hi!
nordic team
i am using thingy 52,and i meet a question that app_thingy_s132.axf: Error: L6405E: No .ANY selector matches accel_auto_cal.o(.bss) when i compile this...
Hello,
I am using nrf51822 with sdk11.0.0.
i observe that in while loop sd_app_evt_wait() function take much time for next interrupt to be pick.
is there any alternate...
I am developing a BLE anti-lost APP with community search, I set scan continuously or scan window 5 secs and scan interval 10 secs, but it drain phone's battery. How long...
Hi there,
I am working on having serial bootloader in nrf51422 to perform dfu over UART. DFU serial bootlaoder example in sdk11 claims to do the same.
After flashing...
I can't figure out why I can't send ADC values to the NUS service via BLE correctly. I should be getting hex values that convert to something like 0 or -1, since the ADC pin...
Hi all,
I'm currently learning on how to build bluetooth connections with a device from an app. For that I downloaded the iOS version of the nerf Toolbox app, as my chip...
hi
I am using nRF52 DK
Loaded Blinky Peripheral
I Connected this nRF DK to Com Port and Started Master Control Panel
But the Start Discovery Button is Disable. Please...
Hi,
I have an issue wherein once OTA update is complete through nRFToolbox (Toolbox says " Upload Complete") the Device does not reset and shows that it is connected to...
I am in the development stages of developing a ble application with the nrf52840 nordic chip.
I have come to realize the increasing difficulty of debugging this chip only...
Hello,
I made a custom board based on nRf52832, and I am using SDK 14.2
When I use a slightly modified version of the ble_app_uart example, I see it with nRf Toolbox,...
Hello,
I'm trying to configure 2 serial ports for a custom board with nRF52840 chip, but when I try to instance the second UART "NRF_SERIAL_UART_DEF(serial_uart1, 1);" the...