Good morning, I have a question about NRF Util. I need to make some changes in souce code of nrfutil for my own needs, but the most recent version, which is provided on Github...
Hi. I interested now for direction finding in nrf52 series. I have nrf52811, nrf52833 and other controllers. But i don't find any information how develop board for recievers...
Zephyr Eddystone example is connectable after power on of nrf52833 board. But after disconnect it becomes non connectable. How to fix it? And how to change advertisement interval...
We are looking for an experienced software developer, for existing board with using nRF Connect SDK. We are using nRF52840-dk.
Please, contact me if you are interested.
Hi
After each connection, I should press Alt-A.
Is it possible to add a feature so the advertising will restart automatically after the connection is finished?
Hello! I'm trying to build a program for nrf51822 via QT Creator.
I'm using QBS for build. I have a makefile from SDK examples for nrf51822. Someone can help me, how to setup...
Hi all,
I have the exact issue mentioned here - github.com/.../9
I have updated my makefile to generate only one bin file from the Softdevice Hex file, but still I'm getting...
Hello all, this tutorial goes to a fellow named Emil who helped me with this project.
Number 1_ Make sure you set up the terminal viewer For debugging with real.You need...
Hi,
I'm testing the ble_app_beacon on my nrf51422 dk. I followed the instruction in the sdk documentation . All was well. Then, I tried to test with the nrf Beacon app...
Hi,
I need to measure the current consumption for nrf51DK using an Oscilloscope. I have read the user guide and they have mentioned some connectors for it. Is it possible...
I'm just using the s110 double bank example and I have gotten it to run on the dev board just fine.
When I try running it on a custom board with a NRF51822 version 3 that...
I'm having some weird issues with using pstorage and the softdevice s110 8.0
I'm saving around 600 bytes of data using pstorage. All seems to be working on the nrf51 DK development...
I'm working based on the HRS central application, and have run into an issue where my if statement is entered even though the condition is not met. In this case, the nrf attempts...
I'm currently using the pstorage functions to be able to store permenant data when turning off the power, it works good with me while writing or reading but when I turn off...
I'm trying to implement ANT+ style frequency hopping, where it would change channel whenever it detects a raise in packet loss. For that I need to be able to switch channel...
Hi,
I 'm using MCP v3.9.0.6, softdevice v7.2.0 and pca10003 board.
After load bootloader program to board. I use MCP to load application for it. In MCP, I choose device...
HI People,
I use nrf51822 CEAAE00 (0x0079) chip which has 256 kB FLASH, 16kB RAM. I faced a problem when compiling the bootloader for it. The solution was I am using a...
I am trying to build a custom board, based loosely on the nrf51-DK (which I have been testing). I haven't ever directly programmed a chip before (always used interface MCUs...
if I send only the advertisement, it sees that data
Is there something in the IOS that prevents seeing manufacturers data in both the advertisement and response packet?
I found the Ble Serialization here and the example sourcecode within the sdk sources.
The sources are for using S110 softdevice.
Does Ble Serialization also working...