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 am doing rapid development for a project, using the nRF52840 DK. Two key features are USB and BLE central role.
I started with the usb_cdc_acm project and am merging in...
Hi all,
I added newliib-nano to my GCC project, when I use new ( std:: nothrow) I got
I add some C++ flags and link flags:
custom-nano.specs:
How should...
Hello everyone!
I have been working on getting data from ADS1299 ( ExG bio-signal sensing). I successfully got data from this IC using STM32F407VG (Cortex M4) and transmitted...
Hi I'm using custom nrf52832 board, SDK14.02 and SES. I want use pwm driver to generate 2 channel pwm wave with custom nrf52832. Everything is working fine in nrf52DK board...
Hi,
I am to update the SD version that I am using, and in the documentation to create a firmware packet with nrfutil states that the table can vbe found with nrfutil pkg...
nRF52832 / SDK V15
Hello,
Is there is way to read the nRF52 flash memory (any location if possible) over UART without uploading a program in the flash memory for that...
Hello ,
I'm trying create a beacon Scanner.
I'm using the s130 protocol stack on the nRF51 DK , namely the nRF51422 SoC and PCA10028.
what I'm trying to achieve is...
I am trying to work through the MQTT-SN Examples that comes with the Thread SDK. When I use the prebuilt image for the Raspberry PI 3 board everything works great however...
Hello,
I use an I2C device to wake up a nrf52 microcontroler.
If I just use the init function
static ret_code_t twi_master_init(void)
{
ret_code_t ret;
const nrf_drv_twi_config_t...
Hi,
I'm using Segger Embedded Studio (with gcc naturally). The standard C++ exception handling doesn't work: exceptions are not caught by exception handler. Is there a way...
I have read a lot of the Dev Zone questions here about the RF Antenna design and read the PCB design guideline tutorials and skimmed some of the white papers. Of course the...
The current example TWI_handler will hang forever is it exits with anything other than NRF_DRV_TWI_EVT_DONE. This can occur if a TWI slave fails to acknowledge the address...
Hi,
Based on the electrical specification of nRF52840's HFCLk, the current consumption seems quite different depends which crystal is being used (attached the screenshot...
Hi,
I have shifted from Arduino to nrf. Arduino is straight forward and with very less dev time. I understand this is way more powerful and next level platform, but does...
I am trying some scanning with a parameter setting, code below. The scan start, I am guessing by the call to nrf_ble_scan_start, generates the error sd_ble_gap_scan_start...