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...
Hello,
Does anyone have a suggestion for a production programmer for the nRF24LE1 One Time Programmable version? I have been able to program the units with the nRFGo Studio...
GOAL: To send one 20-byte data packet from an Android Galaxy S5 to nrf51822 and send three 20-byte packets from the nrf51822 to the S5 in a single connection interval of 10...
Hi all,
I am using two nrf52840 boards and a Light-Switch example included in the mesh SDK. I want to observe packages sent by the client and packages arriving at the server...
SDK: NCS 1.4.0
board: nRF9160-DK
sample: lwm2m_client
Question:
I am testing SERCOMM module and nRF9160-DK, but there is difference in registration procedure .
When...
Hello, I migrated codes that I believed to be relevant to the UART output to a new project, namely the uart_init function and others, and it worked in main.c, which is where...
I am trying to use the connectivity firmware with an NRF52840 dongle to communicate with an nRF52840-dk through the nordic UART service, but I am unable to use the pc_ble_py...
Hello,
I am curently working on project with a nrf9160. I will use the nrf9160 as modem controled by a nrf52840 and command AT. I will send data true GSM every 12 hours...
Hi, This is the second time posting this issue. Using nRF9160 dk with nRF Connect SDK v1.3.1 with zepyhr v2.3.0-rc1-ncs2. I tried the BME280 sample from zephyr which gives...
Hi,
I connect the nRF52820 and other devices with UART and communicate with the baud rate of 38400bps.
I know that the transfer error rate is different for each baud...
I have two tasks and I want to run those tasks one after the other.
currently when I comment on one of the task, the firmware running without any error.
if run those two...
I have been unsuccessful attempting to perform an FDS write or update WITHIN the DFU Event handler... the update or write never completes (no FDS_EVT_WRITE or FDS_EVT_UPDATE...
Hi,
I am using NRF5340DK, and I want to define P0.20 as my SPI MOSI pin.
However, this pin is pre-defined by Zephyr as uart0 tx pin, in zephyr.dts:
Everytime I reset...
Hello,
Our product has two pieces of information that must be programmed during production: a shared secret key (128 bits) and a public, unique device identifier, also 128...
Hi guys:
I flashed the ble_app_uart(SDK-location\nRF5_SDK_15.0.0_a53641a\nRF5_SDK_15.0.0_a53641a\examples\ble_peripheral\ble_app_uart.),
When I pressed button1, there...
Dear all,
I'm trying to modify ble_central_uart (SDK16) to connect two peripherals. I've achieved the connection and been able to print receiving data via UART.
But...
Hi All,
I am NEW to Nordic Devices and I want to try to learn as much as I can.
I have bought a startup Dev Board to learn my skills with: E104-BT5032A-TB E104-BT5032A...