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...
Hi I'm starting with the BLE tutorial's, but I having some troubles. I've followed all the steps of the second tutorial until step 4. (create and initialize a basic custom...
Hi,
I am having trouble in reconnecting the BLE peripheral to a central device (a smartphone using nrf tool box app).
In the connection, i am using static passkey to first...
Hi ! In example "ble_app_hids_keyboard" in on_adv_evt() (SDK 15.2, 15.3) we see a code:
if ( m_peer_id != PM_PEER_ID_INVALID) { ...
}
but variable "m_peer_id" where...
1. the SDK is:
nRF5_SDK_15.3.0_59ac345\examples\ble_peripheral\ble_app_uart\pca10056\s140\arm5_no_packs\ble_app_uart_pca10056_s140.uvprojx
2. the pack is:
NordicSemiconductor...
Hi to all,
i am developing a device based on nordic NRF52840 soc. i am using softdevice v14 and sdk 15. my problem is in this manner that after pairing nrf52840 device with...
We have product that is build on SDK 14. We need to use crypto functions and want to utilize crypto cell. I backported nrf_crypto libraries from SDK 15.2 to be able to use...
Hello
I am trying to implement radio receiver using the time slot API and I am facing some problems to make it work. I am using nrf51822 with SD130 (sdk8) and the device...
Hi
I have a general question about how to sending command response . I setup a server OTA endpoint,
I receive the command but when sending the response it seams the client...
Hi Guys,
I am using nordic nrf52840 DK.
Is serial profile and UART different ?
If so, what is serial profile in nordic and how can I integrate mesh and serial profile...
hello?
I have a problem with the notification project...
In the smartphone app, the status is displayed as notification enabled
However, no data is transmitted due...
Hello,
I am migrating from nrf_drv_twi.. to nrfx_twim.. I am getting the instance error like
Error[Pe020]: identifier "NRFX_TWIM0_INST_IDX" is undefined .. in main.c ...
Hei, får error på terminalen min etter jeg har lastet opp mqtt_simple. er det noe jeg gjør feil?
The MQTT simple sample started
LTE Link Connecting ...
LTE Link...
I want to use SPI interface of nRF52832 to show the information on LCM. Are there any existing source code to speed up product development?
Or is there a recommended vendor...
Hi,
I have bought nRF51-DK and have downloaded the hex file successfully in the mbed mode, I wonder May I debug the DK with CMSIS-DAP instead of JLINK? I searched the internet...
I just finished reading the O'Reilly book " Getting Started with Bluetooth Low Energy: Tools and Techniques for Low-Power Networking " where the author uses the nRF51822-EK...