I'm trying to use the ADC and internal reference to measure battery voltage on the nrf51422, while S210 is enabled.
From the example nrf51-ble-app-temp-master, I found...
I have Nokia Lumia 630 and it works well with nRF51822-EK but only with SDK nrf51822_v5.1.0.36092 and SoftDevice 6.0.0. Now I decided to try DFU OTA. I programmed bootloader...
Hello,
I found that there is a multiprotocol demo in folder Board\nrf6310\s110\experimental\ble_app_multiactivity_beacon,then I found it can implement concurrent connected...
Dear Sir
We got the problem on DFU upload firmware, it always failed in second DFU . We must unpair the device at iOS setting panel. Before next DFU.
Here is the log data...
Hi All,
My requirement is to read the data from nRF51822 device that is connected to a bluetooth and bluetooth is connected to a system using a .Net application.
I have...
Hi everyone,
I'm using the nRF51822 (pca10000 Dongle + pca10005).
My plan is to send one byte over the radio.
I tried to use the SDK-Example as a template but it's...
https://devzone.nordicsemi.com/f/nordic-q-a/65059/buttonless-dfu-on-nrf52832
When I try to DFU from NORDIC_BUTTONLESS , nRFConnect disconnects from it and connects to DFUTARG...
Hello,
I get an error message when running this function:
int ret = i2c_reg_write_byte(data->dev, cfg->i2c_addr, LSM6DSOX_INT1_CTRL, test);
I know 0x0BAE0002 error means...
Hello, With nRF5 SDK 17.1.0 release a new ifdef NRF_BLE_LESC_GENERATE_NEW_KEYS in nrf_ble_lesc.c has been added. Could you please clarify what the intention is of this generating...
Hello Team Nordic,
I think there is still a problem in the SDK 17.1.0 if not using a Softdevice (with SD all is OK):
in "nrf_drv_clock.c" -> "nrf_drv_clock_init(void)...
Hello Nordic team,
I am building an IoT solution and plan to use the nrf9160 just as a stand alone modem. App will reside on a separate MCU and talk to Nrf9160 on uart...
HI,
I am developing weight scale with Bluetooth feature. I have already developed the code to get weight scale reading using SPI example.
Also tested ble_app_uart code...
Hello,
I have currently cloned and built the latest master branch of Eclipse MQTT-SN Gateway https://github.com/eclipse/paho.mqtt-sn.embedded-c.git on my Nordic Border...
Dear N ordic S upport Team,
After I updated the nRF Connect SDK (1.4.0 to 1.5.1) and the Modem firmware (1.2.2 to 1.2.3) on my nrf9160 DK devices, the date time isn't synchronized...
Hello there,
It is actually basic for the Bluetooth connection for the nrf52840 using Zephyr, which changed the scan filter by name based on the central UART sample.
As...
Hi there,
We are currently using IAR embedded workbecnh IDE for our development on non-Nordic products. We are thus considering the possibility of also porting our Nordic...
Hi Nordic Support,
I am getting zero distance value from sensor(vl53l0x). I used SLAVE_ADDRESS =0x29 and register address=0x01. My code is mentioned below
void data_handler...
We originally saw (and reported) this problem with nRF5 SDK 4.1.0. We switched to nRF Connect SDK 1.6.0 which did not exhibit this problem. Now we just tested with nRF Connect...
Hi, I'm trying to found a way to flash production config for a project based on zigbee NCS example with OTA. Is nrfutil still a valuable tool for creating a production config...
Hi.
I'm trying to emulate my project, which is intended to run in either nRF9160 or nRF5340 boards (both using Arm Cortex-M33 processor), using QEMU, but as far as I know...