Hi,
I tried ble_app_hids_mouse with Android 4.4.2, it can work properly for first time connection. However, it cannot be re-connected after switching Phone's Bluetooth...
I have installed Keil MKD-Lite V 5.10.0.0 and the Segger software (which linked to the Keil IDE). I have tried to install the nRF51 SDK (5 times) and every time iI get the...
Hi,
I am attempting to get the DFU working as per the example provided in the S110 V7.0.0-3 download. I've followed all the steps in the readme in the DFU subfolder and...
Hi all,
I have an application where an nrf24le1 is communicating serially with another processor, using the UART at 57600 bps. I have multiple identical boards communicating...
after flash DFU program into pca10001 board, com3 is not accessible,
www.dropbox.com/.../Screenshot 2014-04-26 15.41.47.png
even after I erase all, and re upload soft...
Using S120 V 8.0.0.3 alpha, processing a BLE_GATTC_EVT_READ_RSP,
received 0x16 bytes of data but there is more to read. Next call to
sd_ble_gattc_read using the same connection...
Hello:
Why Bluetooth Go to system-off mode, sd_power_ramon_set can not be stored. In D: \ RAM save nrf51_sdk_v5_2_0_39364 \ nrf51822 \ Board \ nrf6310 \ s110 \ ble_app_rscs...
Hi
I could not really find a satisfactory answer to my question, what (if any) impact has the setting of the SLEEPDEEEP bit before calling nrf_pwr_mgmt_run? I'm wondering...
How does the slm routine of ncs1.9.1 use rtt log. Below is my configuration:
With the default configuration, there should be RTT log output, but nothing happens in the...
Dear Nordic Engineers
If we use the NFC Tag of nRF52 series chip.A re there any card readers on the market that can read or write?
Such as , NXP's NFC tag chip can be...
Hi Nordic,
I am using nRf52833-DK with zephry, an now I'm tring to drive ws2812 led strip.
I notice that there is no nRf52833-DK example in zephyr/samples/drivers/led_ws2812...
Hello,
At the following URL,
https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_multiprotocol_support.html
In "The Thread and Zigbee protocols support...
Good Morning people. I'm developing a module with the soic nrf52832 and I'm having doubts about the electrical schematic of the UART communication with another MCU. I analyzed...
Hi
In the old SDK I was able to put manufacturing data into the scan response package using:
ble_advertising_init_t init; ble_advdata_manuf_data_t manuf_data;
and just...
I am migrating to ESB from Gazell to take advantage of the static 252 byte sized payloads. However, there are two things that are very different that I would like to figure...
Hello all,
looking at how to navigate with the nRF tools, hardware amd software.
For example, have designed a bit of applciation with seome peripheral drivers, but I am...
Hello,
I am having trouble communicating with the nRF82532 and the DTM software. I am using nRF5_SDK_17.1.0 which has the DTM firmware. The project that I selected is: direct_test_mode_pca10040...
Hi, I wanted to change at runtime the iSerialNumber exposed by USB descriptor. As Kenneth suggested ( link ), the solution has been to override the weak function in usb_descriptor...
#define GPIO_SPEC_AND_COMMA(button_or_led) GPIO_DT_SPEC_GET(button_or_led, gpios),
I find this code in the buttons and led .c file
I tried finding what is does , but...
Hi!
We use the following approach:
If the pin is configured using nrf_gpio_cfg_input we read the pin value via nrf_gpio_pin_read;
If the pin is configured using...
Hi,
I wanted to store a simple integer (the "serial number") by using Setting subsystem of nRF Connect SDK 1.8.0. Settings is based on the internal flash of device (nRF5340...