I am very familiar with the arduino side but the BLE is brand new to me. I was wondering if I can use P0.00 and P0.01 to talk to the arduino and if its possible how exactly...
Debug Logger without softdevice, and the define ENABLE_DEBUG_LOG_SUPPORT to my project in the C/C++ tab.
i just test, very simple , but cannot get debug log..
int main...
I am trying to use the scheduler, but I would like to know if it is possible to have events with different priorities... As an example:
Task A - Priority LOW
Task B -...
FIXED (see below)
Hi!
I'm developing software for nRF52 on nRF52 preview DK, which I got on the Global Tech Tour.
LED blinking (blinky) example is running OK, so I moved...
Hello everyone,
I am using the great platformio toolchain that supports the mbed framework so far. I am still a newbie to it however.
I want to be able to use both the...
Hello!
I have a device with nRF51288. And I need to fill technical specification with the following parametres: operation freq., channel bandwidth, modulation, number of...
I would like to know the natural interrupt priority among different peripherals of nrf52840.
Specifically I am looking for default interrupt priority between RTC1 and TIMER1...
Hello, guys. I'm using the PCA10040 and the SDK 16.0's BLE UART peripheral example. I am trying to make PWM signal below.
When PWM0 stops, PWM2 works, and when PWM2 stops...
Hello everyone,
I am working on an nRF52-DK and getting familiar with Zephyr. In this process I am currently trying to extend the BLE MTU size beyond the default 23 bytes...
Hello,
My device is a USB HID peripheral connected to a PC. There is a case when the PC is turned off, but USB power is present. I want to detect this situation.
At the...
Is it possible to detect the presence of a Low Frequency Crystal and configure softdevice to use if present, otherwise use the internal RC oscillator?
A proposal would be...
Hi,
we have troubles to use 4wire NRF LPUART between nRF52840 (client) and nRF9160 Serial LTE Modem app (server).
We use v1.5.1 of nRF Connect SDK.
For nRF9160 we added...
Hello Team,
I want to know while Ble device is connected to the android device and within 5mins if device not get any data from android device then,
- Can device enter...
I am using sdk for mesh v.5 (s140.7.2.0) and nrf52840 DK and want to add uart peripheral into the client in the light switch mesh example and then trigger button 1 once a...
Hi,
I have written Hitachi AC IR transmitter using Smart remote 3 library.
Smart remote 3 library support 2 AC protocols, i.e., SIRC and NEC.
Kindly guide me how...
Hello, I essentially want to figure out a way to use the NFC buffer received by code like the writable_ndef_message example and have that same buffer, in the same code, advertise...
Hi
the new nRF9160 Modem FW 1.3 supports Non Ip Data Delivery (NIDD) on NB-IoT In nRF Connect SDK, there is a new example that can be used to test some modem functionalities...
develop tool is nrf5340dk and sample peripheral_uart in NCS1.5.0 ,when debugging , function uart_cb() alway run in case UART_RX_DISABLED and case UART_RX_BUF_RELEASED
,code...
Hello,
I am developing a product using nRF52840 and BLE communication of my product uses NUS.
SD: s140_nRF52_v7.0.1
SDK: nRF5_v16.0.0
Recently, I want to encrypt...