Hi
I have a question about using gazell link layer and paring library with concurrent timeslot api. I try to do this but i have the hard fault handler after invoked nrf_gzll_init...
HI,
I want to use PWM to control various hardware (LED's, etc ..) so I started off from the suggested PWM code example, found in this forum + modified it as I want to use...
hello,
the function ble_stack_init () in the example of ble_app_uart are quite different from that in the example of ble_app_proximity in my first sight.
ble_app_uart :...
I am getting following error:
Error in final launch sequence
Error executing step execute method: stepInitializeJTAGFinalLaunchSequence
java.lang.reflect.InvocationTargetException...
Dear Nordic people,
I am playing (6.0.0) with sd_flash_page_erase() and sd_flash_write() , seems to be working ok, Allways happens what I do expect, but I am not able to...
Hi,
I study on Thread resently.
I found it is not any output in the Debug Terminal Window when using NRF_LOG_XXX, but the J-link Control panel showed the logs.
Here...
Hi,
I am trying USB DFU trigger.
I have connected GPIO P024 to Reset port P018.
Bootloader is also programmed.
When I use nRF connect/programmer.
It's always waiting...
My system: MacBook Air with macOS 10.14.6, Xcode 10.3, with sdk at /Applications/Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs/MacOSX10.14.sdk
When...
Dear nRF52832 experts,
I have a SPI slave device which can periodically notify the MCU with data ready (DRDY) signal. For each DRDY signal, we should perform a SPI transaction...
Hi there, I am developing a mobile solution using BLE. Actually I use a sniffer based in IC nRF51822 and Wireshark + nrf sniffer as a tool for traffic capture. Sometimes,...
Hi,
I have similar problem to what is described here .
My situation: 1. I connect 2 PDM mics to the board (CLK is pin 27, Din is pin 26). 2. I connect a couple of TWI...
I was wondering if there is any way to setup a callback when data is received on an open socket, as opposed to just regularly polling the socket?
The application I have...
Assume a BLE connection has been established between a master and slave. The device in question could be either the master or the slave (if it matters).
I have an application...
Hi, when using fds_record_iterate() to iterate over records, it only returns the record ID, but not file ID or record key. Only after opening the record you get the file id...
The nRF52810 datasheet shows the EVENTS_COMPARE register as RW, so I'm assuming that I can write to it.
But when I write to it, nothing happens.
Example.
I set up...
The question in short form is, is there any way to not use the Flash for storing bonding information and instead do this in RAM?
For the longer explanation:
We are using...
Hi,
We've circled back to this problem, now that we've increased speed.
We're using UART to communicate between the nRF52832 and an STM32.
Recently we increased the...
Hi,
I am trying to read UART data which is populated from another device going into the nordic board.
However, I am unable to read this data. I am using the ble_app_beacon...