Sorry if this is too off topic, I actually don't have any problem with my nrf52840 dongle, but the App I'm communicating with. But maybe someone of you has run into the same...
Hello!
We are planning to purchase an electronic component nrf52840 and produce a finished product on it.
question
1. Will it work immediately on the ZIGBEE 3.0...
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...
What is expected behaviour of s132 device (4.0.2) if peripheral is initialized with periph_role_count=1 and somebody tries to connect when BLE connection is already establsihed...
Hey Guys,
I'm a newbie on BLE development , I'm trying to run the example "examples\ble_peripheral\ble_app_ancs_c" , It works well first time, but it cannot receive the...
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...