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...
This information is printed all the time while the debug is running at full speed What is the reason for this?
If it is not debug, the program runs normally
I want to develop some applications on top of Google Fast Pair. Created the fast pair input device application with the SDK version 2.7.0 rc1 and built with prj.config
...
Hi,
I have working with Bootloader development on nrf52840 controller, for that i followed devacedemy course for firmware update using Uart and able to update firmware using...
Hi,
I get a Mcu Mgr Error: 10 Group: 1, when I
start OTA on Android smart phone
interrupt during upload by disabling BLE on the phone
enable BLE again
retry OTA...
Hello,
I was using VS Code earlier today creating different build configurations for our hardware (nrf52840 and nrf9160 based) and everything was fine. I restarted the application...
I am currently using two nRF52840s to create a transmitter, one that acquires data and transmits it as advertisement data, and a receiver that receives data from the advertisement...
We are using nRF52833 with Softdevice S113 for BLE.
in the OS_Idle function, nrf_pwr_mgmt_run is called.
But never comes out of sleep.
Is there a need to call nrf_drv_power_sleepevt_init...
Good morning,
I am developing a RAK4631 (Nordic nRF52840 + Semtech LoRa SX1262) and now I need to manage the power consumption. My environment today is a VSCode/PlatformIO...
i am working with nrf52840 with nrf5-sdk 17.1.0 and with segger embedded studio 5.42a i am having trouble build a project and it is giving below warnings: Building 'main_app...
Hi,
I am trying to test the ICM42670 sensor using nRF9160 with Zephyr V2.6.0 and I am getting an errors when I init the sensor:
unexpected RESET_DONE_INT value, 0
ICM42670...
I’m using the nRF52832 with SDK 14.2.0 and would like to implement AES-128 CCM. Could you provide relevant documentation or instructions on how to achieve this?
I was developing my development kit with onboard sensors and other ICs. So, I was looking into NRF52 DK schematics and documentation. the problem is that the interface/debugger...
Hi,
I want to use the onboard 5340-DK QPSI flash for saving binary data into, however when i enable the support for it i get that the device is not ready. I have tried both...
The above is my code.
This is running log.
After scanning multiple times, my application may freeze, as shown in the log, and there will be no response after receiving...