Hello,
I have tried twice to request for SUPL license for getting A-GPS working but it has been denied both of the times. I think first time it got denied due to mismatch...
Hi Nordic Team,
The atomic fifo implementation is based on armv7-M, right now I want to port it into cortex-A processor, I made some changes to get it compiled without...
Hi,
Kit:nrf5340
Can you please tell me if there is any example in nrf connect SDK v1.5.0 related to data transfer concepts.
Is ble controller will be enabled during...
I'm was testing the gsp sample in samples/nrf9160/gps. It runs fine on my nRF9160DK and reports NMEA messages. However, when i ran it on my custom board, it failed in setup_modem...
Hi,
I'm attempting to obtain sensor values for a project to be completed less than a week from now and I have not yet started programming so any help would be greatly appreciated...
'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...
Hi,
As of now we are using SEGGER Embedded Studio for compilation and Flashing.
Now we would like to copile using Cmake tool, can you please provide template Cmake for...
downloaded thingysdkv210 from thingy website. extracted that file and executed Prerequisites as per the procedure
downloaded Python v3.xx.xx
downloaded Git v2.xx.xx
...
Hi,
I am trying to add CLI Command feature into the example Open_bootloader_usb_mbr, but get error during link stage when compile as below,
Building ‘open_bootloader_usb_mbr_pca10059_debug...
SDK: 15.3.0 Device: EYSHJNZWZ (nRF52832)
I am using multiple interrupts. For example, BLE communication interrupt and SOC interrupt. I set the priority of each interrupt...
Dear Sir,
I have flashed 'ble_app_hrs' code to one of my RIGADO DK.
I have installed nRFConnect App in mobile phone.
When I press the scan button I could see the device...