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...
I have been researching a variety of wireless tools that involves the use of Bluetooth module and signal manipulation and came across nordic semi after coming across a few...
Hi, I'm having issues with using serial lte modem client on nrf9160, I integrated it to external nrf52 but it gives hardfault after some time. I have another ticket opened...
Hello,
we are currently using NRF_LOG_INFO over UART. We print out some values from time to time (seldom). Assume we never go manually to some of the sleep modes.
We use...
With SDK for Mesh v5.0.0 the STRATEGY_ON_POWER_DOWN doesn't work correctly over multiple power downs.
If an entry is set and the stack is powered down, the entry is written...
Hello!!
I am using Radio Transmitter/Receiver example from nRF5_SDK_17.0.2. I am able transmit and receive data on NRF52832. Is it possible to receive the data apart from...
Hi,
I have a huge issue with NRF52832 and DFU on custom board. I have a custom characteristic in my application to switch to DFU after proper PIN typing. Then I call this...
Hi All,
I'm trying send custom board(nrf52832) sensor data to DK by ble uart and multilink.
When I build the code in Keil. I got the message:
..\..\..\main.c(544): error...
I am using the light bulb example and connecting to the Zigbee2MQTT. The Z2M is running on a docker with logs level set to debug.
So from the light bulb example, how can...
Hi. So, pretty sure I've got the firmware installed right and plugging the dongle in creates a "/dev/tty.usbmodem1101" entry. Problem is I have a crash in Python:
This...
I am going to send a sequence of notifications and the documentation provides this information
The API functions that may consume an application packet depending on the...
Hello,
I am using the nRF52811 for my project. I am in the layout design phase...almost completed and I need some clarifications before I launch the first Proto.
I don...
I have found a lot of people having problems debugging with the SD enabled, but we are not using any BLE atm. We are just using the softdevice for OTA updates. But this is...
hi support team,
i just want to confirm, for mesh SDK, i can only find "APP_UNACK_MSG_REPEAT_COUNT" to increase message repeat count, for ACK message, i can't find any...
Hello NRF Team,
We are using nrf51822 chip for one of our product. Currently, we are using a GPIO connected to user button to Turn On the device from system off sleep mode...
Hi,
I have an issue with broadcasting Eddystone TLM + iBeacon, my project is based ble_app_eddystone example and nRF5_SDK_17.0.0_9d13099, SOC is nRF52832.
Beacon advertise...