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...
Hi,
We've been using nrfjprog with no particular issue for a while now. Usually to fully flash a chip (whether it's for a complete re-flash or for a new chip) we run those...
I am mid-way through development with the nRF52840 DK and Zephyr using the VSCode extension. I'm using v1.8.0 of the SDK.
I am looking for advice on setting my configuration...
Hello Community, I'm using the current sensor INA219 with NRF5340dk. Communication is through i²c protocol and using nrf SDK v1.7.0 . I'm trying to get the data output (Voltage...
Dear Sirs,
I'm referring to PDF files or html links to get detailes information about nRF_Drivers and nRF_Libraries for Segger Embedded Studio to manage the ARM Core resources...
Hi,
I am using "otCoapSendRequest" to send data to my coap server.
Inside the callback, I am using otMessageRead, to read the response.
But my code crashed inside otMessageRead...
Hello.
I am developing using nrf52832 (S132 v7.0.1, SDK v17.0.0) as a peripheral device.
The question is, is it possible to GATT communicate with each of the multiple...
HI
I am traying to convert library max30105 arduito to Nrf52840 code but i have a problem about this
I am reading de Reg FIFO led red and led IR , but its not the same...
Hi I'm currently using the sample py script which is given in https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/nordic-thingy52-raspberry-pi-python-interface...
Hello Nordic Team!
I'm working with the nRF52832 and following this tutorial from Nordic to do OTA DFU: https://devzone.nordicsemi.com/guides/short-range-guides/b/software...
OpenThread and MCUBoot don't play well together anymore of the nRF5340 with the release 1.8 of the nRF Connect SDK. Flashing :
results in the bootloop with I assume is...
Hello,
I am a beginner in nRF. I want to implement EEPROM. So I am trying to execute Zephyr/sample/driver/EEPROM code but I am getting compilation error the below error...
Hello,
I am new to BLE. I am currently working on a beacon application. I have used the beacon example code from SDK and modified it. I am using SDK-17.1.0 controller is...
SDK: 15.3.0 SoftDevice: S132 Device: EYSHJNZWZ (nRF52832)
Is it possible to simultaneously send advertisements with different cycles, communication packets, etc.? If so...
I've been tinkering with my Dev Kits (3 @ nrf52840-dk and 1 @ nrf5340-dk) as I try to find the right software/hardware architecture for my use case.
I made a lot of progress...
Hello , i am developing drivers for a spi ic , which by using spi example i wrote the drivers they are working fine , also i am able to run and modify ble uart example according...