hello,
I use nrf51822 + S130 + SDK12.2 in my product, nrf51822 work at central + peripheral mode,and i use nrf_duf_flash module for my dfu funtion.
The problem is, i...
I want to communicate Central and peripheral devices with KeyPass. Also I want to generate keypass in Peripheral device. But keypass should to include symbols, low/upper case...
I am using SEGGER Studio on MacOSx.
When use the latest mesh SDK, I can run the light_control example and see the debug log in the Debug Terminal of SEGGER Studio.
However...
Hello,
I'm trying to setup a nRF Cloud Bluetooth gateway using my PC (with openSuse 42.2 64bits and rRF Connect v2.1.0 + nRF Cloud Gateway v0.9.7) and a nRF52 DK and I...
Hello: I am using an NRF51 dongle. Date on the device sticker on the back is 2015.38. Also using nrf51_ble_driver_linux_0.5.0.
I can see/connect to the device I am trying...
Hey,
I just want to know if anybody sucessfully connected HDMI CEC (One-Wire bus) with the nRF52832.
I would be very grateful if anybody could share the library or give...
Hello!
I am working on a project where a large file (approx. 192MB) has to be transferrede from the nRF52832 to a mobile phone. Due this file size, transmission is taking...
in sdk16 "examples\peripheral\usbd_hid_composite" example, i found that after those code
ret = nrf_drv_clock_init(); APP_ERROR_CHECK(ret);
nrf_drv_clock_lfclk_request...
Hi,
I want to set advertising name in the main.c.
err = bt_set_name("NAME test"); if (err) { printk("BLE set name error (err %d)\n", err); }else{ printk("BLE set name...
Hello Nordic,
I had some questions regarding the management of versions of various components during application development (nRF Connect SDK/9160 Modem Firmware/Modem Certifications...
1. I am using a boost to power the USBD since I am using coin cell to power the whole system, what minimum and maximum supply current is needed/can be handled?
2. What boost...
I have being confused by other post around DevZone about DS18B20 to integrate with nRF BLE application or rather programmatic aspect is concerned . Is DS18B20 suitable for...
Hi!
I've just received a nRF9160 DK.
I've installed nRF Connect v2.6.2 and LTE Link Monitor.
I select the device (3 serial ports are shown). I press reset button and...
When working with a custom board with nRF52840 chip, I'm having serious problems with SWD connectivity. In many cases JLinkExe can't connect to target at all. I did some measurements...
Hi there!
I'm trying to simulate a peripheral with a PCA10040 and nRF Connect for Desktop.
I've made the Server Setup, applied to the board and started advertising - everything...
Hello,
I am using nRF52840, SDK_16.0.0, SoftDevice S140 V7.0.1 and Segger for flashing the image. I am using ‘ble_app_blinky’.
Initially I was in assumption that once...
Hi,
Is there a table / .xls available for ALL nordic parts to date?
I'm trying to find all options with +8 dBm TX Power & WLCSP package. (no need for usb)
Hi, I'm trying to get the nrf_stack_guard and nrf_mpu libraries to catch writes past the end of the stack. My stack is 8kB in size (0x2000E000-0x20010000). This is the log...