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?
I want to set up a rPi3 as edge router for 6LowPAN over BLE. Ideally I would like to have random devices (users) come and go by dynamically connecting to the router. Same...
i am using eclipse IDE. while flashing my code to nrf development kit it is showing like this and also in the console it is showing that flashing is done.
console:-
SEGGER...
Hi
For new BLE project we planing to use slave that allow few (3-4) connection at the same time. i.e After the master (phone) connected to our slave, the slave continue...
Dear Nordic Developer Zone,
At this time, I am able to program nRF51822 chips using the nrfjprog software : great.
I plan to use nrfjprog software driven by a custom...
Hi,
I'm tring to installing micro-ecc,but I don't know how to get the mircro-ecc GitHub repository.
I had read the guidance like the following,but it couldn't help me. ...
Hi all,
I wrote a small python script on top of the pc ble driver bindings and ran into a problem when deploying the script on a new pc:
c:\Python27\Scripts>python.exe...
I changed ble_app_beacon example main.c APP_COMPANY_IDENTIFIER 0x0059 to 0x004C for nrf beacons app can detect NRF52832 beacon on my Iphone. What can I do to detect beacon...
Hi team,
I downloaded nRfgo studio , keil compiler,and sdk 12.1 version and i able flash ble_beacon example on nrf51 dongle.I have www.nordicsemi.com/.../nRF51822-Development...
The work I finally have to complete is,
It is to port nRF 51822 project to nRF 52832.
There are two kinds of projects, KEIL and mBed.
Could you tell me the best way to...
I would like to know the files contained in nRF5x_MDK_8_9_0_IAR.msi
as well as other files needed for a minimal application.
I would like to know exactly which are those...
Hello iam using softdevice 110 and SDK 10.0.0, i want to know the way to avoid bonding of device more then once, or deleting the bonding information from persistent memory...
I need to change the flag of the scanrsp. I use the advertising_init() and i try to do like this:
scanrsp.flags = FLAG;
but the function ble_advdata_set(&advdata,&scanrsp...