Hi,
If anyone has time, I'd be grateful for a quick review of my board. It is my first board, I'm still learning, so I would like to know where am I making mistakes. It...
Hi,
when i try making a new connection with a new device using my for loop (reconnecting using the adresses that i stored in an array), i sometimes can get a warning which...
Hello!
I am working to design and build a custom PCB using the nRF7002 chip and came across this callout on the schematic diagram and wanted some clarification about it...
Hello,
I am trying to use an sdcard with the nrf54l15 DK board with the 2.9.1 sdk. However I encounter "<err> fatfs: Storage init ERROR! error: -134" when calling the disk_access_init...
I will attach my main.c and skd_conifg, maybe i'm overseeing something in code. Also i will attach schematics and pcb. I'm aware of RGB led consumption, in reality it's around...
I upgraded the SDK to 3.0.0. and now I have an issue:
"Actions/Flash" command fails with "Timed out waiting for RRAMC.READY.". "Actions/Erase and Flash" works.
I am on...
Hi Nordic,
I am currently writing about the process of performing channel sounding sequentially on three connected devices. However, after the first channel sounding is...
Hi,
On zephyr, I am using the cryptocell as my backend to do the following operation:
mbedtls_entropy_context entropy; mbedtls_entropy_init( &entropy );
My memory...
Hello All,
I used the sample Serial LTE modem code and downloaded it to nrf9160. Can some please help me with a sample AT commands to send to tcp/udp server and how should...
Tsu_dat (300ns min) and Thd_dat(500ns min) are more stringent than NXP I2C spec .(Fast mode)
Since most IC vendors design their I2C bus with NXP I2C spec, they are not meeting...
Greetings,
The only examples I can seem to locate of using the Coexistence Interface on nRF9160 is with the internal GPS but the documentation states that "COEX0: Input...
hi... i want to store data in flash , i will get the data periodically . Even i am writing data to flash using write command ,when i am trying to print the data which is stored...
I am using nRF52 DK.
When I do 2 analog inputs using the SAADC, I noticed that, in the SAADC callback, p_event->data.done.p_buffer[0] corresponds to the correct SAADC channel...
Hello,
I use a configuration with multiple NUS_C and NUS links. When I receive events, how to know the index ?
I have seen mutiple exemples using conn_handle but in a...
Hi teams,
I am trying to automate preferred mesh configuration for each node.
For example, if I use nRFMesh app, I should 1) bind application key to each model, 2) set...
Hi everyone,
During test with my small mesh network, I found that adding all-nodes to subscription list is prohibited by Mesh Specification.
In Mesh Profile 4.3.2.19,...
Hi:
I use the sdk https://github.com/jimmywong2003 to make a bin file and then run the command of ./UartSecureDFU ttyACM0 application.zip to updgrade in linux
It always...
Hi
if one searches the examples using the timeslot API, every application seems to do it's own timeslot cleanup. Also documentation is not very clear about this.
Best...
i am using nrf52840 dongle with uart using ble_app_interactive example,
but after commenting only uart with cli is replying with some text as shown in image .
For the...
Hi! I'm using S140 and I'm using the ble_advertising module to set up advertising.
This is my advertising_init function which is working properly until I uncomment the enabling...
This is perhaps not so much a question as a request.
The FDS event handler, type `fds_cb_t`, has only one argument, type `fds_evt_t`, unlike (say) the two wire event handler...