Hello Nordic Team,
I have a problem with programming the nRF24LE1 chip.
I am developing a small system, which consists of a uC STM32F4xx and a nRF24LE1 Radio Module. The...
Hi,
I'd like to learn about the app compatibility for the new OTA DFU that ships with the new SDK 6.0.0 and S110 7.0.0. I am using a nRF51822 board and I've observed that...
I'm curious to know if there is a tool that allows easy design of a GATT server DB that is portable across dev platforms (the nrf518 EK, my Android/iOS dev environment etc...
Iam trying to display the uart data as a scanned response.nRF51822 receives the data from PIC and it is displayed as scanned response during advertising.the problem is nrf51822...
Hi,
This is a bit more of a typo report.
In the Debug Logger doc page , app_trace_init() is supposed to return an int but in its function declaration it's said to return...
Hello All,
I'm trying to build a receiving unit using the nRF24L01+ and PIC16F628A. Im using an nRF24L01+ and RaspberryPi as my TX unit which i managed to get working ...
Hi,
We have a device using the S110 v6.0.0 softdevice and the SDK v5.2.0.
We started working from the Proximity application available in the sdk.
Is it possible to...
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...
Hello,
I am using nRF52840 microcontroller to communicate with an external integrated circuit, through I2C peripheral . The project is using the latest Nordic SDK: more...