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...
Hello,
I'm trying to implement a sleep mode for my application. Currently it has around 8 tasks.
I need to disable them all + disable some HW, such as GPS module. And...
Hello Nordic Team!
I'm working with the ble_app_hrs_c and a UART code I developed following the peripheral/uart example.
On the peripheral/uart example we have the following...
Hi,
I am using nordic52840 development kit board. and I am using sdk17.1 for development.
I tried to create .bin for secure bootloader code inside DFU. but the file...
hihih
I have DK9160 and THINGY91, which I bought 2 years ago.
I want to use them now.
I got the output:
***** Booting Zephyr OS build v1.14.99-ncs2-495-ga8933a2ead01...
Hi, I am using NRF9160 than I am using mqtt_simple example. I modified it. I want to send 4200 byte to mqtt broker but I get error. error is:<err> mqtt_simple: Publish failed...
Hello!
I have been working through examples lately trying to get the GPIO and PWM to work. But one issue I keep coming up to is how to define pins as input or output, and...
We have recently had a problem with the last programmer release (2.3.1). If we use an old version (2.2.0) we can plug our j-link edu and program our PCBs, if we use the last...
Hi,
We have a piece of code based on zephyr Driver to set up a double-edge GPIO interrupt. I set the interrupt flag to GPIO_INT_EDGE_BOTH. But it doesn't seem to trigger...
Hi,
I am using nrf52840 development kit with SDK 17.1.0.
I created a new project in IAR 8.50 and replicate project for sceure_bootloader in new project by adding files...
Hi!
We observe that our nRF91 SLM's get "softbricked" at random times, and a lot of them at the same time (We feel this is because of network unstability). These get stuck...
SDK: 15.3.0 SoftDevice: S132 Device: EYSHJNZWZ (nRF52832)
Please tell me about the value of "ble_gap_evt_t::conn_handle".
I use central and peripheral. I have the following...
Dear nordic experts, when app_error_fault_handler() gets called, the firmware application hangs in an endless loop. While this is useful during development, it's a nightmare...
Hi everyone again,
We have a custom board using nrf52840. We upload a bootloader with J-Link. https://github.com/adafruit/Adafruit_nR ... 40_express But we have a problem...
I am working on a project, using nrf52840 as a BLE Center to connect to BLE HID devices, but every time the connection is automatically disconnected when the service is discovered...