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 am analyzing the DKs power amplifier characteristics as an assignment for university. I got the serial_lte_modem running and send AT commands via UART from an external...
Hi,
I am looking for a 4G module with in built gps in it. It has to work in european market, need to have esim facility.
Can you provide with the product links.
-
...
Hi, I am trying to code an AoA transmitter using the direction_finding_connectionless_tx sample project as a basis. I am using nRF Connect SDK v1.6.0 with nRF52833.
I am...
Hello,
I am having a few problems when trying to check if the nrf52 is dfu mode with my python script.
For that i was trying to get the firmware version from the dfu...
On Mac OS X Big Sur using the nRF Connect 1.6.0 installation in Segger the documentation suggest that to add a new source file to a project one should right click the project...
Hello, I tried to run the following command on my nRF52832 today and it reported an error.
The operation before the error was: I enabled APPROTECT, and when my colleague...
Hi, I made a mistake while working with a custom board.
I run "nrfjprog --recover", which obviously clears UICR, and then I powered the board off without writing the new...
I have a custom board with 3 nRF52840 chipsets, 1 central module is connected to 2 side modules.
The central module communicates with each of the side modules using UARTE...
Hi!
There is an end device that measures the temperature. If I calibrate the ADC during initialization or immediately after startup, the program hangs. If I start the calibration...
Hi Team,
I am trying to make RTT in debug terminal instead of debug serial port i was add all rtt files in the project tree but it was not shown in cmsis configure wizard...
Hello everyone,
I am trying to implement ECDSA_P256 in my code by using the nrf_oberon libraries.
What I have to configure in order to use these functions?
Regards ...
I use nRF52810 SoC to forward data between BLE and UART on our product. So I initialize UART interface and set some GPIOs once enter the "main" function in my codes. But we...
Sdk: 1.6
Modem fw: 1.3
Hi,
I am testing the GPS + supl example on our custom board. I am sitting indoor close to a window so satellite reception is affect.
the example...
Hello,
I am Working on the nRF52840 custom board.
To drive the motor and buzzer I am using a PWM driver in that when I set duty-cycle 20 percent then the output of PWM...