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. I'm using nRF52832 SDK 13.0.0 as peripheral.
My device can be always connected by any central.
So some centrals may continue to attempt to connect to my device. I...
Hello!
I am developing a bracelet product base on nrf52832. I have a problem with softdevice's power consumption , when softdevice enabled,the power comsuption will rise...
Hello,
I am developing a basic application on the nrf52832. I am using the SDK14.2 and freertos (two very basic task).
I basically have a problem when I set a uint8...
I want to use app timer to get an power saving delay to wait some external chip operation done. So I use an app timer to set a flag when timer expired and in the wait function...
I need to implement UART service in such a way that it should act as both central and peripheral at a time.
I am using nRF52832 board and SDK 15.
I want to know which...
Using
- nRF5_SDK_15.0.0_a53641a
- gcc-arm-none-eabi-6-2017-q2-update 6.3.1
If I enable APP_TIMER_KEEPS_RTC_ACTIVE in the sdk config, setup the app timer with this...
I am currently working on implementing The Smart Beacon Kit with the Eddystone protocol. I only have basic knowledge in C, but I have successfully implemented the nrf_beacon...
Does it use the swi to guarantee the event realtime performance. What I need is, when an interrupt happen anytime, I just put an event to the schedule, and the schedule will...
Hello,
I am using the light-switch example and I want to send a message or let say get the status of led of a particular server node....so how do I do that?
How to address...
Is it possible to provision Bluetooth Mesh nodes at the factory so they automatically join an existing network? Our application is more industrial in nature and we don't want...
Hello,
I have a project on: Periperal: experimental ble_app_blinky / and Central: experimental ble_app_blinky c.
So, in the function of button-event-handle,we have already...
Is there any information available on the radio address matching in the nRF52832?
Specifically I need to know how many (if any) bits of error are allowed in the received...
Hello,
I just wanted to report some strange behavior I've observed in my application. The bootloader timers stop working when nrf_delay_ms is called. In my case this could...
hi Nordic Team
The Document regarding Light Switch Example says following
The provisioner configures Button 1 on the client board to control the first server, Button 2...
Hello. I have 2 boards with nrf52832. I want to make 1 of them peripheral and the second one central. So the central board will connect to the peripheral board and send data...