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'm using nrf52832 powerd by a 3.6V regulator in a li-ion powered application. And using one of the IOs (P0.05) as the power supply of other circuits.At the same time, using...
Hi
I am having trouble getting the basic BLE_APP_UART up and running. The UART printf() works, but the BLE module (NORDIC_UART) is not visible in all the devices android...
hi,
i am doing a project where i am using central and client model.
i am using nrf52840 as central device and thingy 52 as peripheral device and i am using sdk 14.2.0...
When using make flash on an SDK11 sketch, s132, pca10040, on Ubuntu 18.04, it successfully builds everything until app_uart.c; when it gets to that point, it outputs the following...
Hello,
I would like to test my code on a NRF52832-QFAB chip with 256kB chip to see whether my code fits into the 256kB flash variant.
According to nRF52832 Rev 1 Errata...
hello
i am using segger embedded studio. with nrf52840 and sdk15.
i was working to set the clock using nrf_clock_lf_cfg_t which is defined in nrf_sdm.h .
nrf_sdm.h is...
Dear Sir/Madam,
I am working on a 51822 project which send data to Android App. This project is actually an replacement to an old BLE sensor which is obsolete now. I have...
HI.
I use the peripheral example of SDK15 to implement functions such as uart, spi, and interrupt.
However, if soft device S140 is programmed, then my code is not programmed...
Hello, I am currently writing firmware using NRF52 SDK 11.0 (there are plans to port to SDK 15 eventually, but for now I need to get it running with 11) on Ubuntu 18.04. After...
Hi,
I am developing application update, the environment is NRF52832 and softdevice S132, compiler and debugger is IAR.
What I have done are:
1. Application binary file...
Using the example s110 project. I compiled in keil5, programmed the devkit using nrfgo studio, and tried to connect using the master control panel. Master control panel cannot...
I'm trying to use slave latency to reduce current consumption of my device.
Connection parameters defined in `main.c`:
#define MIN_CONN_INTERVAL MSEC_TO_UNITS(15, UNIT_1_25_MS...
I have been using the pc-ble-driver Python bindings to implement a peripheral. I have extended BLEDriver to support sd_ble_gatts_* the functions. I now have a working peripheral...
Hi,
At the moment I generate 4 independent pwm signals, I would prefer to have 6 but this is not possible to my understanding due to the lack of GPIOTE [ ref1 , ref2 ...