I am trying to develop for some nRF51822 mbed boards, and I would like to use the S130 SD to enable both central and peripheral behaviour. The machine I'm using for development...
I'm using the nRF51822 eval kit
I have installed MCP but after starting I get pop-up: Master Control Panel has stopped working
In nRFgo Studio / Device manager pane...
the proximity example is running ok. but when I modify the length of the alert_level I have the following error on the server side that I am not understanding.
476;16:12...
Hi all,
I'm working with the nrf51422 and the nrf51822 and I was wondering what the current status of the over the air DFU system is.
I'm using SDK 6.0 and I managed...
nRF24l01+ at a transmitter module one time successful transmission show & after 1 sec failed also . if any doing programming with atmega32 ,please send code for TX & RX ....
Hello,
can the radio notification and radio disable APIs be used to use the radio hardware from the application layer?
Background of my question is, that I have an application...
Hi,
I am using central s120 with peripheral s110. The connection to the peripheral is depending on the name advertised by the peripheral.
When connection is done, the...
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...