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
I'm using SPI connecting to mutiple max31856(two now) on nrf52DK and SDK15.3
so I control my ss pin to pull low by myself
chip select by changing spi_pin like some...
a data array, length is 2048,use function "sd_ble_gattc_write", a error occurred, length less than 240, no error.
do {。。 err_code = write_configure(m_center_handle,14...
Hi all,
I'm using NRF SDK v17.0.2 and IEEE 802.15.4 stack library. I want to implement sleeping device. I think I should use sys_sleep_request_ms function to make the device...
Hello, Is it possible to use the USB Pins for Uart? no USB Protrocoll Would be nice if i can use the USB socket for UART with my other projects so i dont have to create a...
Hi,
There are new softdevices (v7.0.1) out for the nrf52832 and nrf52840 but, I don't see any mention of them on Nordic's infocentre. Are they compatible with SDK 16.0...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hi,
I have been working on DFU ble update with nrf52840 DK.
Using the onboard buttons I'm able to go to DFU mode where as for our custom board there's no buttons and I...
I am developing a firmware for the nRF52805 SoC with a nRF52 DK. I want to implement the DFU support on the same. The secure bootloader example in examples\dfu\secure_bootloader...
Hi everybody,
I'm trying to update a device (a PineTime device with a nrf52832). The firmware is using legacy DFU. I already have a DFU package, so, I only need to perform...
Hi,
I running a code that written on C and compiled with IAR for few years on nRF52832. Now i have a task to implement a new algorithm on embbeded but it was written with...
Hello, I'm flash download nrf52840 use st-link.
my softdevice version is s140, nrf5 sdk version is 13.0.0.
I want to flash download project, But I have an error.
...
Hello all Thank you for the many helpful posts I have encountered on this forum while continuing to discover the nRF5 SDK.
I have been trying out different examples for...
Hello,
We are working on one project in which we are planning to place PCBA with BLE module inside metal enclose.
Does it affect broadcasting range and communication...
I am using the nRF52840 (with SDKv17.0.0 + s140_7.0.1) and made a custom FW based on the ble_app_hrs example. My HW has a 64MB NOR flash memory chip and eventually I want...
The single button in the Dongle does not generate any events. I have made all the relevant changes for the preprocessor for the usage with Dongle. Kindly let me know what...