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...
Hello!
I am having a problem using any internal flash writing libraries. If I set the REG0 voltage to 2.7V, the controller stops erasing the memory.
Moreover, I cant erase...
Hi,
I have seen that the pin for nRESET is selected on the NRF_UICR->PSELRESET register. I know that it cannot be modified from 0.21 on the 52832.
Can it be modified on...
Hi guys,
I am trying to figure out how to send the sensed data (temperature value) from the LPN node to the server node in the BLE mesh network. I have already found this...
I am using the nrf5340PDK and i am trying to have P1.04 trigger an interrupt on a high to low transition.
attached is my overlay file and my main.c to initialize the GPIO...
I made a code based on ble_app_uart_c which connects to a peripheral and once connected it can write or read data.
The code is supporting BLE4 (1M) and BLE5 (Long Range...
Dear Concern,
we have tried to configure the accelerometer LSM6DSO module through SPI interface using NRF52xx DK board. External Module was not configured properly...
Since the Online Power Profiler only supports 1M PHY, does a static power profile for coded PHY exist that shows the current levels for the full advertising length? I'd like...
hi
nRF5 SDK for Thread and Zigbee v4.1.0
need to build a simple sensor with analog input .
Referring to the simple sensor (binary input ), I did make a ZED simple binary...
i made a mesh network using cli ftd uart example and transfer data using udp portal
there comes a need for me to indicate reset command through switch and send reset command...
I have 2 devices connected, working in notification mode. Using the nRF Sniffer for Bluetooth LE I was able to check all the messages that are exchanged. When in close proximity...
Hi, We have chosen to put our project and "custom board" outside of the NCS-directory. And since the newer revisions of SES, the "Open nRF Connect SDK Project" dialog window...
Hi,
On the P eripheral , after establishing a connection with the Central , start the timer to send data to the Central (the timer interval is set to 500ms and stop after...