I'm having some issues regarding the data update interval when running the asset_tracker_v2 application, particularly with adjusting how frequently it publishes data to the...
Dear Nordic,
it's about USB implementation. We need to add interface string descriptor for ineterface name. Using USBD_STRING_DESCR_DEFINE(primary) I've added that to string...
Hello, I have NRF D 24LU1P 1201FD and NRF F 24LU1P 2136IW. The first one executes all commands, while the second one does not work for writing and erasing. I tried to erase...
Hi! Could you clarify a bit about Bluetooth mesh gateways' implementations. I wonder to know possible ways of Bluetooth mesh gateway implementations. How is it possible right...
Hi everyone.
I catch a terrible issue
When I use nrf52840 and NUS Android app and had for a short time a bad rssi (because of long distance between Android and SoC) and...
We have problems with the restart which the application does after receiving the DFU attribute is written.
Startup should work like this as I understand it: the reset vector...
I have 2 hardware revisions, one with the GPS LNA attached to MAGPIO0, the other revision, the LNA is on COEX0.
In my prj.conf file, I have the following setup for handling...
From this guide:
https://devzone.nordicsemi.com/nordic/nordic-blog/b/blog/posts/getting-started-with-nordics-secure-dfu-bootloader#h61sjziauupw1j397q9s9ldr01q4j6d5
Appendix...
Hi,
I have the BC480 eval board and I would like to be able to upload the simplist application to it OTA. blinky_pca10056.hex
I'm using the Nordic Toolbox application...
'NRFX_SPIM0_INST_IDX' undeclared here (not in a function); did you mean 'NRFX_SPIM_INSTANCE'? error occured .
I am not using SPI , this error is not cured by me .I enable...
Hi
So I'm trying to adapt the ble_lte_gateway example at my nRF9160 DK but because I don't have a Thingy52 I have to use an nRF52840 device, so I wanted to try the sample...
I am working on a wearable design that has standalone modules distributed around the body. Each module will do the same thing, receiving commands to turn LEDs on/off or adjust...
Hi,
I am trying to us one more SWI with nrf_drv_swi_alloc , but returns NO_MEM => means there is not any free.
I looked to source code, and I find SD_SWI_USED is defined...
Hi,
I've added NUS service to my app (nRF52832, peripheral, FreeRTOS based, SDK 15.2, SD132). everything works great with MTU size = 23 bytes.
Now I try to increase...
Hi there,
I found very interesting behavior on casting double variables to integer.
The following code gives me strange result:
double dval = 0.;
int ival = (int...
Hey,
Currently I have been working on a project in which I have to calibrate the range of the bluetooth, basically I need very short range of about a meter.
Could anyone...
Hi,
I have some trouble using TWI : the slave device connected to nrf52 sends an ack signal (seen on scope) but the i2c handler raises an incorrect address error and discards...
Hi,
The device I am using is nRF52840, WLCSP package. Most of the analog IN pins are noted "low frequency I/O only", e.g. pins A5, A6, C7, C8. - I know there are some exceptions...