My AD data is defined with macros as such:
I need to change the manufacturer data then update the advertising data using
My question is: How do I get a pointer to...
I have an NRF9160 system running and I see mention of " The nRF9160 PWM peripheral can capture the period and pulse width of an external PWM signal" but was a little confused...
Hello, I am encountering an issue while setting up an OpenThread Border Router (OTBR) using the following hardware: nRF52833 board (flashed with RCP firmware) nRF52840 board...
Hi
custom board using the nRF9160, toolchain version v2.6.0, mfw_v1.3.6.
Sorry I can't provide a decrypted modem trace, but I hope the screenshots are enough to show what...
Hi, I am working with nRF52 DK (52832), and the issue I am facing is that i am unable to increase the data size of data SPI -DMA can receive. Currently it is configured at...
Hello everyone,
I want to evaluate the power consumption in idle mode of the nrf9151 sip.
Environement:
nrf9151dk_rf9151_ns
nRF Connect SDK Toolchain v3.0.2
VScode...
I’m using SMP over UART to send the erase command ( {"slot": 1} ), and it only erases the application core image (image 0). I also have a network core image (image 1) present...
Hi,
I am using nRF52832 on a PCB that is designed by me. I tried to toggle one LED on my board, it is connected to the P10 of nRF52832. I changed the LED number in pca10040...
I try to use GPS and LTE together in the nRF9160DK.
To do so I turn LTE on, connect to MQTT broker and send a message which got PUBACK handled in mqttEventHandler().
Then...
I originally posted this question in the community forum , but I think now that it fits here better. I won't repeat everything since you can see the details in the community...
I am using the PCA10056 development board, running a custom application merging the MESH stack (2.0.1) with an IAR-based SDK v15 template, sd 140 v6. Whenever I go to debug...
Device
nRF52840dk PCA10056
nRF6707 power profiler
What I Want to Do
I'm trying to achieve ION_RAMON_RTC current consumption of 3.16µA via Zephyr but I have not been...
Hi:
I believe this is possible but will ask anyway. I am working on a device that connects to a BLE central device (a cell phone). I would also like to send advertising...
Hi to everyone!!
I have this error:
.\_build\nrf52832_xxaa.axf: Error: L6218E: Undefined symbol nrf_fprintf (referred from nrf_log_str_formatter.o). .\_build\nrf52832_xxaa...
Hello, I attempted to make SES thread aware by following various support threads in this forum but unfortunately the SES just doesn't show any threads. I have tried with 2...
Hi,
I running a custom application on nRF5340 PDK using zephyr (2.3.0) and nordic SDK (1.3.0).
I tried to build Zephyr HID examples and got an error. (I don't think it...
I am using an example from Nordic that enables a central to connect to several peripherals via UART. The connection is automatic (the key is if they all share the same NRF_UART...
OS in development environment :Windows10 HARD :(Taiyo Yuden)EBSHSN Series Evaluation Board : Central / Peripherals CPU :(Nordic) nRF52832 / ARMR Cortex-M4F 32 bit processor...
Hi, so i'm using Visual Code with PlatformIO to build an example with arduino-bluefruit-bleuart the build runs perfectly but after i upload it into the Nordic the bluetooth...
Dear Sir, I need 2 interrupt handle on 2 PIN, I have set 2 GPIOTE event: #define PIN_INT1_ACC 4 // INPUT Interrupt INT1 from ACC #define PIN_INTB_ECG 8 // INPUT Interrupt...
Hi, I have a set up consisting of an nRF52840 and Raspberry Pi communicating over IPSP following the zephyr OS sample docs.zephyrproject.org/.../README.html My application...