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...
I'm trying to integrate AES-128 (ECB mode) decryption into my project
I've based it on the AES_CBC sample, and adapted it to use ECB mode instead of CBC. When I compile...
Trying to use the nRF Connect quick start with the evaluation board and the programming fails. 2024-05-22T09:09:27.145Z INFO Initialising nrfutil module: device 2024-05-22T09...
Hi,
I encountered an issue from my custom board who are using a nrf52832.
When i place my board in very cold temperature environment (around -35°C), sometimes the voltage...
Good afternoon,
I am trying to use a function generator to send a sinusoidal function to my nRF7002 DK and I am vizualizing the values in Putty. I am sending with a frequency...
im trying to write drivers of max31341 external rtc, where i been able to successfully able to set time (starting rtc also) in rtc and get time from rtc, so not im trying...
Hi
I'm trying to figure out how to manage my memory on the nrf9160 sip. Currently my application crashes on a specific lines where I try to allocate a large C++ string ...
I'm working with the nrf/samples/net/https_client sample for the nRF9160 and am trying to get a better understanding of using the modem's offloaded TLS capabilities vs. Mbed...
Hello everyone, I am creating a project that uses data received from a GNSS module, however I first wanted to do some tests using a NMEA0183 string and PuTTY. I am trying...
Good morning,
I am trying to understand how the bootloader process works on the nRF5340, and working on the excercises from the intermediate course. The target at the moment...
I cannot re start advertising while connected.
this occurs even when i configure BLE_GAP_ADV_TYPE_NONCONNECTABLE_SCANNABLE_UNDIRECTED.
I get NRF_ERROR_CONN_COUNT error...
Paring was successful when using nrf_desktop's default device description configs, but after I modified those lines in "prj_keyboard.conf" of keyboard:
CONFIG_DESKTOP_DEVICE_PRODUCT...
Hey there!
I'm playing around with an nRF91 DK using the serial terminal app (the standard one which is programmed during the getting started guide) and am trying to make...
Hi there
So I want to make an application to send mqtt messages over wifi. I have tried to follow the devzone guide: to implement the mqtt api into my software (Mostly the...
While building my first blinky project using nrf connect on VS code it is showing following errors:
C:/ncs/v2.6.1/zephyr/scripts/kconfig/kconfig.py: C:/ncs/v2.6.1/blinky...
Hello,
How can I add serial SRAM or serial Flash to a Thingy:91?
On the nRF9160DK there is 64 Mb external Flash onboard but I assume there is no external Flash on the...