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...
Hello
We need to scan for more than 8 devices, so we can't use witelist directly.
We have an idea to use presaved IRK and mac-addresses and use scanning without witelist...
Dear Nordic,
Do we have ready-to-use keyboard driver with scanning/debouncing?
I've not found an example or docs about using KSCAN with gpio-connected keyboard...
Dear Nordic Experts, This one's a tough nut to crack:
The firmware is based on nRF5 SDK for Mesh 5.0.0 with nRF5 SDK 17.0.2 and Softdevice s132 7.3.0. It runs on a nRF52832...
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...
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...