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 all,
I'm running into trouble using openocd to flash code onto the nrf52840 and then step through it. I'm running High Sierra (although I doubt that's important), and...
Hi, I'm designing water meter modem using the nRF52840 + nRF9160. I will apply nRF52840 as a HOST CPU and the nRF160 contol by nRF52840. (please refer to picture.) Which Interface...
I have developed an app with DFU using SD s112(version 5) for custom NRF52810 board.
Q1: I want to update SD s112 to version 7. is it possible ?
Q2: how ?
Hello,
I'd like to detect a power failure and keep the nRF52840 alive using for example a super capacitor.
From the hardware side, is it ok to just feed the nRF52840 through...
I am a newbie for BLE MESH. Trying to migrate the existing product which based on self-defined GATT service to BLE MESH network, and got confused.
Current scenerio, the...
Hi.
I am using nRF52840 as a USB mass storage device with SD card. I came across the docs stating that the total number of BULK endpoints available are 14 (7 IN, 7 OUT)...
I have a working code to get FatFs running with SD card over SPI0 interface on a nRF52840 DK. I wanted to know if it is possible to add another SD card with FatFs on SPI2...
Hi,
With the S132 SoftDevice running, is there a way I can ask it to temporarily pause interrupts for a small segment of time so that I can execute extremely time critical...
Hi, The DFU process is working correctly and I've tried downgrading the app version which throws the expected error, so it is stored someplace Accessing via the recommended...
Please tell me everyone's knowledge!
I've seen discussions on smartphones that support "LE Coded PHY", but I'm looking for a tablet size.
Is there any smartphone with...
I'm trying to get my nrf9160 DK to communicate with an i2c device so I setup a project to enable the i2c module and use TWIM to send i2c data. But then I run it and it only...
Hi,
I am using nRF52832 S132 SDK15.2
I am developing an application where the development kit which i am programming is a peripheral.
i want this to connect to specific...
Hey All,
I'm running the LTE Link Monitor on nRF Connect 3.3.3. I'm connecting to my custom nR9160 Feather via the built in USB-to-Serial. I'm able to open the serial port...
I tried to drive MAX30003 to get ECG signals through nrf52832.
I use an analog signal instrument to give the standard ECG signals. Now,the nrf's SPI timing sequence is right...
Hello,
The BLE peripheral I'm developing does not have any specific required connection parameters. I understand that the central ultimately controls the selection of parameters...