Hello,
We have an NCS v2.2.0 nRF5340 application with MCUboot that requires GPIO control of a few pins extremely early in the startup process. We have a signal "A" pulled...
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...
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 ...
Hi Folks,
I'm having trouble running the demo second time followed the steps mentioned http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.meshsdk...