I saw earlier post on this blog and viewed on-line video for LitePoint OTA tester that claims to work with all BLE chipsets. We have multiple designs with different DTM interfaces...
Hello,
I am using Bluetooth device "NRF51822_xxAC_s110". My Bluetooth is not advertising when i dump the HEX file to the Bluetooth device which is generated by the Keil Version...
when creating a pairing with a peripheral, the application fails to exhange keys to allow for random private addressing so the peripheral cannot reconnect because the address...
Hi. i'm using nRF51822AC, SDK12.2.0, S130 v2.0.1 as central.
I want to make sure that how to operate DFU.
Please check there is missing point or wrong point.
Step 1...
Hi,
I'm struggling to get a mouse wheel to work in advanced (High Res) mode.
What I learned so far is that I should create a "Resolution Multiplier" Feature report....
i set up an coap/iot environment and but i was getting error while compiling code for adc i followed steps from this post devzone.nordicsemi.com/.../ here is the problem
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...