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...
Platform: nRF5340-DK
Tools: I am using SDK 1.5.0 (but seen on earlier SDKs too)
Configuration: Using high speed spi pins whether for SPI1 or SPI4
If I use SPI1 I see...
Hey guys i wanted to ask you for help on IOS BLE i am currently seeing that nRF Connect seems to work fine over BLE Connection with some devices on Android and as far as i...
Hi,
I'm using NRF52840 in order to connect to a mobile app via BLE.
When connection to IOS, I have an event called BLE_GAP_EVT_PHY_UPDATE_REQUEST.
This event handle...
Hi,
Greetings!
We are exploring nRF9160 SIP DK and Thingy91.
Here we have understood that it has GPA and LTE-M.
We wish to use it for India region in moving objects...
We are using the advanced UARTE library to get advantage of EasyDMA to receive data from a LTE module.
We also implemented hardware flow control. THe problem is that the...
Hi fellow devs:) I'd really appreciate some advice on this please. I've come to a bit of a dead-end. Hopefully you can spot a mistake I've made. I am trying to produce a low...
Hi,
-I have a custom board using nrf 52832 and I have interfaced sensor using an SPI interface. -I am using SDK 15.2.0 and SPI driver. -I am collecting raw data and send...
Hi, When I test the SPI with extern flash W25Q64, The SDK default configuration seems to be too low powe, After SPI initialization is complete, The GPIO drive is configured...
Hello All ,
I want to use nRF 52810 Bluetooth feature in one of my application. The application is supposed to be highly power optimized. Sharing below some details about...
I am currently working on an application running on the nRF52 DK which will use some inputs and output to interface with the environment. Its a BLE application and those inputs...
Hello,
While I was testing the codes, I just got a few errors and I am confused as to why it's happening. The questions are:
1) Sometimes, I get pm_conn_secure error code...
Hi Nordic Team,
In my project the function sd_softdevice_enable does not return in one specific case:
I call nrf_sdh_enable_request() before init of the ble stack. When...
I'm having an issue getting the SLM example to compile with UART2.
Steps to reproduce:
Configure project with UART2
See error pop-up
Compile anyways
See Undefined...
Hello, I am a beginner to start developing with your nRF52810 chip.
In the near future, I would like to implement Bluetooth long range communication with this chip.
...