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...
Hi,
I am using nrf52832AA, SDK15.0, SD s131.
In some cases, an NRF_DRV_TWI_EVT_ADDRESS_NACK event occurs during I2C communication with the IQS263 sensor.
It would be...
Hello,
We have a custom board using the Rigado BMD340. I have uploaded the usbd_cdc_acm example code onto it. Everytime I plug in the USB, my computer fails to recognize...
OS in development environment :Windows7 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex?-M4F 32 bit processor...
in my application i have to read the ADC (single channel) each 30us within 3 ms. And there must be no interruptions in this period of time. Then i can let radio up to 3ms...
Hello, I am receiving the error below when trying to build an application using the command:
C:\Nordic\ncs\nrf\applications\asset_tracker\build>cmake -GNinja -DBOARD=nrf9160_pca10090...
hi, I have nRF9160 SIP based custom boards.
I received GPS firmware from FAE.
We have our bias and antenna can be connected to our custom boards but can't connected to...
Hi, I am trying to add numeric comparison function to the project nRF5_SDK_12.3.0_d7731ad\examples\ble_peripheral\app_ble_uart\pca10028\s130. in the project, there is no support...
Hi
I am working on ble_app_cli to acieve my requirements.
I want to whitelist device based on recieved scan request report before making connection with the central. ...
Hi everyone,
I'm working on the nRF52810 to let it comminucate with an ESP32.
The ESP32 is a client so I run a server on the nRF52810.
First the client starts scanning...
I am using the radio in the nRF52832 to support a custom protocol. I would like to send two packets in a row, each with different payloads, on the same frequency. When can...
Hi all,
I'm working on the example "multiprotocal" and trying to replace the system initialization from the example "ble_app_uart" by using SDK15.2
and after modified...